diff options
| author | Slawomir Lis <slis@gentoo.org> | 2016-11-29 13:04:54 +0100 |
|---|---|---|
| committer | Slawomir Lis <slis@gentoo.org> | 2016-11-29 13:08:28 +0100 |
| commit | 120e129751415fa36ee9c7df3b9d0dd857eaa831 (patch) | |
| tree | 90b113007e1c5b9b1fc88dc6baff4035a9506d44 /dev-python/URLObject/URLObject-2.4.2.ebuild | |
| parent | 33c8fa9c802e00a7df75ebb081855b13e4556a5d (diff) | |
| download | gentoo-120e129751415fa36ee9c7df3b9d0dd857eaa831.tar.gz gentoo-120e129751415fa36ee9c7df3b9d0dd857eaa831.tar.bz2 gentoo-120e129751415fa36ee9c7df3b9d0dd857eaa831.zip | |
dev-python/URLObject: version bump to 2.4.2
Package-Manager: portage-2.3.2
Diffstat (limited to 'dev-python/URLObject/URLObject-2.4.2.ebuild')
| -rw-r--r-- | dev-python/URLObject/URLObject-2.4.2.ebuild | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/dev-python/URLObject/URLObject-2.4.2.ebuild b/dev-python/URLObject/URLObject-2.4.2.ebuild new file mode 100644 index 000000000000..0f3fefebf392 --- /dev/null +++ b/dev-python/URLObject/URLObject-2.4.2.ebuild @@ -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 +" |
