commit: 9d7d03ae39daf140b3856143305e09c99ae85793 Author: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in> AuthorDate: Fri May 23 11:41:55 2025 +0000 Commit: Julien Roy <julien <AT> jroy <DOT> ca> CommitDate: Fri May 23 11:41:55 2025 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=9d7d03ae
dev-python/pytest-vcr: treeclean Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq.in> dev-python/pytest-vcr/Manifest | 1 - dev-python/pytest-vcr/metadata.xml | 13 --------- dev-python/pytest-vcr/pytest-vcr-1.0.2.ebuild | 42 --------------------------- profiles/package.mask | 5 ---- 4 files changed, 61 deletions(-) diff --git a/dev-python/pytest-vcr/Manifest b/dev-python/pytest-vcr/Manifest deleted file mode 100644 index c43bfeca5e..0000000000 --- a/dev-python/pytest-vcr/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST pytest-vcr-1.0.2.gh.tar.gz 9281 BLAKE2B dc12d9a2fda156e072c32c5b08b2b35549398ed4372f9c8c17cd086b83286e78cce98f1aa54b3db21883dda84f379facb477442fa0f411532be4bdbc498ea1e1 SHA512 29dceb51092d73f2190b89e82e88b59506591a35cfe4f141bb877c05420d67a8ab2f21f63c2630972c35697d01b242891917d1be19b14fdfa810c1799f8542c2 diff --git a/dev-python/pytest-vcr/metadata.xml b/dev-python/pytest-vcr/metadata.xml deleted file mode 100644 index 0caeff73c7..0000000000 --- a/dev-python/pytest-vcr/metadata.xml +++ /dev/null @@ -1,13 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <!-- maintainer-needed --> - <upstream> - <remote-id type="pypi">pytest-vcr</remote-id> - <remote-id type="github">ktosiek/pytest-vcr</remote-id> - <maintainer> - <email>[email protected]</email> - <name>Tomasz Kontusz</name> - </maintainer> - </upstream> -</pkgmetadata> diff --git a/dev-python/pytest-vcr/pytest-vcr-1.0.2.ebuild b/dev-python/pytest-vcr/pytest-vcr-1.0.2.ebuild deleted file mode 100644 index cf3938de48..0000000000 --- a/dev-python/pytest-vcr/pytest-vcr-1.0.2.ebuild +++ /dev/null @@ -1,42 +0,0 @@ -# Copyright 2022-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DOCS_BUILDER="mkdocs" -PYTHON_COMPAT=( python3_{11..13} ) -DISTUTILS_USE_PEP517="setuptools" -inherit distutils-r1 docs - -DESCRIPTION="Plugin for managing VCR.py cassettes" -HOMEPAGE=" - https://pypi.org/project/pytest-vcr/ - https://github.com/ktosiek/pytest-vcr -" -SRC_URI="https://github.com/ktosiek/${PN}/archive/refs/tags/${PV}.tar.gz -> ${P}.gh.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64" - -RDEPEND=" - dev-python/pytest[${PYTHON_USEDEP}] - dev-python/vcrpy[${PYTHON_USEDEP}] -" - -DOCS=( docs README.rst ) - -EPYTEST_DESELECT=( tests/test_vcr.py::test_no_warnings ) - -distutils_enable_tests pytest - -python_prepare_all() { - # pytest.config was removed in >=dev-python/pytest-5.0 - sed "/pytest.config/d" -i tests/test_vcr.py || die - - distutils-r1_python_prepare_all -} - -python_compile_all() { - docs_compile -} diff --git a/profiles/package.mask b/profiles/package.mask index 1f518ac8f1..5ba3d2120f 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -89,11 +89,6 @@ dev-ml/gmap dev-ml/pecu dev-ml/randomconv -# Anna (cybertailor) Vyalkova <[email protected]> (2025-04-21) -# Unmaintained upstream, no revdeps left. Breaks dev-python/pytest-recording. -# Removal on 2025-05-21. -dev-python/pytest-vcr - # Vivian Heisz (demize) <[email protected]> (2025-04-20) # Depends on ~dev-ruby/prawn-2.34.0, which was removed in # ::gentoo, making this unable to build.
