commit: 6a37d946d303d3c41bfe3b36d333f3d8479c75bd Author: Jakov Smolić <jsmolic <AT> gentoo <DOT> org> AuthorDate: Sat Feb 10 12:07:47 2024 +0000 Commit: Jakov Smolić <jsmolic <AT> gentoo <DOT> org> CommitDate: Sat Feb 10 12:07:47 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6a37d946
dev-python/pytest-virtualenv: treeclean Closes: https://bugs.gentoo.org/910479 Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org> dev-python/pytest-virtualenv/Manifest | 1 - dev-python/pytest-virtualenv/metadata.xml | 22 ---------- .../pytest-virtualenv-1.7.0-r2.ebuild | 49 ---------------------- profiles/package.mask | 1 - 4 files changed, 73 deletions(-) diff --git a/dev-python/pytest-virtualenv/Manifest b/dev-python/pytest-virtualenv/Manifest deleted file mode 100644 index 2d56bfde9fee..000000000000 --- a/dev-python/pytest-virtualenv/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST pytest-virtualenv-1.7.0.tar.gz 15767 BLAKE2B 5ee65aff72c50c8facef682827f58a8053d658aa072f3a69d50d13335dda2da37ffc29af009b52a50349647a4a38e149ba1b9847115fc4b4c4f54f063198b14f SHA512 0463ebf44ae18ee50a60e421a22aaaf0e34f827ec8f21c8f0dc79cbdc253748f9d1e5b33e4f418b52f0d8fd45990e162bb6410686ebe9fdc02650c286901d474 diff --git a/dev-python/pytest-virtualenv/metadata.xml b/dev-python/pytest-virtualenv/metadata.xml deleted file mode 100644 index f359c85654e5..000000000000 --- a/dev-python/pytest-virtualenv/metadata.xml +++ /dev/null @@ -1,22 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="project"> - <email>[email protected]</email> - <name>Python</name> - </maintainer> - <stabilize-allarches/> - <upstream> - <maintainer> - <email>[email protected]</email> - <name>Edward Easton</name> - </maintainer> - <remote-id type="pypi">pytest-virtualenv</remote-id> - <remote-id type="github">man-group/pytest-plugins</remote-id> - </upstream> - <longdescription> - Create a Python virtual environment in your test that cleans up on - teardown. The fixture has utility methods to install packages and list - what's installed. - </longdescription> -</pkgmetadata> diff --git a/dev-python/pytest-virtualenv/pytest-virtualenv-1.7.0-r2.ebuild b/dev-python/pytest-virtualenv/pytest-virtualenv-1.7.0-r2.ebuild deleted file mode 100644 index d62946045aa1..000000000000 --- a/dev-python/pytest-virtualenv/pytest-virtualenv-1.7.0-r2.ebuild +++ /dev/null @@ -1,49 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DISTUTILS_USE_PEP517=setuptools -PYPI_NO_NORMALIZE=1 -PYTHON_COMPAT=( python3_{10..12} pypy3 ) - -inherit distutils-r1 pypi - -DESCRIPTION="Virtualenv fixture for py.test" -HOMEPAGE=" - https://github.com/man-group/pytest-plugins/ - https://pypi.org/project/pytest-virtualenv/ -" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~x64-macos" - -RDEPEND=" - dev-python/pytest-fixture-config[${PYTHON_USEDEP}] - dev-python/pytest-shutil[${PYTHON_USEDEP}] - dev-python/pytest[${PYTHON_USEDEP}] - dev-python/setuptools[${PYTHON_USEDEP}] - dev-python/virtualenv[${PYTHON_USEDEP}] -" -BDEPEND=" - dev-python/setuptools-git[${PYTHON_USEDEP}] - test? ( - dev-python/mock[${PYTHON_USEDEP}] - ) -" - -distutils_enable_tests pytest - -python_test() { - local EPYTEST_DESELECT=() - if [[ ${EPYTHON} == python3.12 ]]; then - EPYTEST_DESELECT+=( - # assumes setuptools is installed inside virtualenv - # https://github.com/man-group/pytest-plugins/issues/220 - tests/integration/test_tmpvirtualenv.py::test_installed_packages - ) - fi - - epytest -} diff --git a/profiles/package.mask b/profiles/package.mask index b18ffdfc76c8..c0c8c9d010ce 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -155,7 +155,6 @@ dev-java/osgi-foundation dev-python/pytest-fixture-config dev-python/pytest-shutil dev-python/pytest-verbose-parametrize -dev-python/pytest-virtualenv # Andreas Sturmlechner <[email protected]> (2023-12-25) # Masked until KF6 is unmasked.
