summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python/python-routes.inc
diff options
context:
space:
mode:
authorZang Ruochen <zangrc.fnst@cn.fujitsu.com>2019-09-16 11:26:39 +0800
committerBruce Ashfield <bruce.ashfield@gmail.com>2019-09-18 13:57:12 -0400
commit22b0491aa783909abce3cf62f3a38f5fbeb84e16 (patch)
treec73284a9af9171ecf4ad5f48c7ee725b718f915e /meta-openstack/recipes-devtools/python/python-routes.inc
parent9cf16c10f822215926a31d0bafbdf63746a9139b (diff)
downloadmeta-cloud-services-22b0491aa783909abce3cf62f3a38f5fbeb84e16.tar.gz
python-routes: Add python3 version
Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-routes.inc')
-rw-r--r--meta-openstack/recipes-devtools/python/python-routes.inc15
1 files changed, 15 insertions, 0 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-routes.inc b/meta-openstack/recipes-devtools/python/python-routes.inc
new file mode 100644
index 0000000..4224552
--- /dev/null
+++ b/meta-openstack/recipes-devtools/python/python-routes.inc
@@ -0,0 +1,15 @@
1DESCRIPTION = "A Python re-implementation of the Rails routes system."
2HOMEPAGE = "http://routes.groovie.org"
3SECTION = "devel/python"
4LICENSE = "MIT"
5LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=90976c1a0e3029278f882cfe2e84a6ae"
6
7PV = "2.4.1+git${SRCPV}"
8SRCREV = "2dcef8079cf09f427eeb0be62374f6c1a52bf59d"
9
10SRCNAME = "Routes"
11SRC_URI = "git://github.com/bbangert/routes.git"
12
13S = "${WORKDIR}/git"
14
15RDEPENDS_${PN} += "${PYTHON_PN}-repoze.lru"