From b570e6fc072c3b528b02284d6704ab445a99e53d Mon Sep 17 00:00:00 2001 From: Jackie Huang Date: Wed, 29 Apr 2015 11:08:45 +0800 Subject: python-rfc3986: upgrade to 0.2.1 Signed-off-by: Jackie Huang Signed-off-by: Bruce Ashfield --- .../python/python-rfc3986_0.2.0.bb | 27 ---------------------- .../python/python-rfc3986_0.2.1.bb | 26 +++++++++++++++++++++ 2 files changed, 26 insertions(+), 27 deletions(-) delete mode 100644 meta-openstack/recipes-devtools/python/python-rfc3986_0.2.0.bb create mode 100644 meta-openstack/recipes-devtools/python/python-rfc3986_0.2.1.bb (limited to 'meta-openstack/recipes-devtools/python') diff --git a/meta-openstack/recipes-devtools/python/python-rfc3986_0.2.0.bb b/meta-openstack/recipes-devtools/python/python-rfc3986_0.2.0.bb deleted file mode 100644 index 88f6c01..0000000 --- a/meta-openstack/recipes-devtools/python/python-rfc3986_0.2.0.bb +++ /dev/null @@ -1,27 +0,0 @@ -DESCRIPTION = "Validating URI References per RFC 3986" -HOMEPAGE = "https://rfc3986.rtfd.org" -SECTION = "devel/python" -LICENSE = "Apache-2" -LIC_FILES_CHKSUM = "file://LICENSE;md5=03731a0e7dbcb30cecdcec77cc93ec29" - -PR = "r0" - -SRCNAME = "rfc3986" -SRC_URI = "http://pypi.python.org/packages/source/r/${SRCNAME}/${SRCNAME}-${PV}.tar.gz" - -SRC_URI[md5sum] = "a80b964a92c3a40e57ec95f7c0d68fa9" -SRC_URI[sha256sum] = "8a7b3f6cfdfb969c2e876513e87c30ebe1e4bdc9fae4a63c701eee88bbec9b22" - -S = "${WORKDIR}/${SRCNAME}-${PV}" - -inherit setuptools - -# DEPENDS_default: python-pip - -DEPENDS += " \ - python-pip \ - " - -# RDEPENDS_default: -RDEPENDS_${PN} += " \ - " diff --git a/meta-openstack/recipes-devtools/python/python-rfc3986_0.2.1.bb b/meta-openstack/recipes-devtools/python/python-rfc3986_0.2.1.bb new file mode 100644 index 0000000..66952d8 --- /dev/null +++ b/meta-openstack/recipes-devtools/python/python-rfc3986_0.2.1.bb @@ -0,0 +1,26 @@ +DESCRIPTION = "Validating URI References per RFC 3986" +HOMEPAGE = "https://rfc3986.rtfd.org" +SECTION = "devel/python" +LICENSE = "Apache-2" +LIC_FILES_CHKSUM = "file://LICENSE;md5=03731a0e7dbcb30cecdcec77cc93ec29" + + +SRCNAME = "rfc3986" +SRC_URI = "http://pypi.python.org/packages/source/r/${SRCNAME}/${SRCNAME}-${PV}.tar.gz" + +SRC_URI[md5sum] = "84151eec209c99e71edc760745510da4" +SRC_URI[sha256sum] = "85aec4beb1edc4fa7cb7466cca1410237cb3e344968d07126e428bc62adb8f3c" + +S = "${WORKDIR}/${SRCNAME}-${PV}" + +inherit setuptools + +# DEPENDS_default: python-pip + +DEPENDS += " \ + python-pip \ + " + +# RDEPENDS_default: +RDEPENDS_${PN} += " \ + " -- cgit v1.2.3-54-g00ecf