diff options
author | Jakov Smolić <jsmolic@gentoo.org> | 2024-02-10 13:08:59 +0100 |
---|---|---|
committer | Jakov Smolić <jsmolic@gentoo.org> | 2024-02-10 13:08:59 +0100 |
commit | 4db41fd88aea640384ed89f1ace06987e8679a4a (patch) | |
tree | 3b005defda292af785c256c3d81027eac52dec14 /dev-python/pytest-fixture-config | |
parent | dev-python/pytest-shutil: treeclean (diff) | |
download | gentoo-4db41fd88aea640384ed89f1ace06987e8679a4a.tar.gz gentoo-4db41fd88aea640384ed89f1ace06987e8679a4a.tar.bz2 gentoo-4db41fd88aea640384ed89f1ace06987e8679a4a.zip |
dev-python/pytest-fixture-config: treeclean
Closes: https://bugs.gentoo.org/921836
Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
Diffstat (limited to 'dev-python/pytest-fixture-config')
-rw-r--r-- | dev-python/pytest-fixture-config/Manifest | 1 | ||||
-rw-r--r-- | dev-python/pytest-fixture-config/metadata.xml | 21 | ||||
-rw-r--r-- | dev-python/pytest-fixture-config/pytest-fixture-config-1.7.0-r2.ebuild | 33 |
3 files changed, 0 insertions, 55 deletions
diff --git a/dev-python/pytest-fixture-config/Manifest b/dev-python/pytest-fixture-config/Manifest deleted file mode 100644 index cd6c26d940aa..000000000000 --- a/dev-python/pytest-fixture-config/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST pytest-fixture-config-1.7.0.tar.gz 9884 BLAKE2B d844b07a8b7d59f6761ee71147a0945225a3f30bdd9b0751972bf6149b444ad95c49f3d5001d6414c535c1a230ed1e47ceb90b26c50324ec21165430e633cc21 SHA512 c861bbbb91efff338255734ddb4a8b615880c32a12c981160e9e7575d38adff8c5febad46bb9b4208634e39d4cfa73dec342265ccc1951168c1b12fd334cd746 diff --git a/dev-python/pytest-fixture-config/metadata.xml b/dev-python/pytest-fixture-config/metadata.xml deleted file mode 100644 index 17b4f2cefce4..000000000000 --- a/dev-python/pytest-fixture-config/metadata.xml +++ /dev/null @@ -1,21 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="project"> - <email>python@gentoo.org</email> - <name>Python</name> - </maintainer> - <stabilize-allarches/> - <upstream> - <maintainer> - <email>eeaston@gmail.com</email> - <name>Edward Easton</name> - </maintainer> - <remote-id type="pypi">pytest-fixture-config</remote-id> - <remote-id type="github">man-group/pytest-plugins</remote-id> - </upstream> - <longdescription> - Simple configuration objects for Py.test fixtures. Allows you to skip - tests when their required config variables aren't set. - </longdescription> -</pkgmetadata> diff --git a/dev-python/pytest-fixture-config/pytest-fixture-config-1.7.0-r2.ebuild b/dev-python/pytest-fixture-config/pytest-fixture-config-1.7.0-r2.ebuild deleted file mode 100644 index 3364df7e0250..000000000000 --- a/dev-python/pytest-fixture-config/pytest-fixture-config-1.7.0-r2.ebuild +++ /dev/null @@ -1,33 +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-fixture-config/ -" - -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[${PYTHON_USEDEP}] -" -BDEPEND=" - dev-python/setuptools[${PYTHON_USEDEP}] - dev-python/setuptools-git[${PYTHON_USEDEP}] - test? ( - dev-python/six[${PYTHON_USEDEP}] - ) -" - -distutils_enable_tests pytest |