From 464924c6e56227918f4a52f3214efe52e823be39 Mon Sep 17 00:00:00 2001 From: Mark Asselstine Date: Wed, 11 Nov 2015 21:50:31 -0500 Subject: functools32: use git instead of release tarballs Since we are often moving packages forward on the master branch it is simpler to use git instead of tarballs. Signed-off-by: Mark Asselstine Signed-off-by: Bruce Ashfield --- .../python/python-functools32_3.2.3-2.bb | 29 --------------------- .../python/python-functools32_git.bb | 30 ++++++++++++++++++++++ 2 files changed, 30 insertions(+), 29 deletions(-) delete mode 100644 meta-openstack/recipes-devtools/python/python-functools32_3.2.3-2.bb create mode 100644 meta-openstack/recipes-devtools/python/python-functools32_git.bb (limited to 'meta-openstack/recipes-devtools/python') diff --git a/meta-openstack/recipes-devtools/python/python-functools32_3.2.3-2.bb b/meta-openstack/recipes-devtools/python/python-functools32_3.2.3-2.bb deleted file mode 100644 index 937e933..0000000 --- a/meta-openstack/recipes-devtools/python/python-functools32_3.2.3-2.bb +++ /dev/null @@ -1,29 +0,0 @@ -SUMMARY = "Python higher-order functions and operations on callable objects" -HOMEPAGE = "https://pypi.python.org/pypi/functools32" -SECTION = "devel/python" -LICENSE = "PSFv2" - -SRCNAME = "functools32" - -LIC_FILES_CHKSUM = "file://LICENSE;md5=27cf2345969ed18e6730e90fb0063a10" -SRC_URI = "http://pypi.python.org/packages/source/f/${SRCNAME}/${SRCNAME}-${PV}.tar.gz" -SRC_URI[md5sum] = "09f24ffd9af9f6cd0f63cb9f4e23d4b2" -SRC_URI[sha256sum] = "f6253dfbe0538ad2e387bd8fdfd9293c925d63553f5813c4e587745416501e6d" - -S = "${WORKDIR}/${SRCNAME}-${PV}" - -inherit distutils - -DISTUTILS_INSTALL_ARGS = "--root=${D} \ - --prefix=${prefix} \ - --install-lib=${PYTHON_SITEPACKAGES_DIR} \ - --install-data=${datadir}" - -DEPENDS += " \ - python-pbr \ - " - -RDEPENDS_${PN} += "python-testtools \ - python-pbr \ - " - diff --git a/meta-openstack/recipes-devtools/python/python-functools32_git.bb b/meta-openstack/recipes-devtools/python/python-functools32_git.bb new file mode 100644 index 0000000..f167e7d --- /dev/null +++ b/meta-openstack/recipes-devtools/python/python-functools32_git.bb @@ -0,0 +1,30 @@ +SUMMARY = "Python higher-order functions and operations on callable objects" +HOMEPAGE = "https://pypi.python.org/pypi/functools32" +SECTION = "devel/python" +LICENSE = "PSFv2" + +PV = "3.2.3-2" +SRCREV = "ad90fa86e2f4f494a3aedb0571274f3bbc6d7ab5" + +SRCNAME = "functools32" + +LIC_FILES_CHKSUM = "file://LICENSE;md5=27cf2345969ed18e6730e90fb0063a10" +SRC_URI = "git://github.com/MiCHiLU/python-${SRCNAME}.git" + +S = "${WORKDIR}/git" + +inherit distutils + +DISTUTILS_INSTALL_ARGS = "--root=${D} \ + --prefix=${prefix} \ + --install-lib=${PYTHON_SITEPACKAGES_DIR} \ + --install-data=${datadir}" + +DEPENDS += " \ + python-pbr \ + " + +RDEPENDS_${PN} += "python-testtools \ + python-pbr \ + " + -- cgit v1.2.3-54-g00ecf