diff options
author | 2024-10-23 10:22:05 +0200 | |
---|---|---|
committer | 2024-10-23 10:22:19 +0200 | |
commit | 51bdd6505f77a607888f9671247544873bea03ff (patch) | |
tree | 3d48d7ca97abb0ac19a09466fd8b73590a1939a9 /dev-python | |
parent | dev-util/cucumber-compatibility-kit: Remove old (diff) | |
download | gentoo-51bdd6505f77a607888f9671247544873bea03ff.tar.gz gentoo-51bdd6505f77a607888f9671247544873bea03ff.tar.bz2 gentoo-51bdd6505f77a607888f9671247544873bea03ff.zip |
dev-python/pytest-lazy-fixture: Remove last-rited pkg
Closes: https://bugs.gentoo.org/939420
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/pytest-lazy-fixture/Manifest | 1 | ||||
-rw-r--r-- | dev-python/pytest-lazy-fixture/metadata.xml | 13 | ||||
-rw-r--r-- | dev-python/pytest-lazy-fixture/pytest-lazy-fixture-0.6.3-r1.ebuild | 26 |
3 files changed, 0 insertions, 40 deletions
diff --git a/dev-python/pytest-lazy-fixture/Manifest b/dev-python/pytest-lazy-fixture/Manifest deleted file mode 100644 index 7e6ba7cf85f2..000000000000 --- a/dev-python/pytest-lazy-fixture/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST pytest-lazy-fixture-0.6.3.tar.gz 7878 BLAKE2B f3a034678f590090a453b44b9fea938ced040c80922f139f3321ec20db856be219d039c7f4199ef67af79b5008d37425b5c08a0edaf71fdd7c8f248702acf488 SHA512 3281edc516f21f23104d7fc188b5c9aecf364f55109dab52865cbfef4a540727eb2bd42fb9806a7e8be728b249bc7a224ffdbab96473f043bef9a7aea1e4baa8 diff --git a/dev-python/pytest-lazy-fixture/metadata.xml b/dev-python/pytest-lazy-fixture/metadata.xml deleted file mode 100644 index e8484e4da745..000000000000 --- a/dev-python/pytest-lazy-fixture/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 type="project"> - <email>python@gentoo.org</email> - <name>Python</name> - </maintainer> - <stabilize-allarches/> - <upstream> - <remote-id type="pypi">pytest-lazy-fixture</remote-id> - <remote-id type="github">tvorog/pytest-lazy-fixture</remote-id> - </upstream> -</pkgmetadata> diff --git a/dev-python/pytest-lazy-fixture/pytest-lazy-fixture-0.6.3-r1.ebuild b/dev-python/pytest-lazy-fixture/pytest-lazy-fixture-0.6.3-r1.ebuild deleted file mode 100644 index 1608ebfd0c7c..000000000000 --- a/dev-python/pytest-lazy-fixture/pytest-lazy-fixture-0.6.3-r1.ebuild +++ /dev/null @@ -1,26 +0,0 @@ -# Copyright 1999-2024 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="It helps to use fixtures in pytest.mark.parametrize" -HOMEPAGE=" - https://github.com/tvorog/pytest-lazy-fixture/ - https://pypi.org/project/pytest-lazy-fixture/ -" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~loong ~mips ppc64 ~riscv ~s390 sparc x86" - -RDEPEND=" - <dev-python/pytest-8[${PYTHON_USEDEP}] -" - -distutils_enable_tests pytest |