commit:     6c8171dbf892617994f5cc1a8fec6d7346146021
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Wed Nov 10 15:10:21 2021 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Wed Nov 10 15:19:11 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6c8171db

dev-python/coverage: drop 4.5.4, 5.5, 6.0

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 dev-python/coverage/Manifest              |  3 --
 dev-python/coverage/coverage-4.5.4.ebuild | 28 ---------------
 dev-python/coverage/coverage-5.5.ebuild   | 59 -------------------------------
 dev-python/coverage/coverage-6.0.ebuild   | 58 ------------------------------
 4 files changed, 148 deletions(-)

diff --git a/dev-python/coverage/Manifest b/dev-python/coverage/Manifest
index 34d573ab1f2..72176d05f92 100644
--- a/dev-python/coverage/Manifest
+++ b/dev-python/coverage/Manifest
@@ -1,5 +1,2 @@
-DIST coverage-4.5.4.tar.gz 385185 BLAKE2B 
9d040bff13cebd1cb7147f15c3ec03bb08648cf801b5b2bb046a6b5bcadb3d3886be8bf0a624d225f25d10a5ca82fe5fb88f55e44e92a0a3285836b837972970
 SHA512 
ba534e04fe35cbadc4b16735f25c08f579a49a6677ec106680f222f2dfb3d0f1e011d0962f1c2108c375173ac4588bea1619ecda05ff9ba6fd888daddfd27b0e
-DIST coverage-5.5.tar.gz 691258 BLAKE2B 
66bf340956b760d996ce424f977b407eb74062db56108e4910459dbcb7c271820ca655a648021763aede1c4d87c44524cea0cb34f969f203f630d48cf15b05b4
 SHA512 
fb78b4920a2f18afb9545a6f13910f491708443965881954fff6ee8553ab3d6bd898f7a95df1091435e8d5627ac850b880a6233e716a6acb934ecc195ec2ee52
 DIST coverage-6.0.2.tar.gz 722511 BLAKE2B 
43a860610921fd0df106cbe26ba094e5a11bf1137a795a15bc22d82d0f813e8dc67bfe660757d325f15f719429b480ca625ebe66569489ed8c4c477bac23c393
 SHA512 
a43a312d4668846b6f72eebac1a289d0a603303cd32624c3308cce8934f693c7d3786b36da5cea3ff1cce60f93110a2ded168304e1ca9a79053f0886b7f1bf17
-DIST coverage-6.0.tar.gz 719495 BLAKE2B 
fa2768cc34f5c8e5e1b0bd328dda4b83bccae4bcb37b1e2ea8ff9a7fad973239a264f12cea7fae7ed129abe1a7aa86b43e2e32fcfd5c4de2077c8b32f405cd3a
 SHA512 
b9a5dcb2aeb8517a9a52feadfd817727086d88682d9d93d65d9f4d7b6116d8eca1ecceaccc98ff34ca2fb1c2d4dc457d0d58d387465e67970ae4df0f4c9f7ca5
 DIST coverage-6.1.1.tar.gz 715305 BLAKE2B 
fbd7c8e7e1737bc8be8acf0f10c66fa333a027520b5f54869080ea9e31951230442d0d7f5a5ec11201b7ca3ba65ee92c906a373c18123920abe0d3dee5a8e040
 SHA512 
c029ab4e0d16e4b0a395e63e96d7a8f24bdb3a46a97fbc223d59dafaa52b8522e924a13d88777f862d69e1f30d015b00e0740530e719b6a94065d285cd3dd03a

diff --git a/dev-python/coverage/coverage-4.5.4.ebuild 
b/dev-python/coverage/coverage-4.5.4.ebuild
deleted file mode 100644
index 53d54041014..00000000000
--- a/dev-python/coverage/coverage-4.5.4.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-PYTHON_COMPAT=( python3_{7,8,9} pypy3 )
-PYTHON_REQ_USE="threads(+)"
-
-inherit distutils-r1
-
-DESCRIPTION="Code coverage measurement for Python"
-HOMEPAGE="https://coverage.readthedocs.io/en/latest/ 
https://pypi.org/project/coverage/";
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~ia64 ~mips ppc ppc64 ~s390 sparc x86"
-RESTRICT="test"
-
-DISTUTILS_IN_SOURCE_BUILD=1
-
-python_compile() {
-       if [[ ${EPYTHON} == python2.7 ]]; then
-               local CFLAGS="${CFLAGS} -fno-strict-aliasing"
-               export CFLAGS
-       fi
-
-       distutils-r1_python_compile
-}

diff --git a/dev-python/coverage/coverage-5.5.ebuild 
b/dev-python/coverage/coverage-5.5.ebuild
deleted file mode 100644
index b45c1159d41..00000000000
--- a/dev-python/coverage/coverage-5.5.ebuild
+++ /dev/null
@@ -1,59 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-PYTHON_COMPAT=( python3_{7..10} pypy3 )
-PYTHON_REQ_USE="threads(+),sqlite(+)"
-DISTUTILS_USE_SETUPTOOLS=rdepend
-
-inherit distutils-r1
-
-DESCRIPTION="Code coverage measurement for Python"
-HOMEPAGE="https://coverage.readthedocs.io/en/latest/ 
https://pypi.org/project/coverage/";
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 
sparc x86 ~x64-macos"
-#IUSE="test"
-# The tests are impossible to appease.  Please run them externally
-# via tox.  Or fix the ebuild if you have hours of time to spend
-# on something utterly useless.
-RESTRICT="test"
-
-#BDEPEND="
-#      test? (
-#              dev-python/PyContracts[${PYTHON_USEDEP}]
-#              dev-python/flaky[${PYTHON_USEDEP}]
-#              dev-python/hypothesis[${PYTHON_USEDEP}]
-#              dev-python/mock[${PYTHON_USEDEP}]
-#              dev-python/pytest[${PYTHON_USEDEP}]
-#              >=dev-python/unittest-mixins-1.4[${PYTHON_USEDEP}]
-#      )
-#"
-
-src_prepare() {
-       # avoid the dep on xdist, run tests verbosely
-       sed -i -e '/^addopts/s:-n3:-v:' setup.cfg || die
-       distutils-r1_src_prepare
-}
-
-python_test() {
-       distutils_install_for_testing
-
-       pushd tests/eggsrc >/dev/null || die
-       distutils_install_for_testing
-       popd >/dev/null || die
-
-       "${EPYTHON}" igor.py zip_mods || die
-       "${EPYTHON}" igor.py test_with_tracer py || die
-
-       # No C extensions under pypy
-       if [[ ${EPYTHON} != pypy* ]]; then
-               cp -l -- "${TEST_DIR}"/lib/*/coverage/*.so coverage/ || die
-               "${EPYTHON}" igor.py test_with_tracer c || die
-       fi
-
-       # clean up leftover "egg1" directory
-       rm -rf build/lib/egg1 || die
-}

diff --git a/dev-python/coverage/coverage-6.0.ebuild 
b/dev-python/coverage/coverage-6.0.ebuild
deleted file mode 100644
index 202b422e155..00000000000
--- a/dev-python/coverage/coverage-6.0.ebuild
+++ /dev/null
@@ -1,58 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{8..10} pypy3 )
-PYTHON_REQ_USE="threads(+),sqlite(+)"
-inherit distutils-r1
-
-DESCRIPTION="Code coverage measurement for Python"
-HOMEPAGE="https://coverage.readthedocs.io/en/latest/ 
https://pypi.org/project/coverage/";
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86 ~x64-macos"
-#IUSE="test"
-# The tests are impossible to appease.  Please run them externally
-# via tox.  Or fix the ebuild if you have hours of time to spend
-# on something utterly useless.
-RESTRICT="test"
-
-#BDEPEND="
-#      test? (
-#              dev-python/PyContracts[${PYTHON_USEDEP}]
-#              dev-python/flaky[${PYTHON_USEDEP}]
-#              dev-python/hypothesis[${PYTHON_USEDEP}]
-#              dev-python/mock[${PYTHON_USEDEP}]
-#              dev-python/pytest[${PYTHON_USEDEP}]
-#              >=dev-python/unittest-mixins-1.4[${PYTHON_USEDEP}]
-#      )
-#"
-
-src_prepare() {
-       # avoid the dep on xdist, run tests verbosely
-       sed -i -e '/^addopts/s:-n3:-v:' setup.cfg || die
-       distutils-r1_src_prepare
-}
-
-python_test() {
-       distutils_install_for_testing
-
-       pushd tests/eggsrc >/dev/null || die
-       distutils_install_for_testing
-       popd >/dev/null || die
-
-       "${EPYTHON}" igor.py zip_mods || die
-       "${EPYTHON}" igor.py test_with_tracer py || die
-
-       # No C extensions under pypy
-       if [[ ${EPYTHON} != pypy* ]]; then
-               cp -l -- "${TEST_DIR}"/lib/*/coverage/*.so coverage/ || die
-               "${EPYTHON}" igor.py test_with_tracer c || die
-       fi
-
-       # clean up leftover "egg1" directory
-       rm -rf build/lib/egg1 || die
-}

Reply via email to