From 056fd40ee150eec23628b1e437682b5b27dc5aa9 Mon Sep 17 00:00:00 2001 From: Jackie Huang Date: Wed, 29 Apr 2015 11:08:46 +0800 Subject: python-routes: upgrade to 2.1 Signed-off-by: Jackie Huang Signed-off-by: Bruce Ashfield --- .../recipes-devtools/python/python-routes_1.12.3.bb | 19 ------------------- .../recipes-devtools/python/python-routes_2.1.bb | 18 ++++++++++++++++++ 2 files changed, 18 insertions(+), 19 deletions(-) delete mode 100644 meta-openstack/recipes-devtools/python/python-routes_1.12.3.bb create mode 100644 meta-openstack/recipes-devtools/python/python-routes_2.1.bb (limited to 'meta-openstack/recipes-devtools/python') diff --git a/meta-openstack/recipes-devtools/python/python-routes_1.12.3.bb b/meta-openstack/recipes-devtools/python/python-routes_1.12.3.bb deleted file mode 100644 index a966fad..0000000 --- a/meta-openstack/recipes-devtools/python/python-routes_1.12.3.bb +++ /dev/null @@ -1,19 +0,0 @@ -DESCRIPTION = "A Python re-implementation of the Rails routes system." -HOMEPAGE = "http://routes.groovie.org" -SECTION = "devel/python" -LICENSE = "BSD" -LIC_FILES_CHKSUM = "file://LICENSE;md5=aa6285dc7b7c93b3905bb2757f33eb62" - -PR = "r0" -SRCNAME = "Routes" - -SRC_URI = "http://pypi.python.org/packages/source/R/${SRCNAME}/${SRCNAME}-${PV}.tar.gz" - -SRC_URI[md5sum] = "9740ff424ff6b841632c784a38fb2be3" -SRC_URI[sha256sum] = "eacc0dfb7c883374e698cebaa01a740d8c78d364b6e7f3df0312de042f77aa36" - -S = "${WORKDIR}/${SRCNAME}-${PV}" - -inherit setuptools - - diff --git a/meta-openstack/recipes-devtools/python/python-routes_2.1.bb b/meta-openstack/recipes-devtools/python/python-routes_2.1.bb new file mode 100644 index 0000000..dbf6e17 --- /dev/null +++ b/meta-openstack/recipes-devtools/python/python-routes_2.1.bb @@ -0,0 +1,18 @@ +DESCRIPTION = "A Python re-implementation of the Rails routes system." +HOMEPAGE = "http://routes.groovie.org" +SECTION = "devel/python" +LICENSE = "BSD" +LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=151dabc4f4b91d0ac53e87d5326787fd" + +SRCNAME = "Routes" + +SRC_URI = "http://pypi.python.org/packages/source/R/${SRCNAME}/${SRCNAME}-${PV}.tar.gz" + +SRC_URI[md5sum] = "e6e463318a9dc6ad2f1b3040e998f0b4" +SRC_URI[sha256sum] = "ebf4126e244cf11414653b5ba5f27ed4abfad38b906a01e5d4c93d3ce5568ea3" + +S = "${WORKDIR}/${SRCNAME}-${PV}" + +inherit setuptools + + -- cgit v1.2.3-54-g00ecf