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