aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-devtools/python/python3-sphinx-native_1.6.3.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-devtools/python/python3-sphinx-native_1.6.3.bb')
-rw-r--r--recipes-devtools/python/python3-sphinx-native_1.6.3.bb18
1 files changed, 18 insertions, 0 deletions
diff --git a/recipes-devtools/python/python3-sphinx-native_1.6.3.bb b/recipes-devtools/python/python3-sphinx-native_1.6.3.bb
new file mode 100644
index 0000000..9d64224
--- /dev/null
+++ b/recipes-devtools/python/python3-sphinx-native_1.6.3.bb
@@ -0,0 +1,18 @@
+DESCRIPTION = "Python documentation generator"
+HOMEPAGE = "http://sphinx-doc.org/"
+SECTION = "devel/python"
+LICENSE = "BSD"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=bdf5e5254e389241208655de56611028"
+
+PR = "r0"
+SRCNAME = "sphinx"
+
+SRC_URI = "https://github.com/sphinx-doc/sphinx/archive/${PV}.tar.gz"
+
+SRC_URI[md5sum] = "4cb791d4ec15c0116940e7f6c27d7aef"
+SRC_URI[sha256sum] = "0707b2a8a47462c06b0107426b8512a68332232241e414384b6b86cce9b7f60f"
+
+S = "${WORKDIR}/${SRCNAME}-${PV}"
+
+inherit setuptools3 native python3native
+