Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/miniupnpc/
Date: Wed, 10 Apr 2019 15:07:42
Message-Id: 1554908842.86ed349b7731fc535988c3ca6187bddac687f2d7.mgorny@gentoo
1 commit: 86ed349b7731fc535988c3ca6187bddac687f2d7
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Wed Apr 10 14:32:18 2019 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Wed Apr 10 15:07:22 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=86ed349b
7
8 dev-python/miniupnpc: Drop old
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/miniupnpc/Manifest | 2 --
13 dev-python/miniupnpc/miniupnpc-2.0.20180503.ebuild | 31 ----------------------
14 dev-python/miniupnpc/miniupnpc-2.1.20190403.ebuild | 31 ----------------------
15 3 files changed, 64 deletions(-)
16
17 diff --git a/dev-python/miniupnpc/Manifest b/dev-python/miniupnpc/Manifest
18 index e82318470bb..b427d72ddd3 100644
19 --- a/dev-python/miniupnpc/Manifest
20 +++ b/dev-python/miniupnpc/Manifest
21 @@ -1,4 +1,2 @@
22 -DIST miniupnpc-2.0.20180503.tar.gz 88207 BLAKE2B 1d6c6396e805eae3c53263a6856cc119033a645da29471b31705fdee8465808361057804496821f845112fb8490d351f67a5d5c9e1fef522fc6e6df8d4ac34c1 SHA512 68dcf76fe62223de80610afd392f14f46af2465796c3d4d46daa0c6f1f7e99034368b2484e260e718d42eef480644a684e83d4c0f32a6108fdd544cfc48443a3
23 DIST miniupnpc-2.1.20190210.tar.gz 94125 BLAKE2B 1cb8e4cd4d015d82eb15eec20e93b14a9f280aeabfc54e96ff9511db7fddf9713b9bffd0893c17f29beede29c6bfe73e6a459f7b20c9e4b33c88753b39cb7a0e SHA512 51f662c2a7a78cd99a793ff8b89097d895c80aaca696109c06106f8bb2601465207e068a410134cc66a61b4c0e11d4635bac6e9efdfe3fe8c4f813ac9e7a2fc2
24 -DIST miniupnpc-2.1.20190403.tar.gz 94204 BLAKE2B 6dd23a2b0b497a95bf8a92d63b95b8d3c85074845d1f2d9380701107e12262cacc2e80d4c324b95aeca76412ec85d5e6118eecc2131f352c8f2a5d489f833d40 SHA512 810ece8f3679c8caab447a621a7bc128a2f1780b455574d3514933c0601223cb14033e97f8e667c596632a75f651dbbb0294523d873e8212fdb5fd3cef61e65f
25 DIST miniupnpc-2.1.20190408.tar.gz 94216 BLAKE2B 19b0bee46d2f738939fda31c465779a6e6c7c04b2e975aed77c3a642bbfd1c61813367da5f2aa3f351fe1e5a71a842bfcd7b54c4faf589e345ddb1551bc322c6 SHA512 faa0f1363ebb59ca636b6c974188c52903ad07652f8268563c9c1a5826fafc2458d9f521efd3546fbbd4b71b3b14a50ba89dda52757adad1db81c31d9ba0987a
26
27 diff --git a/dev-python/miniupnpc/miniupnpc-2.0.20180503.ebuild b/dev-python/miniupnpc/miniupnpc-2.0.20180503.ebuild
28 deleted file mode 100644
29 index 1fc60e04a6a..00000000000
30 --- a/dev-python/miniupnpc/miniupnpc-2.0.20180503.ebuild
31 +++ /dev/null
32 @@ -1,31 +0,0 @@
33 -# Copyright 1999-2018 Gentoo Foundation
34 -# Distributed under the terms of the GNU General Public License v2
35 -
36 -EAPI=6
37 -
38 -PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} pypy{,3} )
39 -
40 -inherit distutils-r1
41 -
42 -DESCRIPTION="Python bindings for UPnP client library"
43 -HOMEPAGE="http://miniupnp.free.fr/"
44 -SRC_URI="http://miniupnp.free.fr/files/${P}.tar.gz"
45 -
46 -LICENSE="BSD"
47 -SLOT="0"
48 -KEYWORDS="amd64 ppc ppc64 x86"
49 -IUSE=""
50 -
51 -RDEPEND=">=net-libs/miniupnpc-${PV}:0="
52 -DEPEND="${RDEPEND}
53 - dev-python/setuptools[${PYTHON_USEDEP}]"
54 -
55 -PATCHES=(
56 - "${FILESDIR}"/miniupnpc-2.0.20171102-shared-lib.patch
57 -)
58 -
59 -# DOCS are installed by net-libs/miniupnpc.
60 -DOCS=()
61 -
62 -# Example test command:
63 -# python -c 'import miniupnpc; u = miniupnpc.UPnP(); u.discover(); u.selectigd(); print(u.externalipaddress())'
64
65 diff --git a/dev-python/miniupnpc/miniupnpc-2.1.20190403.ebuild b/dev-python/miniupnpc/miniupnpc-2.1.20190403.ebuild
66 deleted file mode 100644
67 index 4474c7bf005..00000000000
68 --- a/dev-python/miniupnpc/miniupnpc-2.1.20190403.ebuild
69 +++ /dev/null
70 @@ -1,31 +0,0 @@
71 -# Copyright 1999-2019 Gentoo Authors
72 -# Distributed under the terms of the GNU General Public License v2
73 -
74 -EAPI=6
75 -
76 -PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} pypy{,3} )
77 -
78 -inherit distutils-r1
79 -
80 -DESCRIPTION="Python bindings for UPnP client library"
81 -HOMEPAGE="http://miniupnp.free.fr/"
82 -SRC_URI="http://miniupnp.free.fr/files/${P}.tar.gz"
83 -
84 -LICENSE="BSD"
85 -SLOT="0"
86 -KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
87 -IUSE=""
88 -
89 -RDEPEND=">=net-libs/miniupnpc-${PV}:0="
90 -DEPEND="${RDEPEND}
91 - dev-python/setuptools[${PYTHON_USEDEP}]"
92 -
93 -PATCHES=(
94 - "${FILESDIR}"/miniupnpc-2.0.20171102-shared-lib.patch
95 -)
96 -
97 -# DOCS are installed by net-libs/miniupnpc.
98 -DOCS=()
99 -
100 -# Example test command:
101 -# python -c 'import miniupnpc; u = miniupnpc.UPnP(); u.discover(); u.selectigd(); print(u.externalipaddress())'