commit:     76a03957eb490190f57b1ba1f4480e0b09aaeebf
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Mon Apr 14 04:19:47 2025 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon Apr 14 04:19:47 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=76a03957

dev-python/coverage: Remove old

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

 dev-python/coverage/Manifest                       |   4 -
 dev-python/coverage/coverage-7.6.10.ebuild         | 102 ------------------
 dev-python/coverage/coverage-7.6.11.ebuild         | 111 -------------------
 dev-python/coverage/coverage-7.6.12.ebuild         | 117 ---------------------
 dev-python/coverage/coverage-7.7.0.ebuild          | 112 --------------------
 .../coverage/files/coverage-7.6.12-pypy311.patch   |  25 -----
 6 files changed, 471 deletions(-)

diff --git a/dev-python/coverage/Manifest b/dev-python/coverage/Manifest
index b0bbefdec3c6..c48ce798fe74 100644
--- a/dev-python/coverage/Manifest
+++ b/dev-python/coverage/Manifest
@@ -1,6 +1,2 @@
-DIST coverage-7.6.10.tar.gz 803868 BLAKE2B 
88ab379f33ca3056b03020befa56406b3e4d8ce57f9152abddefbf77186dbccd993e855078ea6f61ed2da3d198aab9b63e65fb9db3789a80bb080b1907e9de80
 SHA512 
3badf42f8f1f1dc19ff7dd7cca7fe57cd738364fea71b1fee52ec7774fbebd2bb241154d2ca06adb6ed87766179bcf0b6eb9a5120af5ec8f3df7b6fd0c27fa02
-DIST coverage-7.6.11.tar.gz 805460 BLAKE2B 
f035dfb27242926727875a806acd6725720d8828de0285cdcdc3aac406395b2648b00c75b206338ff282d0c98e70d2abf4fc13c4a1862317c7fd88c5d83de1b4
 SHA512 
83ce4fd99900bb4902fc25ecf386e0128f0c073f5c1ce3403149e175d8a55b177209c9413ae33b1ab3d2f6decdd4614f5a5a3c3f36d326cfc0d62c13e64d1250
-DIST coverage-7.6.12.tar.gz 805941 BLAKE2B 
bebcd2f29706445ac73ca1e1ba7a80b88eb7b71ee0f475ea6fe4d7e2bd535b709af6cc5e1dda9734e9487cdcf8d3b6f24c96eb2e7161a9d8356afe733b162339
 SHA512 
6f5f089938b0d107796ec7f5eb62047533bb45377612845cc044f44ceb10285252783d5ad1aefde698374d8330c012ff59007d21b00e4cee79c268fac70f6a71
-DIST coverage-7.7.0.tar.gz 809969 BLAKE2B 
fd55156b50d44c4ff4304cc0b14a634cb74a170d7558c33479618f4d402c5d0cbf3fe1c37f5f25062a02ac32c07d26ff7c821acba8cbb44f398c10d777739988
 SHA512 
5025d1305d0d4ff6cfc9d7494c5c027c26645a94f572d99026a24d497d8c9f43ad9df230f864fc92e88ebb0f95b0a377206cbbb15548dd7da5a1c4ddb4d77d63
 DIST coverage-7.7.1.tar.gz 810332 BLAKE2B 
859efa6da1451fdfbae5c190b6254d3ba9e4aa8d45e668fc223d752930a02d97071d0f0cef61c86eb7bc933c5f57c81600ddb2c7f648d171a46b46eb2af73177
 SHA512 
857dad56eaf4930b4e1e881d9c5f195669f2cd21b802d8dae117531b8eb7db328361c6797c4ad5d85eeb9358a6db183eeba20ea34d627bf7b082a21c0ca2120f
 DIST coverage-7.8.0.tar.gz 811872 BLAKE2B 
e2054d58c31fb772b907220d2d8a768242208eb8ab829b579d3a1b081ae9169d8231bf79488e581ef95f53aa22682807fb74200859d8f49a739a3d9ac9859546
 SHA512 
ccc502d28a2a14ed9fa0b18a87b73ae0a3bd806948ca0887285c388399fa21aa8433d6fa2734ef6c42c92537edb7221406a91aab52b3cfb78bd8b77e6bea394c

diff --git a/dev-python/coverage/coverage-7.6.10.ebuild 
b/dev-python/coverage/coverage-7.6.10.ebuild
deleted file mode 100644
index 368be9fd5007..000000000000
--- a/dev-python/coverage/coverage-7.6.10.ebuild
+++ /dev/null
@@ -1,102 +0,0 @@
-# Copyright 1999-2025 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_EXT=1
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..13} 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 ~loong ~m68k ~mips ppc ppc64 ~riscv 
~s390 sparc x86 ~x64-macos"
-
-RDEPEND="
-       $(python_gen_cond_dep '
-               dev-python/tomli[${PYTHON_USEDEP}]
-       ' 3.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::' pyproject.toml || die
-       distutils-r1_src_prepare
-}
-
-test_tracer() {
-       local -x COVERAGE_CORE=${1}
-       einfo "  Testing with the ${COVERAGE_CORE} core ..."
-       epytest -p flaky -p hypothesis -p xdist tests
-}
-
-python_test() {
-       local EPYTEST_DESELECT=(
-               # TODO: fails because of additional "Terminated" print on 
SIGTERM
-               
tests/test_concurrency.py::SigtermTest::test_sigterm_threading_saves_data
-               # broken because of pytest plugins explicity loaded
-               tests/test_debug.py::ShortStackTest::test_short_stack{,_skip}
-               # these expect specific availability of C extension matching
-               # COVERAGE_CORE (which breaks testing pytracer on CPython)
-               tests/test_cmdline.py::CmdLineStdoutTest::test_version
-               tests/test_debug.py::DebugTraceTest::test_debug_sys_ctracer
-               # mismatch of expected concurrency in error message
-               # TODO: report upstream?
-               tests/test_concurrency.py::ConcurrencyTest::test_greenlet
-               
tests/test_concurrency.py::ConcurrencyTest::test_greenlet_simple_code
-       )
-       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 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 ctrace
-       fi
-
-       test_tracer pytrace
-
-       case ${EPYTHON} in
-               python3.1[01]|pypy3)
-                       ;;
-               *)
-                       # available since Python 3.12
-                       test_tracer sysmon
-                       ;;
-       esac
-
-       if [[ -n ${c_ext} ]]; then
-               rm coverage/*.so || die
-       fi
-}

diff --git a/dev-python/coverage/coverage-7.6.11.ebuild 
b/dev-python/coverage/coverage-7.6.11.ebuild
deleted file mode 100644
index 90d26ab7814d..000000000000
--- a/dev-python/coverage/coverage-7.6.11.ebuild
+++ /dev/null
@@ -1,111 +0,0 @@
-# Copyright 1999-2025 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_EXT=1
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..13} 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 ~loong ~m68k ~mips ppc ppc64 ~riscv 
~s390 sparc x86 ~x64-macos"
-IUSE="+native-extensions"
-
-RDEPEND="
-       $(python_gen_cond_dep '
-               dev-python/tomli[${PYTHON_USEDEP}]
-       ' 3.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::' pyproject.toml || die
-       distutils-r1_src_prepare
-}
-
-python_compile() {
-       if ! use native-extensions; then
-               local -x COVERAGE_DISABLE_EXTENSION=1
-       fi
-
-       distutils-r1_python_compile
-}
-
-test_tracer() {
-       local -x COVERAGE_CORE=${1}
-       einfo "  Testing with the ${COVERAGE_CORE} core ..."
-       epytest -p flaky -p hypothesis -p xdist tests
-}
-
-python_test() {
-       local EPYTEST_DESELECT=(
-               # TODO: fails because of additional "Terminated" print on 
SIGTERM
-               
tests/test_concurrency.py::SigtermTest::test_sigterm_threading_saves_data
-               # broken because of pytest plugins explicity loaded
-               tests/test_debug.py::ShortStackTest::test_short_stack{,_skip}
-               # these expect specific availability of C extension matching
-               # COVERAGE_CORE (which breaks testing pytracer on CPython)
-               tests/test_cmdline.py::CmdLineStdoutTest::test_version
-               tests/test_debug.py::DebugTraceTest::test_debug_sys_ctracer
-               # mismatch of expected concurrency in error message
-               # TODO: report upstream?
-               tests/test_concurrency.py::ConcurrencyTest::test_greenlet
-               
tests/test_concurrency.py::ConcurrencyTest::test_greenlet_simple_code
-       )
-       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 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 ctrace
-       fi
-
-       test_tracer pytrace
-
-       case ${EPYTHON} in
-               python3.1[01]|pypy3)
-                       ;;
-               *)
-                       # available since Python 3.12
-                       test_tracer sysmon
-                       ;;
-       esac
-
-       if [[ -n ${c_ext} ]]; then
-               rm coverage/*.so || die
-       fi
-}

diff --git a/dev-python/coverage/coverage-7.6.12.ebuild 
b/dev-python/coverage/coverage-7.6.12.ebuild
deleted file mode 100644
index db055e1056f6..000000000000
--- a/dev-python/coverage/coverage-7.6.12.ebuild
+++ /dev/null
@@ -1,117 +0,0 @@
-# Copyright 1999-2025 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_EXT=1
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..13} pypy3 pypy3_11 )
-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 ~loong ~m68k ~mips ppc ppc64 ~riscv 
~s390 sparc x86 ~x64-macos"
-IUSE="+native-extensions"
-
-RDEPEND="
-       $(python_gen_cond_dep '
-               dev-python/tomli[${PYTHON_USEDEP}]
-       ' 3.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() {
-       local PATCHES=(
-               # https://github.com/nedbat/coveragepy/pull/1929
-               "${FILESDIR}/${P}-pypy311.patch"
-       )
-
-       distutils-r1_src_prepare
-
-       sed -i -e '/addopts/s:-q -n auto::' pyproject.toml || die
-}
-
-python_compile() {
-       if ! use native-extensions; then
-               local -x COVERAGE_DISABLE_EXTENSION=1
-       fi
-
-       distutils-r1_python_compile
-}
-
-test_tracer() {
-       local -x COVERAGE_CORE=${1}
-       einfo "  Testing with the ${COVERAGE_CORE} core ..."
-       epytest -p flaky -p hypothesis -p xdist tests
-}
-
-python_test() {
-       local EPYTEST_DESELECT=(
-               # TODO: fails because of additional "Terminated" print on 
SIGTERM
-               
tests/test_concurrency.py::SigtermTest::test_sigterm_threading_saves_data
-               # broken because of pytest plugins explicity loaded
-               tests/test_debug.py::ShortStackTest::test_short_stack{,_skip}
-               # these expect specific availability of C extension matching
-               # COVERAGE_CORE (which breaks testing pytracer on CPython)
-               tests/test_cmdline.py::CmdLineStdoutTest::test_version
-               tests/test_debug.py::DebugTraceTest::test_debug_sys_ctracer
-               # mismatch of expected concurrency in error message
-               # TODO: report upstream?
-               tests/test_concurrency.py::ConcurrencyTest::test_greenlet
-               
tests/test_concurrency.py::ConcurrencyTest::test_greenlet_simple_code
-       )
-       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 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 ctrace
-       fi
-
-       test_tracer pytrace
-
-       case ${EPYTHON} in
-               python3.1[01]|pypy3|pypy3.11)
-                       ;;
-               *)
-                       # available since Python 3.12
-                       test_tracer sysmon
-                       ;;
-       esac
-
-       if [[ -n ${c_ext} ]]; then
-               rm coverage/*.so || die
-       fi
-}

diff --git a/dev-python/coverage/coverage-7.7.0.ebuild 
b/dev-python/coverage/coverage-7.7.0.ebuild
deleted file mode 100644
index 6a520d84a258..000000000000
--- a/dev-python/coverage/coverage-7.7.0.ebuild
+++ /dev/null
@@ -1,112 +0,0 @@
-# Copyright 1999-2025 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_EXT=1
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..13} pypy3 pypy3_11 )
-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 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~x64-macos"
-IUSE="+native-extensions"
-
-RDEPEND="
-       $(python_gen_cond_dep '
-               dev-python/tomli[${PYTHON_USEDEP}]
-       ' 3.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() {
-       distutils-r1_src_prepare
-
-       sed -i -e '/addopts/s:-q -n auto::' pyproject.toml || die
-}
-
-python_compile() {
-       if ! use native-extensions; then
-               local -x COVERAGE_DISABLE_EXTENSION=1
-       fi
-
-       distutils-r1_python_compile
-}
-
-test_tracer() {
-       local -x COVERAGE_CORE=${1}
-       einfo "  Testing with the ${COVERAGE_CORE} core ..."
-       epytest -p flaky -p hypothesis -p xdist tests
-}
-
-python_test() {
-       local EPYTEST_DESELECT=(
-               # TODO: fails because of additional "Terminated" print on 
SIGTERM
-               
tests/test_concurrency.py::SigtermTest::test_sigterm_threading_saves_data
-               # broken because of pytest plugins explicity loaded
-               tests/test_debug.py::ShortStackTest::test_short_stack{,_skip}
-               # these expect specific availability of C extension matching
-               # COVERAGE_CORE (which breaks testing pytracer on CPython)
-               tests/test_cmdline.py::CmdLineStdoutTest::test_version
-               tests/test_debug.py::DebugTraceTest::test_debug_sys_ctracer
-               # mismatch of expected concurrency in error message
-               # TODO: report upstream?
-               tests/test_concurrency.py::ConcurrencyTest::test_greenlet
-               
tests/test_concurrency.py::ConcurrencyTest::test_greenlet_simple_code
-       )
-       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 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 ctrace
-       fi
-
-       test_tracer pytrace
-
-       case ${EPYTHON} in
-               python3.1[01]|pypy3|pypy3.11)
-                       ;;
-               *)
-                       # available since Python 3.12
-                       test_tracer sysmon
-                       ;;
-       esac
-
-       if [[ -n ${c_ext} ]]; then
-               rm coverage/*.so || die
-       fi
-}

diff --git a/dev-python/coverage/files/coverage-7.6.12-pypy311.patch 
b/dev-python/coverage/files/coverage-7.6.12-pypy311.patch
deleted file mode 100644
index 62fa908d8ca9..000000000000
--- a/dev-python/coverage/files/coverage-7.6.12-pypy311.patch
+++ /dev/null
@@ -1,25 +0,0 @@
-From 059be065e28551d4b029c8d525fafdaea3df4a3d Mon Sep 17 00:00:00 2001
-From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= <[email protected]>
-Date: Tue, 18 Feb 2025 11:10:21 +0100
-Subject: [PATCH 1/2] test: Fix expected exception message for PyPy3.11
-
-Fix the regex in `test_parser.py::PythonParserTest::test_not_python`
-to account for the possibility of code being wrapped in double quotes
-rather than single quotes, to fix the test on PyPy3.11.
----
- tests/test_parser.py | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/tests/test_parser.py b/tests/test_parser.py
-index 2ab30853..a9a247ff 100644
---- a/tests/test_parser.py
-+++ b/tests/test_parser.py
-@@ -123,7 +123,7 @@ class PythonParserTest(PythonParserTestBase):
-         )
-     ])
-     def test_not_python(self, text: str) -> None:
--        msg = r"Couldn't parse '<code>' as Python source: '.*' at line \d+"
-+        msg = r"Couldn't parse '<code>' as Python source: ['\"].*['\"] at 
line \d+"
-         with pytest.raises(NotPython, match=msg):
-             _ = self.parse_text(text)
- 

Reply via email to