summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python/python-routes_git.bb
blob: 578597a15341ccecfe63e153d0cdd3b67c6183e9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
DESCRIPTION = "A Python re-implementation of the Rails routes system."
HOMEPAGE = "http://routes.groovie.org"
SECTION = "devel/python"
LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=90976c1a0e3029278f882cfe2e84a6ae"

PV = "2.4.1+git${SRCPV}"
SRCREV = "2dcef8079cf09f427eeb0be62374f6c1a52bf59d"

SRCNAME = "Routes"
SRC_URI = "git://github.com/bbangert/routes.git"

S = "${WORKDIR}/git"

inherit setuptools

RDEPENDS_${PN} += " \
        python-repoze.lru \
        python-six \
        "