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/portend/
Date: Sat, 28 Mar 2020 12:42:41
Message-Id: 1585399340.aeaadfe4e44d9aff09304a0ae696d602663779c3.mgorny@gentoo
1 commit: aeaadfe4e44d9aff09304a0ae696d602663779c3
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sat Mar 28 12:41:19 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sat Mar 28 12:42:20 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aeaadfe4
7
8 dev-python/portend: Remove redundant versions
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/portend/Manifest | 1 -
13 dev-python/portend/portend-2.2-r1.ebuild | 28 ----------------------------
14 dev-python/portend/portend-2.2.ebuild | 27 ---------------------------
15 3 files changed, 56 deletions(-)
16
17 diff --git a/dev-python/portend/Manifest b/dev-python/portend/Manifest
18 index a4b24829d8e..cfcca7508b7 100644
19 --- a/dev-python/portend/Manifest
20 +++ b/dev-python/portend/Manifest
21 @@ -1,2 +1 @@
22 -DIST portend-2.2.tar.gz 7974 BLAKE2B 77ffcf02b65f276a5ca1f1bdd76afd54e8f6afcb1c55b6948862017f973772dfe65c9b934ffbc98d2f36f799131d23d4a7128f46e46183010def8936f2dd0bad SHA512 1782132b0dec5b678892190b70ab795b1748dfa17e257b6655fc803f0cf19652725778cd329c3609353f969959501dd11fd2b9726cfcdf2c58689e2ce280c146
23 DIST portend-2.6.tar.gz 12295 BLAKE2B 307bb77bb7d73e201f00ca203204149bb4fba8a00277da08f804626be4d01b15bdd38ade7a49c7acafd37263cad6e8c62e0eb6e6bdec0d9e10267c1fbf469aa9 SHA512 9e53c668ba9d0ddb2e92d9b4c97d2b8a4d858a6fc44123414ee3c8ac433f51f50a4773ee08f85bb134e49aeace2a17baffd32962d36df0b19b505a2c6634bf7e
24
25 diff --git a/dev-python/portend/portend-2.2-r1.ebuild b/dev-python/portend/portend-2.2-r1.ebuild
26 deleted file mode 100644
27 index 6de23cc5124..00000000000
28 --- a/dev-python/portend/portend-2.2-r1.ebuild
29 +++ /dev/null
30 @@ -1,28 +0,0 @@
31 -# Copyright 1999-2020 Gentoo Authors
32 -# Distributed under the terms of the GNU General Public License v2
33 -
34 -EAPI=7
35 -
36 -PYTHON_COMPAT=( python3_{6,7} pypy3 )
37 -
38 -inherit distutils-r1
39 -
40 -DESCRIPTION="TCP port monitoring utilities"
41 -HOMEPAGE="https://pypi.org/project/portend/ https://github.com/jaraco/portend"
42 -SRC_URI="mirror://pypi/p/${PN}/${P}.tar.gz"
43 -
44 -LICENSE="MIT"
45 -SLOT="0"
46 -KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~ppc ~x86"
47 -IUSE="test"
48 -RESTRICT="!test? ( test )"
49 -
50 -RDEPEND=">=dev-python/tempora-1.8[${PYTHON_USEDEP}]"
51 -DEPEND="${RDEPEND}
52 - dev-python/setuptools[${PYTHON_USEDEP}]
53 - >=dev-python/setuptools_scm-1.15.0[${PYTHON_USEDEP}]
54 - test? ( dev-python/pytest[${PYTHON_USEDEP}] )"
55 -
56 -python_test() {
57 - py.test -v || die "tests failed under ${EPTYHON}"
58 -}
59
60 diff --git a/dev-python/portend/portend-2.2.ebuild b/dev-python/portend/portend-2.2.ebuild
61 deleted file mode 100644
62 index 7df3273e2ae..00000000000
63 --- a/dev-python/portend/portend-2.2.ebuild
64 +++ /dev/null
65 @@ -1,27 +0,0 @@
66 -# Copyright 1999-2020 Gentoo Authors
67 -# Distributed under the terms of the GNU General Public License v2
68 -
69 -EAPI=6
70 -PYTHON_COMPAT=( python3_6 pypy3 )
71 -
72 -inherit distutils-r1
73 -
74 -DESCRIPTION="TCP port monitoring utilities"
75 -HOMEPAGE="https://pypi.org/project/portend/ https://github.com/jaraco/portend"
76 -SRC_URI="mirror://pypi/p/${PN}/${P}.tar.gz"
77 -
78 -LICENSE="MIT"
79 -SLOT="0"
80 -KEYWORDS="~amd64 ~arm ~ia64 ~ppc ~x86"
81 -IUSE="test"
82 -RESTRICT="!test? ( test )"
83 -
84 -RDEPEND=">=dev-python/tempora-1.8[${PYTHON_USEDEP}]"
85 -DEPEND="${RDEPEND}
86 - dev-python/setuptools[${PYTHON_USEDEP}]
87 - >=dev-python/setuptools_scm-1.15.0[${PYTHON_USEDEP}]
88 - test? ( dev-python/pytest[${PYTHON_USEDEP}] )"
89 -
90 -python_test() {
91 - py.test -v || die "tests failed under ${EPTYHON}"
92 -}