diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-03-26 15:45:56 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-03-26 15:50:47 +0100 |
commit | eb840aea2716fd9428d9897977b705113ab2a129 (patch) | |
tree | 5ae06147b0061ca673fd8e8249740874d239ddea /dev-python/contextlib2 | |
parent | dev-python/contextlib2: Stabilize 0.6.0 ALLARCHES (diff) | |
download | gentoo-eb840aea2716fd9428d9897977b705113ab2a129.tar.gz gentoo-eb840aea2716fd9428d9897977b705113ab2a129.tar.bz2 gentoo-eb840aea2716fd9428d9897977b705113ab2a129.zip |
dev-python/contextlib2: Remove redundant versions
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/contextlib2')
-rw-r--r-- | dev-python/contextlib2/Manifest | 2 | ||||
-rw-r--r-- | dev-python/contextlib2/contextlib2-0.5.4.ebuild | 27 | ||||
-rw-r--r-- | dev-python/contextlib2/contextlib2-0.5.5.ebuild | 27 |
3 files changed, 0 insertions, 56 deletions
diff --git a/dev-python/contextlib2/Manifest b/dev-python/contextlib2/Manifest index 28931b72728b..d4dfec530835 100644 --- a/dev-python/contextlib2/Manifest +++ b/dev-python/contextlib2/Manifest @@ -1,3 +1 @@ -DIST contextlib2-0.5.4.tar.gz 28523 BLAKE2B ada08a83e968f58caba5851b0f6ea0eedf8242d5e4b0d4e9c036ed0576c4ce8300669fd09d4ab3b019d8d49bdb79dfcdd03668d5af8519119013c931f037daa8 SHA512 c8bb5bf9dbbf5bfd882663813f2a456d82215be7ace55aed1d5047ce7f21f26d5518982ec26344b1e950d3aea27cd8a5c48627730bb28f8b3cfb6a331fd7ba66 -DIST contextlib2-0.5.5.tar.gz 28755 BLAKE2B 4fa16a0591c5e2138123b4f6d539bae8993bf826bc92b9ba08d335efd142b5e20c53e0d4e3cf5d7ac5d8b43cff45a19e170a7d97a9300fe385fa53d042cbfa38 SHA512 d5c97ff8eef7d8b14da0bfdc3515f8019bcc05e24cb922ce08ca2366d5182b029d873bbf172e9e6791297df05e24f6faf40868550063dcdb54f451b14c9e505d DIST contextlib2-0.6.0.tar.gz 29607 BLAKE2B 674d0ed2cb71837ec8bed46b44790c31601347e315abb3ab666aac3a7754f07602bbc4f1591a8c905e02949ed9178fb6230f600ca35d244b83353286901510e2 SHA512 01901ac226c7fca40add00e95cedb2535a802e0114a53ae1315c6dfee20744dbafa7d9619986ad76345ad9b9aa3e364ac01d23f51b5eb70dd2febd5af1f1fc56 diff --git a/dev-python/contextlib2/contextlib2-0.5.4.ebuild b/dev-python/contextlib2/contextlib2-0.5.4.ebuild deleted file mode 100644 index f5f089951b95..000000000000 --- a/dev-python/contextlib2/contextlib2-0.5.4.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=( python{2_7,3_6} ) - -inherit distutils-r1 - -DESCRIPTION="Backports and enhancements for the contextlib module" -HOMEPAGE="https://pypi.org/project/contextlib2/" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -LICENSE="PSF-2.4" -SLOT="0" -KEYWORDS="amd64 ~arm64 ~hppa ~sparc x86" -IUSE="test" - -DEPEND=" - dev-python/setuptools[${PYTHON_USEDEP}] - test? ( dev-python/unittest2[${PYTHON_USEDEP}] ) -" -RESTRICT="!test? ( test )" - -python_test() { - "${PYTHON}" test_contextlib2.py || die "Tests fail for ${EPYTHON}" -} diff --git a/dev-python/contextlib2/contextlib2-0.5.5.ebuild b/dev-python/contextlib2/contextlib2-0.5.5.ebuild deleted file mode 100644 index 5e3fddf02fb3..000000000000 --- a/dev-python/contextlib2/contextlib2-0.5.5.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=( python{2_7,3_6,3_7} pypy3 ) - -inherit distutils-r1 - -DESCRIPTION="Backports and enhancements for the contextlib module" -HOMEPAGE="https://pypi.org/project/contextlib2/" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -LICENSE="PSF-2.4" -SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 s390 sparc x86" -IUSE="test" - -DEPEND=" - dev-python/setuptools[${PYTHON_USEDEP}] - test? ( dev-python/unittest2[${PYTHON_USEDEP}] ) -" -RESTRICT="!test? ( test )" - -python_test() { - "${PYTHON}" test_contextlib2.py || die "Tests fail for ${EPYTHON}" -} |