diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-03-28 13:41:19 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-03-28 13:42:20 +0100 |
commit | aeaadfe4e44d9aff09304a0ae696d602663779c3 (patch) | |
tree | 0275d4a3026b0bad7a19558c515dff7afbed1cf1 /dev-python/portend | |
parent | dev-python/prov: Remove redundant versions (diff) | |
download | gentoo-aeaadfe4e44d9aff09304a0ae696d602663779c3.tar.gz gentoo-aeaadfe4e44d9aff09304a0ae696d602663779c3.tar.bz2 gentoo-aeaadfe4e44d9aff09304a0ae696d602663779c3.zip |
dev-python/portend: Remove redundant versions
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/portend')
-rw-r--r-- | dev-python/portend/Manifest | 1 | ||||
-rw-r--r-- | dev-python/portend/portend-2.2-r1.ebuild | 28 | ||||
-rw-r--r-- | dev-python/portend/portend-2.2.ebuild | 27 |
3 files changed, 0 insertions, 56 deletions
diff --git a/dev-python/portend/Manifest b/dev-python/portend/Manifest index a4b24829d8ee..cfcca7508b70 100644 --- a/dev-python/portend/Manifest +++ b/dev-python/portend/Manifest @@ -1,2 +1 @@ -DIST portend-2.2.tar.gz 7974 BLAKE2B 77ffcf02b65f276a5ca1f1bdd76afd54e8f6afcb1c55b6948862017f973772dfe65c9b934ffbc98d2f36f799131d23d4a7128f46e46183010def8936f2dd0bad SHA512 1782132b0dec5b678892190b70ab795b1748dfa17e257b6655fc803f0cf19652725778cd329c3609353f969959501dd11fd2b9726cfcdf2c58689e2ce280c146 DIST portend-2.6.tar.gz 12295 BLAKE2B 307bb77bb7d73e201f00ca203204149bb4fba8a00277da08f804626be4d01b15bdd38ade7a49c7acafd37263cad6e8c62e0eb6e6bdec0d9e10267c1fbf469aa9 SHA512 9e53c668ba9d0ddb2e92d9b4c97d2b8a4d858a6fc44123414ee3c8ac433f51f50a4773ee08f85bb134e49aeace2a17baffd32962d36df0b19b505a2c6634bf7e diff --git a/dev-python/portend/portend-2.2-r1.ebuild b/dev-python/portend/portend-2.2-r1.ebuild deleted file mode 100644 index 6de23cc51244..000000000000 --- a/dev-python/portend/portend-2.2-r1.ebuild +++ /dev/null @@ -1,28 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -PYTHON_COMPAT=( python3_{6,7} pypy3 ) - -inherit distutils-r1 - -DESCRIPTION="TCP port monitoring utilities" -HOMEPAGE="https://pypi.org/project/portend/ https://github.com/jaraco/portend" -SRC_URI="mirror://pypi/p/${PN}/${P}.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~ppc ~x86" -IUSE="test" -RESTRICT="!test? ( test )" - -RDEPEND=">=dev-python/tempora-1.8[${PYTHON_USEDEP}]" -DEPEND="${RDEPEND} - dev-python/setuptools[${PYTHON_USEDEP}] - >=dev-python/setuptools_scm-1.15.0[${PYTHON_USEDEP}] - test? ( dev-python/pytest[${PYTHON_USEDEP}] )" - -python_test() { - py.test -v || die "tests failed under ${EPTYHON}" -} diff --git a/dev-python/portend/portend-2.2.ebuild b/dev-python/portend/portend-2.2.ebuild deleted file mode 100644 index 7df3273e2ae2..000000000000 --- a/dev-python/portend/portend-2.2.ebuild +++ /dev/null @@ -1,27 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 -PYTHON_COMPAT=( python3_6 pypy3 ) - -inherit distutils-r1 - -DESCRIPTION="TCP port monitoring utilities" -HOMEPAGE="https://pypi.org/project/portend/ https://github.com/jaraco/portend" -SRC_URI="mirror://pypi/p/${PN}/${P}.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64 ~arm ~ia64 ~ppc ~x86" -IUSE="test" -RESTRICT="!test? ( test )" - -RDEPEND=">=dev-python/tempora-1.8[${PYTHON_USEDEP}]" -DEPEND="${RDEPEND} - dev-python/setuptools[${PYTHON_USEDEP}] - >=dev-python/setuptools_scm-1.15.0[${PYTHON_USEDEP}] - test? ( dev-python/pytest[${PYTHON_USEDEP}] )" - -python_test() { - py.test -v || die "tests failed under ${EPTYHON}" -} |