added URLObject package

Package-Manager: portage-2.3.0_rc1
This commit is contained in:
Slawomir Lis
2016-06-20 14:53:38 +02:00
parent 95b82d0d85
commit 733dba0925
3 changed files with 35 additions and 0 deletions

View File

@@ -0,0 +1,24 @@
# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI="5"
PYTHON_COMPAT=( python{2_7,3_4} )
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=""
DEPEND="
${RDEPEND}
dev-python/setuptools
"