Gentoo Archives: gentoo-commits

From: Slawek Lis <slis@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/URLObject/
Date: Tue, 29 Nov 2016 12:05:42
Message-Id: 1480421308.120e129751415fa36ee9c7df3b9d0dd857eaa831.slis@gentoo
1 commit: 120e129751415fa36ee9c7df3b9d0dd857eaa831
2 Author: Slawomir Lis <slis <AT> gentoo <DOT> org>
3 AuthorDate: Tue Nov 29 12:04:54 2016 +0000
4 Commit: Slawek Lis <slis <AT> gentoo <DOT> org>
5 CommitDate: Tue Nov 29 12:08:28 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=120e1297
7
8 dev-python/URLObject: version bump to 2.4.2
9
10 Package-Manager: portage-2.3.2
11
12 dev-python/URLObject/Manifest | 1 +
13 dev-python/URLObject/URLObject-2.4.2.ebuild | 24 ++++++++++++++++++++++++
14 2 files changed, 25 insertions(+)
15
16 diff --git a/dev-python/URLObject/Manifest b/dev-python/URLObject/Manifest
17 index 171dbfd..f7e28b4 100644
18 --- a/dev-python/URLObject/Manifest
19 +++ b/dev-python/URLObject/Manifest
20 @@ -1 +1,2 @@
21 DIST URLObject-2.4.0.tar.gz 12533 SHA256 f51272b12846db98af530b0a64f6593d2b1e8405f0aa580285b37ce8009b8d9c SHA512 1334c8d8dbb93f50fb6672ae5c2e1dbb8c880af65c18c96c7bc65bb46ae894ab0696d36236036c1e4434a6e75b692ecd0b37055ef9b55fb50ffbaf13197b1701 WHIRLPOOL 41de6cca4dccb45221d01d772ab7d5799a8ed8d797e2adc440e2b09f503f7ce324f647748318e85768f9528d75363a322e7030fd0056772443e1c18f0c52767e
22 +DIST URLObject-2.4.2.tar.gz 14050 SHA256 dd0f08a81d89485b1e587fd60aec4b8482859788e5ace67dd1b0d4a001515c57 SHA512 ebe92f2c2b32dcaee2121f07c2fdb6177df721bc3b14f3b85ce0b52a0222364a8436a964e93326e8ae178dafb17431879f36d3322a7f9c9ae12bfc23b748bdae WHIRLPOOL 3edbd17ba52e1603311ad3c78bf84c1d4316783e1776281fcfb7b3e302f3f8e00d193e412fb298df7d4d28c5498a1295d3ab55ea6778469cc3418c0676dbdf76
23
24 diff --git a/dev-python/URLObject/URLObject-2.4.2.ebuild b/dev-python/URLObject/URLObject-2.4.2.ebuild
25 new file mode 100644
26 index 00000000..0f3fefe
27 --- /dev/null
28 +++ b/dev-python/URLObject/URLObject-2.4.2.ebuild
29 @@ -0,0 +1,24 @@
30 +# Copyright 1999-2016 Gentoo Foundation
31 +# Distributed under the terms of the GNU General Public License v2
32 +# $Id$
33 +
34 +EAPI="5"
35 +
36 +PYTHON_COMPAT=( python{2_7,3_4} )
37 +
38 +inherit distutils-r1
39 +
40 +DESCRIPTION="A utility class for manipulating URLs"
41 +HOMEPAGE="https://pypi.python.org/pypi/URLObject"
42 +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
43 +
44 +LICENSE="BSD"
45 +KEYWORDS="~amd64 ~x86"
46 +SLOT="0"
47 +IUSE=""
48 +
49 +RDEPEND=""
50 +DEPEND="
51 + ${RDEPEND}
52 + dev-python/setuptools
53 +"