summaryrefslogtreecommitdiffstats
path: root/external/meta-spdxscanner/recipes-devtools/python/python3-sphinx-native_1.6.6.bb
diff options
context:
space:
mode:
authorToshikazuOhiwa <toshikazu_ohiwa@mail.toyota.co.jp>2020-03-30 09:24:26 +0900
committerToshikazuOhiwa <toshikazu_ohiwa@mail.toyota.co.jp>2020-03-30 09:24:26 +0900
commit5b80bfd7bffd4c20d80b7c70a7130529e9a755dd (patch)
treeb4bb18dcd1487dbf1ea8127e5671b7bb2eded033 /external/meta-spdxscanner/recipes-devtools/python/python3-sphinx-native_1.6.6.bb
parent706ad73eb02caf8532deaf5d38995bd258725cb8 (diff)
agl-basesystem
Diffstat (limited to 'external/meta-spdxscanner/recipes-devtools/python/python3-sphinx-native_1.6.6.bb')
-rw-r--r--external/meta-spdxscanner/recipes-devtools/python/python3-sphinx-native_1.6.6.bb18
1 files changed, 18 insertions, 0 deletions
diff --git a/external/meta-spdxscanner/recipes-devtools/python/python3-sphinx-native_1.6.6.bb b/external/meta-spdxscanner/recipes-devtools/python/python3-sphinx-native_1.6.6.bb
new file mode 100644
index 00000000..1fd2507b
--- /dev/null
+++ b/external/meta-spdxscanner/recipes-devtools/python/python3-sphinx-native_1.6.6.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=d5575c977f2e4659ece47f731f2b8319"
+
+PR = "r0"
+SRCNAME = "sphinx"
+
+SRC_URI = "https://github.com/sphinx-doc/sphinx/archive/${PV}.tar.gz"
+
+SRC_URI[md5sum] = "567457f488771643ea4d8adffacc6b2a"
+SRC_URI[sha256sum] = "1ce2041ef4538eba0dc8394a5add4a97fbfa54f026322ae4a7e6fb2c2ea51ae7"
+
+S = "${WORKDIR}/${SRCNAME}-${PV}"
+
+inherit setuptools3 native python3native
+