aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTim Orling <timothy.t.orling@linux.intel.com>2018-03-17 21:42:55 -0700
committerTim Orling <timothy.t.orling@linux.intel.com>2018-03-17 22:48:05 -0700
commitac3859c3a20f9430e4c792ca098cacf91bafb046 (patch)
tree729b231290819aad5c42e5a9d0f42ccc2411f3ac
parent51b8b14b939254ea905d46684a696038c42f92c1 (diff)
downloadmeta-openembedded-contrib-ac3859c3a20f9430e4c792ca098cacf91bafb046.tar.gz
python-docutils: upgrade v0.14rc2 -> v0.14; inherit pypi
* Upgrade to the release version of 0.14 * Inherit pypi which also allows auto-upgrade-helper to properly find new upstream versions NOTE: This package is not compatible with python3 Signed-off-by: Tim Orling <timothy.t.orling@linux.intel.com>
-rw-r--r--meta-python/recipes-devtools/python/python-docutils_0.14.bb13
-rw-r--r--meta-python/recipes-devtools/python/python-docutils_0.14rc2.bb18
2 files changed, 13 insertions, 18 deletions
diff --git a/meta-python/recipes-devtools/python/python-docutils_0.14.bb b/meta-python/recipes-devtools/python/python-docutils_0.14.bb
new file mode 100644
index 0000000000..c7ad13c0d2
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python-docutils_0.14.bb
@@ -0,0 +1,13 @@
+SUMMARY = "Text processing system for documentation"
+HOMEPAGE = "http://docutils.sourceforge.net"
+SECTION = "devel/python"
+LICENSE = "PSF & BSD-2-Clause & GPLv3"
+LIC_FILES_CHKSUM = "file://COPYING.txt;md5=35a23d42b615470583563132872c97d6"
+
+SRC_URI[md5sum] = "c53768d63db3873b7d452833553469de"
+SRC_URI[sha256sum] = "51e64ef2ebfb29cae1faa133b3710143496eca21c530f3f71424d77687764274"
+
+inherit pypi distutils
+
+BBCLASSEXTEND = "native"
+
diff --git a/meta-python/recipes-devtools/python/python-docutils_0.14rc2.bb b/meta-python/recipes-devtools/python/python-docutils_0.14rc2.bb
deleted file mode 100644
index 68436a1a54..0000000000
--- a/meta-python/recipes-devtools/python/python-docutils_0.14rc2.bb
+++ /dev/null
@@ -1,18 +0,0 @@
-SUMMARY = "Text processing system for documentation"
-HOMEPAGE = "http://docutils.sourceforge.net"
-SECTION = "devel/python"
-LICENSE = "PSF & BSD-2-Clause & GPLv3"
-LIC_FILES_CHKSUM = "file://COPYING.txt;md5=35a23d42b615470583563132872c97d6"
-
-DEPENDS = "python"
-
-SRC_URI = "${SOURCEFORGE_MIRROR}/docutils/docutils-${PV}.tar.gz"
-SRC_URI[md5sum] = "2f4bee6451958252f7bec71f18b05be3"
-SRC_URI[sha256sum] = "3caee0bcb2a49fdf24fcfa70849a60abb7a181aa68b030f7cb7494096181830c"
-
-S = "${WORKDIR}/docutils-${PV}"
-
-inherit distutils
-
-BBCLASSEXTEND = "native"
-