Gentoo Archives: gentoo-commits

From: Lars Wendler <polynomial-c@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/ipaddress/
Date: Mon, 23 Jan 2017 03:48:17
Message-Id: 1485142672.e5719b48760e9143e9efea4cea29abf2961d34d0.polynomial-c@gentoo
1 commit: e5719b48760e9143e9efea4cea29abf2961d34d0
2 Author: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jan 23 02:42:01 2017 +0000
4 Commit: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
5 CommitDate: Mon Jan 23 03:37:52 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e5719b48
7
8 dev-python/ipaddress: Removed old.
9
10 Package-Manager: Portage-2.3.3, Repoman-2.3.1
11
12 dev-python/ipaddress/Manifest | 1 -
13 dev-python/ipaddress/ipaddress-1.0.16.ebuild | 25 -------------------------
14 dev-python/ipaddress/ipaddress-1.0.17.ebuild | 25 -------------------------
15 3 files changed, 51 deletions(-)
16
17 diff --git a/dev-python/ipaddress/Manifest b/dev-python/ipaddress/Manifest
18 index e3b6289..82d8b7b 100644
19 --- a/dev-python/ipaddress/Manifest
20 +++ b/dev-python/ipaddress/Manifest
21 @@ -1,4 +1,3 @@
22 DIST ipaddress-1.0.14.tar.gz 30429 SHA256 226f4be44c6cb64055e23060848266f51f329813baae28b53dc50e93488b3b3e SHA512 fb33b484ca435f4e8817c735a1084f2fa749abca4643a10be644003fdb73cc9205fc28f484ef96d2db90e8b27d8a238d1d7cf20140f7942e39be12c7524e8d6f WHIRLPOOL 30e21d5b7568125575fecd0f8cac4172713c029faa81f88cd2a6111b47da1fb3bea9305a9311ce1a7b2795e9d54b58f2cbef1e5b66f355b8c91633ead0836d04
23 -DIST ipaddress-1.0.16.tar.gz 31765 SHA256 5a3182b322a706525c46282ca6f064d27a02cffbd449f9f47416f1dc96aa71b0 SHA512 50baf15f185b039037eef7b047d5a0ffbe1b335d2d94c218b6a2012ae1ba89c5e5c4f64667d8a623e4e4e7598d90c8a7caa8327ea4c155260ab90384f86a6c89 WHIRLPOOL de25e35f36e33a0b490ba51fb9abe8f2e81b09ba3e2b8d496f3e4fe1b29e243da928a0ce8ea837cee39c49d3ba60fddbe143a7eee1642baf1e97f10b5bb3785b
24 DIST ipaddress-1.0.17.tar.gz 32434 SHA256 3a21c5a15f433710aaa26f1ae174b615973a25182006ae7f9c26de151cd51716 SHA512 c9f7c7226fd28a1b3905139713c2269b4bdbe5bc1b8e44ab8edd56c0cd2b6938577a66fce139ecce06398de89321097ac672bff2d1618ca2f3b917c15553f50d WHIRLPOOL 6d2f0be2f7db20f94fd83ac344fad17196c2351456641ce01ec116d80d657f37e98ae8df78e5bbb716bc95c598d16c49269cd35845cf44c26da88963f24d59a2
25 DIST ipaddress-1.0.18.tar.gz 32475 SHA256 5d8534c8e185f2d8a1fda1ef73f2c8f4b23264e8e30063feeb9511d492a413e1 SHA512 7d1c8cf67db5b55a872783390ca214bb39e243d313311674afe10008e86638838bef5f9e6d703803bdcfde6d27520b1fc19d0adb19d482e27a327fb735aa0312 WHIRLPOOL 0cbe1230da55740e8486590a27f491c79b5c005e75c9b70b990168b600981f87e6167859ac2a4a00f21885ae6ffd86bd06a9aa8a445a7d595c2818dee8d239cc
26
27 diff --git a/dev-python/ipaddress/ipaddress-1.0.16.ebuild b/dev-python/ipaddress/ipaddress-1.0.16.ebuild
28 deleted file mode 100644
29 index 182e7d2..00000000
30 --- a/dev-python/ipaddress/ipaddress-1.0.16.ebuild
31 +++ /dev/null
32 @@ -1,25 +0,0 @@
33 -# Copyright 1999-2015 Gentoo Foundation
34 -# Distributed under the terms of the GNU General Public License v2
35 -# $Id$
36 -
37 -EAPI=5
38 -
39 -PYTHON_COMPAT=( python2_7 pypy pypy3 )
40 -
41 -inherit distutils-r1
42 -
43 -DESCRIPTION="IPv4/IPv6 manipulation library, backport of the ipaddress module"
44 -HOMEPAGE="https://github.com/phihag/ipaddress"
45 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
46 -
47 -SLOT="0"
48 -LICENSE="PSF-2"
49 -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-linux ~x86-linux"
50 -IUSE=""
51 -
52 -RDEPEND=""
53 -DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
54 -
55 -python_test() {
56 - "${PYTHON}" test_ipaddress.py || die
57 -}
58
59 diff --git a/dev-python/ipaddress/ipaddress-1.0.17.ebuild b/dev-python/ipaddress/ipaddress-1.0.17.ebuild
60 deleted file mode 100644
61 index a859cca..00000000
62 --- a/dev-python/ipaddress/ipaddress-1.0.17.ebuild
63 +++ /dev/null
64 @@ -1,25 +0,0 @@
65 -# Copyright 1999-2016 Gentoo Foundation
66 -# Distributed under the terms of the GNU General Public License v2
67 -# $Id$
68 -
69 -EAPI=6
70 -
71 -PYTHON_COMPAT=( python2_7 pypy pypy3 )
72 -
73 -inherit distutils-r1
74 -
75 -DESCRIPTION="IPv4/IPv6 manipulation library, backport of the ipaddress module"
76 -HOMEPAGE="https://github.com/phihag/ipaddress"
77 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
78 -
79 -SLOT="0"
80 -LICENSE="PSF-2"
81 -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-linux ~x86-linux"
82 -IUSE=""
83 -
84 -RDEPEND=""
85 -DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
86 -
87 -python_test() {
88 - "${PYTHON}" test_ipaddress.py || die
89 -}