commit:     d48986eb67e7dc909e61c509a5faedc8b953486c
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu Mar 30 17:11:59 2023 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Mar 30 17:12:21 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d48986eb

dev-python/coverage: Remove old

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/coverage/Manifest              |  2 -
 dev-python/coverage/coverage-7.1.0.ebuild | 78 -------------------------------
 dev-python/coverage/coverage-7.2.1.ebuild | 77 ------------------------------
 3 files changed, 157 deletions(-)

diff --git a/dev-python/coverage/Manifest b/dev-python/coverage/Manifest
index f96bc5a40bcd..badc22f4233d 100644
--- a/dev-python/coverage/Manifest
+++ b/dev-python/coverage/Manifest
@@ -1,3 +1 @@
-DIST coverage-7.1.0.tar.gz 809785 BLAKE2B 
3720aee79ecfdd6aa652b5198bad4d6b5827a85f1d58986eec51bab1e72800dac28eb0ebbeb15d547ef03694ca1397bec47c37a9233dc34b2d3d2a6a22a48274
 SHA512 
80920b337391e47f1e631ba8a892792b6d2c72e753ddf403222c6ad527637699889f29cfee40721949e5eeb6e7977f319635c44d79f58e7e19676d1165dfdde2
-DIST coverage-7.2.1.tar.gz 812219 BLAKE2B 
bb6b482990b0620d7e264244a9e31ee44b37fe83436c1d7d016d20e36d9ecbea85a614a4142683757bb1284bfbe2a157fc4748b01c76b5495c5eca5834e9a848
 SHA512 
40a7f1d25c7100b8f2f4ba1f877c241f65e1f560cdad861dab05254a4e177de37615888441d47a6c2ebc525ad2b52b476da7111efe5583708f094dd3a1b39984
 DIST coverage-7.2.2.tar.gz 812407 BLAKE2B 
901ed01eb8411e01c3386dcecccf975f4ac0e46c14fd2c6086bcf83647ff7e26deccb3926f173a207ef2851c0f8c5f99874659a1ba2e16f85b6eb9a1ac23142c
 SHA512 
7d2ba6540ca42c3a72b65343348a64c58156bac915434249fd8740a6727ebf034590f62a5557f6b2f76e67ed1adc2a153ce61eee71f3bc903538c440e080e3e7

diff --git a/dev-python/coverage/coverage-7.1.0.ebuild 
b/dev-python/coverage/coverage-7.1.0.ebuild
deleted file mode 100644
index f45105fbf16b..000000000000
--- a/dev-python/coverage/coverage-7.1.0.ebuild
+++ /dev/null
@@ -1,78 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{9..11} pypy3 )
-PYTHON_REQ_USE="threads(+),sqlite(+)"
-
-inherit distutils-r1
-
-DESCRIPTION="Code coverage measurement for Python"
-HOMEPAGE="
-       https://coverage.readthedocs.io/en/latest/
-       https://github.com/nedbat/coveragepy/
-       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 ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 sparc x86 ~x64-macos"
-
-RDEPEND="
-       $(python_gen_cond_dep '
-               dev-python/tomli[${PYTHON_USEDEP}]
-       ' 3.{8..10})
-"
-BDEPEND="
-       test? (
-               dev-python/flaky[${PYTHON_USEDEP}]
-               dev-python/hypothesis[${PYTHON_USEDEP}]
-               dev-python/pytest-xdist[${PYTHON_USEDEP}]
-               >=dev-python/unittest-mixins-1.4[${PYTHON_USEDEP}]
-       )
-"
-
-distutils_enable_tests pytest
-
-src_prepare() {
-       sed -i -e '/^addopts/s:-q -n auto::' setup.cfg || die
-       distutils-r1_src_prepare
-}
-
-test_tracer() {
-       local -x COVERAGE_TEST_TRACER=${1}
-       einfo "  Testing with the ${COVERAGE_TEST_TRACER} tracer ..."
-       epytest tests
-}
-
-python_test() {
-       local EPYTEST_IGNORE=(
-               # pip these days insists on fetching build deps from Internet
-               tests/test_venv.py
-       )
-
-       "${EPYTHON}" igor.py zip_mods || die
-
-       local -x COVERAGE_TESTING=True
-       # TODO: figure out why they can't be imported inside test env
-       local -x COVERAGE_NO_CONTRACTS=1
-       local -x PYTEST_DISABLE_PLUGIN_AUTOLOAD=1
-       local -x 
PYTEST_PLUGINS=_hypothesis_pytestplugin,flaky.flaky_pytest_plugin,xdist.plugin
-
-       local prev_opt=$(shopt -p nullglob)
-       shopt -s nullglob
-       local c_ext=( "${BUILD_DIR}/install$(python_get_sitedir)"/coverage/*.so 
)
-       ${prev_opt}
-
-       if [[ -n ${c_ext} ]]; then
-               cp "${c_ext}" \
-                       coverage/ || die
-               test_tracer c
-               rm coverage/*.so || die
-       else
-               test_tracer py
-       fi
-}

diff --git a/dev-python/coverage/coverage-7.2.1.ebuild 
b/dev-python/coverage/coverage-7.2.1.ebuild
deleted file mode 100644
index b83e4bdd6609..000000000000
--- a/dev-python/coverage/coverage-7.2.1.ebuild
+++ /dev/null
@@ -1,77 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{9..11} pypy3 )
-PYTHON_REQ_USE="threads(+),sqlite(+)"
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="Code coverage measurement for Python"
-HOMEPAGE="
-       https://coverage.readthedocs.io/en/latest/
-       https://github.com/nedbat/coveragepy/
-       https://pypi.org/project/coverage/
-"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~x64-macos"
-
-RDEPEND="
-       $(python_gen_cond_dep '
-               dev-python/tomli[${PYTHON_USEDEP}]
-       ' 3.{8..10})
-"
-BDEPEND="
-       test? (
-               dev-python/flaky[${PYTHON_USEDEP}]
-               dev-python/hypothesis[${PYTHON_USEDEP}]
-               dev-python/pytest-xdist[${PYTHON_USEDEP}]
-               >=dev-python/unittest-mixins-1.4[${PYTHON_USEDEP}]
-       )
-"
-
-distutils_enable_tests pytest
-
-src_prepare() {
-       sed -i -e '/^addopts/s:-q -n auto::' setup.cfg || die
-       distutils-r1_src_prepare
-}
-
-test_tracer() {
-       local -x COVERAGE_TEST_TRACER=${1}
-       einfo "  Testing with the ${COVERAGE_TEST_TRACER} tracer ..."
-       epytest tests
-}
-
-python_test() {
-       local EPYTEST_IGNORE=(
-               # pip these days insists on fetching build deps from Internet
-               tests/test_venv.py
-       )
-
-       "${EPYTHON}" igor.py zip_mods || die
-
-       local -x COVERAGE_TESTING=True
-       # TODO: figure out why they can't be imported inside test env
-       local -x COVERAGE_NO_CONTRACTS=1
-       local -x PYTEST_DISABLE_PLUGIN_AUTOLOAD=1
-       local -x 
PYTEST_PLUGINS=_hypothesis_pytestplugin,flaky.flaky_pytest_plugin,xdist.plugin
-
-       local prev_opt=$(shopt -p nullglob)
-       shopt -s nullglob
-       local c_ext=( "${BUILD_DIR}/install$(python_get_sitedir)"/coverage/*.so 
)
-       ${prev_opt}
-
-       if [[ -n ${c_ext} ]]; then
-               cp "${c_ext}" \
-                       coverage/ || die
-               test_tracer c
-               rm coverage/*.so || die
-       else
-               test_tracer py
-       fi
-}

Reply via email to