blob: 814339b495616de235e101a9e660f8990ea5da16 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
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;md5=aa6285dc7b7c93b3905bb2757f33eb62"
PV = "1.13+git${SRCPV}"
SRCREV = "467501d5fcfa265b3dfae615e7f0dcda8ce79d4e"
SRCNAME = "Routes"
SRC_URI = "git://github.com/bbangert/routes.git"
S = "${WORKDIR}/git"
inherit setuptools
RDEPENDS_${PN} += "python-repoze.lru"
|