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 | |
parent | net-analyzer/suricata: version bump to 3.1.3 (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')
-rw-r--r-- | dev-python/URLObject/Manifest | 1 | ||||
-rw-r--r-- | dev-python/URLObject/URLObject-2.4.2.ebuild | 24 |
2 files changed, 25 insertions, 0 deletions
diff --git a/dev-python/URLObject/Manifest b/dev-python/URLObject/Manifest index 171dbfda52be..f7e28b4b05af 100644 --- a/dev-python/URLObject/Manifest +++ b/dev-python/URLObject/Manifest @@ -1 +1,2 @@ DIST URLObject-2.4.0.tar.gz 12533 SHA256 f51272b12846db98af530b0a64f6593d2b1e8405f0aa580285b37ce8009b8d9c SHA512 1334c8d8dbb93f50fb6672ae5c2e1dbb8c880af65c18c96c7bc65bb46ae894ab0696d36236036c1e4434a6e75b692ecd0b37055ef9b55fb50ffbaf13197b1701 WHIRLPOOL 41de6cca4dccb45221d01d772ab7d5799a8ed8d797e2adc440e2b09f503f7ce324f647748318e85768f9528d75363a322e7030fd0056772443e1c18f0c52767e +DIST URLObject-2.4.2.tar.gz 14050 SHA256 dd0f08a81d89485b1e587fd60aec4b8482859788e5ace67dd1b0d4a001515c57 SHA512 ebe92f2c2b32dcaee2121f07c2fdb6177df721bc3b14f3b85ce0b52a0222364a8436a964e93326e8ae178dafb17431879f36d3322a7f9c9ae12bfc23b748bdae WHIRLPOOL 3edbd17ba52e1603311ad3c78bf84c1d4316783e1776281fcfb7b3e302f3f8e00d193e412fb298df7d4d28c5498a1295d3ab55ea6778469cc3418c0676dbdf76 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 +" |