diff options
Diffstat (limited to 'meta-openstack')
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python-routes_1.12.3.bb | 19 |
1 files changed, 19 insertions, 0 deletions
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 new file mode 100644 index 0000000..a966fad --- /dev/null +++ b/meta-openstack/recipes-devtools/python/python-routes_1.12.3.bb | |||
| @@ -0,0 +1,19 @@ | |||
| 1 | DESCRIPTION = "A Python re-implementation of the Rails routes system." | ||
| 2 | HOMEPAGE = "http://routes.groovie.org" | ||
| 3 | SECTION = "devel/python" | ||
| 4 | LICENSE = "BSD" | ||
| 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=aa6285dc7b7c93b3905bb2757f33eb62" | ||
| 6 | |||
| 7 | PR = "r0" | ||
| 8 | SRCNAME = "Routes" | ||
| 9 | |||
| 10 | SRC_URI = "http://pypi.python.org/packages/source/R/${SRCNAME}/${SRCNAME}-${PV}.tar.gz" | ||
| 11 | |||
| 12 | SRC_URI[md5sum] = "9740ff424ff6b841632c784a38fb2be3" | ||
| 13 | SRC_URI[sha256sum] = "eacc0dfb7c883374e698cebaa01a740d8c78d364b6e7f3df0312de042f77aa36" | ||
| 14 | |||
| 15 | S = "${WORKDIR}/${SRCNAME}-${PV}" | ||
| 16 | |||
| 17 | inherit setuptools | ||
| 18 | |||
| 19 | |||
