From 4a7f7cbf3b6f2795009a3a3dc5982b9f065eb4cd Mon Sep 17 00:00:00 2001 From: Mark Asselstine Date: Fri, 20 Jan 2017 16:59:30 -0500 Subject: python-fixtures: uprev to version 3.0.0 This version is required by the python-oslotest uprev to the latest stable/newton. Signed-off-by: Mark Asselstine Signed-off-by: Bruce Ashfield --- .../python/python-fixtures_1.3.1.bb | 35 ---------------------- .../python/python-fixtures_3.0.0.bb | 34 +++++++++++++++++++++ 2 files changed, 34 insertions(+), 35 deletions(-) delete mode 100644 meta-openstack/recipes-devtools/python/python-fixtures_1.3.1.bb create mode 100644 meta-openstack/recipes-devtools/python/python-fixtures_3.0.0.bb (limited to 'meta-openstack/recipes-devtools/python') diff --git a/meta-openstack/recipes-devtools/python/python-fixtures_1.3.1.bb b/meta-openstack/recipes-devtools/python/python-fixtures_1.3.1.bb deleted file mode 100644 index ac40e9d..0000000 --- a/meta-openstack/recipes-devtools/python/python-fixtures_1.3.1.bb +++ /dev/null @@ -1,35 +0,0 @@ -DESCRIPTION = "Fixtures, reusable state for writing clean tests and more" -HOMEPAGE = "https://pypi.python.org/pypi/fixtures/" -SECTION = "devel/python" -LICENSE = "Apache-2.0" -LIC_FILES_CHKSUM = "file://COPYING;md5=239e2f4698b85aad5ed39bae5d2ef226" - -PR = "r0" -SRCNAME = "fixtures" - -SRC_URI = "https://pypi.python.org/packages/source/f/${SRCNAME}/${SRCNAME}-${PV}.tar.gz" - -SRC_URI[md5sum] = "72959be66e26b09641a1e3902f631e62" -SRC_URI[sha256sum] = "b63cf3bb37f83ff815456e2d0e118535ae9a4bf43e76d9a1cf3286041bf717ce" - -S = "${WORKDIR}/${SRCNAME}-${PV}" - -inherit distutils - -DISTUTILS_INSTALL_ARGS = "--root=${D} \ - --prefix=${prefix} \ - --install-lib=${PYTHON_SITEPACKAGES_DIR} \ - --install-data=${datadir}" - -DEPENDS += " \ - python-pbr \ - " - -# Satisfy setup.py 'setup_requires' -DEPENDS += " \ - python-pbr-native \ - " - -RDEPENDS_${PN} += "python-testtools \ - python-pbr \ - " diff --git a/meta-openstack/recipes-devtools/python/python-fixtures_3.0.0.bb b/meta-openstack/recipes-devtools/python/python-fixtures_3.0.0.bb new file mode 100644 index 0000000..25647ec --- /dev/null +++ b/meta-openstack/recipes-devtools/python/python-fixtures_3.0.0.bb @@ -0,0 +1,34 @@ +DESCRIPTION = "Fixtures, reusable state for writing clean tests and more" +HOMEPAGE = "https://pypi.python.org/pypi/fixtures/" +SECTION = "devel/python" +LICENSE = "Apache-2.0" +LIC_FILES_CHKSUM = "file://COPYING;md5=239e2f4698b85aad5ed39bae5d2ef226" + +SRCNAME = "fixtures" + +SRC_URI = "https://pypi.io/packages/source/f/${SRCNAME}/${SRCNAME}-${PV}.tar.gz" + +SRC_URI[md5sum] = "cd6345b497a62fad739efee66346c2e0" +SRC_URI[sha256sum] = "fcf0d60234f1544da717a9738325812de1f42c2fa085e2d9252d8fff5712b2ef" + +S = "${WORKDIR}/${SRCNAME}-${PV}" + +inherit distutils + +DISTUTILS_INSTALL_ARGS = "--root=${D} \ + --prefix=${prefix} \ + --install-lib=${PYTHON_SITEPACKAGES_DIR} \ + --install-data=${datadir}" + +DEPENDS += " \ + python-pbr \ + " + +# Satisfy setup.py 'setup_requires' +DEPENDS += " \ + python-pbr-native \ + " + +RDEPENDS_${PN} += "python-testtools \ + python-pbr \ + " -- cgit v1.2.3-54-g00ecf