From 4225ae423b73fbbc297f23239c43e23b5a40d4a7 Mon Sep 17 00:00:00 2001 From: Jackie Huang Date: Wed, 29 Apr 2015 11:08:53 +0800 Subject: python-testrepository: upgrade to 0.0.20 Signed-off-by: Jackie Huang Signed-off-by: Bruce Ashfield --- .../python/python-testrepository_0.0.18.bb | 25 ---------------------- .../python/python-testrepository_0.0.20.bb | 24 +++++++++++++++++++++ 2 files changed, 24 insertions(+), 25 deletions(-) delete mode 100644 meta-openstack/recipes-devtools/python/python-testrepository_0.0.18.bb create mode 100644 meta-openstack/recipes-devtools/python/python-testrepository_0.0.20.bb (limited to 'meta-openstack/recipes-devtools/python') diff --git a/meta-openstack/recipes-devtools/python/python-testrepository_0.0.18.bb b/meta-openstack/recipes-devtools/python/python-testrepository_0.0.18.bb deleted file mode 100644 index f4e708e..0000000 --- a/meta-openstack/recipes-devtools/python/python-testrepository_0.0.18.bb +++ /dev/null @@ -1,25 +0,0 @@ -DESCRIPTION = "A repository of test results" -HOMEPAGE = "https://pypi.python.org/pypi/testrepository/" -SECTION = "devel/python" -LICENSE = "Apache-2.0" -LIC_FILES_CHKSUM = "file://COPYING;md5=f19071a777e237c55ec3ab83284b31b8" - -PR = "r0" -SRCNAME = "testrepository" - -SRC_URI = "https://pypi.python.org/packages/source/t/${SRCNAME}/${SRCNAME}-${PV}.tar.gz" - -SRC_URI[md5sum] = "f1f234caa753179ccfad8f7f764ddde4" -SRC_URI[sha256sum] = "ba15301c6ec6bf1b8e0dad10ac7313b11e17ceb8d28ec4a3625c9aaa766727fd" - - -S = "${WORKDIR}/${SRCNAME}-${PV}" - -inherit setuptools - -RDEPENDS_${PN} += "python-subunit \ - python-extras \ -" - -CLEANBROKEN = "1" - diff --git a/meta-openstack/recipes-devtools/python/python-testrepository_0.0.20.bb b/meta-openstack/recipes-devtools/python/python-testrepository_0.0.20.bb new file mode 100644 index 0000000..edb6fe8 --- /dev/null +++ b/meta-openstack/recipes-devtools/python/python-testrepository_0.0.20.bb @@ -0,0 +1,24 @@ +DESCRIPTION = "A repository of test results" +HOMEPAGE = "https://pypi.python.org/pypi/testrepository/" +SECTION = "devel/python" +LICENSE = "Apache-2.0" +LIC_FILES_CHKSUM = "file://COPYING;md5=f19071a777e237c55ec3ab83284b31b8" + +SRCNAME = "testrepository" + +SRC_URI = "https://pypi.python.org/packages/source/t/${SRCNAME}/${SRCNAME}-${PV}.tar.gz" + +SRC_URI[md5sum] = "f648b0aceeca4fcd5f8a62eeedea289b" +SRC_URI[sha256sum] = "752449bc98c20253ec4611c40564aea93d435a5bf3ff672208e01cc10e5858eb" + + +S = "${WORKDIR}/${SRCNAME}-${PV}" + +inherit setuptools + +RDEPENDS_${PN} += "python-subunit \ + python-extras \ +" + +CLEANBROKEN = "1" + -- cgit v1.2.3-54-g00ecf