dev-python/URLObject: version bump to 2.4.2

Package-Manager: portage-2.3.2
This commit is contained in:
Slawomir Lis
2016-11-29 13:04:54 +01:00
parent 33c8fa9c80
commit 120e129751
2 changed files with 25 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 utility class for manipulating URLs"
HOMEPAGE="https://pypi.python.org/pypi/URLObject"
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
"