Files
gentoo/dev-python/django-spurl/django-spurl-0.6.4.ebuild
Pacho Ramos 95068255cd dev-python/django-spurl: Support newer python
Package-Manager: Portage-2.3.6, Repoman-2.3.2
2017-07-12 16:41:48 +02:00

29 lines
544 B
Bash

# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI="5"
PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
inherit distutils-r1
DESCRIPTION="A Django template library for manipulating URLs"
HOMEPAGE="https://pypi.python.org/pypi/django-spurl"
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="BSD"
KEYWORDS="~amd64 ~x86"
SLOT="0"
IUSE=""
RDEPEND="
>=dev-python/django-1.4
dev-python/six
dev-python/nose
dev-python/URLObject
"
DEPEND="
${RDEPEND}
dev-python/setuptools
"