From 2ed930f23e4d5678ef943cef413d09cd10c78eb7 Mon Sep 17 00:00:00 2001 From: Jackie Huang Date: Wed, 29 Apr 2015 11:09:05 +0800 Subject: python-setuptools-git: upgrade to 1.1 Signed-off-by: Jackie Huang Signed-off-by: Bruce Ashfield --- .../python/python-setuptools-git_1.0.bb | 22 ---------------------- .../python/python-setuptools-git_1.1.bb | 21 +++++++++++++++++++++ 2 files changed, 21 insertions(+), 22 deletions(-) delete mode 100644 meta-openstack/recipes-devtools/python/python-setuptools-git_1.0.bb create mode 100644 meta-openstack/recipes-devtools/python/python-setuptools-git_1.1.bb diff --git a/meta-openstack/recipes-devtools/python/python-setuptools-git_1.0.bb b/meta-openstack/recipes-devtools/python/python-setuptools-git_1.0.bb deleted file mode 100644 index 8c41969..0000000 --- a/meta-openstack/recipes-devtools/python/python-setuptools-git_1.0.bb +++ /dev/null @@ -1,22 +0,0 @@ -DESCRIPTION = "Plugin for setuptools that enables git integration" -HOMEPAGE = "https://github.com/wichert/setuptools-git" -SECTION = "devel/python" -LICENSE = "BSD" -LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=3775480a712fc46a69647678acb234cb" - -PR = "r0" -SRCNAME = "setuptools-git" - -SRC_URI = "https://pypi.python.org/packages/source/s/${SRCNAME}/${SRCNAME}-${PV}b1.tar.gz" - -SRC_URI[md5sum] = "ac67cbaa1336b7de25b1b5ff93b4e90d" -SRC_URI[sha256sum] = "dccd496b4166315c2b6b842f3dcd417b22e2cb43aaa4a8983b1ea0ceae0fe328" - -S = "${WORKDIR}/${SRCNAME}-${PV}b1" - -inherit setuptools - -# conflicting file prevention -do_install_append() { - rm -f ${D}${libdir}/python*/site-packages/site.py* -} diff --git a/meta-openstack/recipes-devtools/python/python-setuptools-git_1.1.bb b/meta-openstack/recipes-devtools/python/python-setuptools-git_1.1.bb new file mode 100644 index 0000000..9447744 --- /dev/null +++ b/meta-openstack/recipes-devtools/python/python-setuptools-git_1.1.bb @@ -0,0 +1,21 @@ +DESCRIPTION = "Plugin for setuptools that enables git integration" +HOMEPAGE = "https://github.com/wichert/setuptools-git" +SECTION = "devel/python" +LICENSE = "BSD" +LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=3775480a712fc46a69647678acb234cb" + +SRCNAME = "setuptools-git" + +SRC_URI = "https://pypi.python.org/packages/source/s/${SRCNAME}/${SRCNAME}-${PV}.tar.gz" + +SRC_URI[md5sum] = "7b5967e9527c789c3113b07a1f196f6e" +SRC_URI[sha256sum] = "047d7595546635edebef226bc566579d422ccc48a8a91c7d32d8bd174f68f831" + +S = "${WORKDIR}/${SRCNAME}-${PV}" + +inherit setuptools + +# conflicting file prevention +do_install_append() { + rm -f ${D}${libdir}/python*/site-packages/site.py* +} -- cgit v1.2.3-54-g00ecf