diff options
author | Sam James <sam@gentoo.org> | 2022-06-23 04:04:12 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-06-23 04:04:27 +0100 |
commit | 22aa9878acfec9c31fe13c511fdc3e6d5a71bcfc (patch) | |
tree | 26c83603279b55ffc954a866c885149ca284c749 /dev-python/pytest-cache | |
parent | sys-libs/compiler-rt: only override compiler for USE=clang if not using Clang (diff) | |
download | gentoo-22aa9878acfec9c31fe13c511fdc3e6d5a71bcfc.tar.gz gentoo-22aa9878acfec9c31fe13c511fdc3e6d5a71bcfc.tar.bz2 gentoo-22aa9878acfec9c31fe13c511fdc3e6d5a71bcfc.zip |
dev-python/pytest-cache: treeclean
Bug: https://bugs.gentoo.org/700944
Bug: https://bugs.gentoo.org/845834
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-python/pytest-cache')
-rw-r--r-- | dev-python/pytest-cache/Manifest | 1 | ||||
-rw-r--r-- | dev-python/pytest-cache/metadata.xml | 11 | ||||
-rw-r--r-- | dev-python/pytest-cache/pytest-cache-1.0-r2.ebuild | 31 |
3 files changed, 0 insertions, 43 deletions
diff --git a/dev-python/pytest-cache/Manifest b/dev-python/pytest-cache/Manifest deleted file mode 100644 index 4b259bee3087..000000000000 --- a/dev-python/pytest-cache/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST pytest-cache-1.0.tar.gz 16242 BLAKE2B 90ebe56fab442c67513025bf3921d9d3ef4220de49fed5ae14cd31e5b8966e2fce4551faafb14bbaf1c3ddb45a8bc2d0ef4e3e9ab6fdece053d173b37e4753b7 SHA512 55eb66718a45fb0ad8931780d96fa4715cf0d9f2568be2a1b08b3399d391b818a7ae8b2afeb74b50aaf8ec8f7f0d8da8e7a7483845a50e884822ca6ddbca03ea diff --git a/dev-python/pytest-cache/metadata.xml b/dev-python/pytest-cache/metadata.xml deleted file mode 100644 index 9a2f9dd5b752..000000000000 --- a/dev-python/pytest-cache/metadata.xml +++ /dev/null @@ -1,11 +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> - <upstream> - <remote-id type="pypi">pytest-cache</remote-id> - </upstream> -</pkgmetadata> diff --git a/dev-python/pytest-cache/pytest-cache-1.0-r2.ebuild b/dev-python/pytest-cache/pytest-cache-1.0-r2.ebuild deleted file mode 100644 index c68ed0efcfdb..000000000000 --- a/dev-python/pytest-cache/pytest-cache-1.0-r2.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -PYTHON_COMPAT=( python3_{7,8,9} pypy3 ) - -inherit distutils-r1 - -DESCRIPTION="mechanisms for caching across test runs" -HOMEPAGE="https://pypi.org/project/pytest-cache/ - https://pythonhosted.org/pytest-cache/" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -SLOT="0" -LICENSE="MIT" -KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~m68k ppc ppc64 ~s390 ~sparc x86 ~amd64-linux ~x86-linux" -IUSE="test" - -RDEPEND="dev-python/execnet[${PYTHON_USEDEP}]" -DEPEND="${RDEPEND} - dev-python/setuptools[${PYTHON_USEDEP}] - test? ( dev-python/pytest[${PYTHON_USEDEP}] ) - " - -# https://bitbucket.org/hpk42/pytest-cache/issues/12 -RESTRICT=test - -python_test() { - PYTEST_PLUGINS="pytest_cache" py.test -v -v || die -} |