diff options
author | Michał Górny <mgorny@gentoo.org> | 2022-12-10 16:49:57 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2022-12-10 16:49:57 +0100 |
commit | 83e70155adfb9e37bfb860f14d409cd0e0f401e7 (patch) | |
tree | 62ed792d80a3ad66040e8ef8d1601849b833bd4d /dev-python/pytest-tempdir | |
parent | dev-python/pytest-system-statistics: Remove old (diff) | |
download | gentoo-83e70155adfb9e37bfb860f14d409cd0e0f401e7.tar.gz gentoo-83e70155adfb9e37bfb860f14d409cd0e0f401e7.tar.bz2 gentoo-83e70155adfb9e37bfb860f14d409cd0e0f401e7.zip |
dev-python/pytest-tempdir: Remove old
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/pytest-tempdir')
-rw-r--r-- | dev-python/pytest-tempdir/Manifest | 1 | ||||
-rw-r--r-- | dev-python/pytest-tempdir/pytest-tempdir-2019.10.12.ebuild | 17 |
2 files changed, 0 insertions, 18 deletions
diff --git a/dev-python/pytest-tempdir/Manifest b/dev-python/pytest-tempdir/Manifest index 838f3407fcbb..f5c600d7b5b0 100644 --- a/dev-python/pytest-tempdir/Manifest +++ b/dev-python/pytest-tempdir/Manifest @@ -1,2 +1 @@ DIST pytest-tempdir-2019.10.12.gh.tar.gz 9859 BLAKE2B fe4d32d2de3d577952b90a811c38f1cfa0c16badf9115a1b70faf07f0123e29935c01bfc3c1b9c616a0eeb3e0da9f42a4415687a4862830e0edea505a99dfc04 SHA512 d6f8994423d9be90f4be20878f980ad4604475ccd4b65975cd3cad357c2d6a2a7bb8623e4ccd7441437ad72b7899d8b59ae19ca3a52c35a6c24456e44b7626de -DIST pytest-tempdir-2019.10.12.tar.gz 9859 BLAKE2B fe4d32d2de3d577952b90a811c38f1cfa0c16badf9115a1b70faf07f0123e29935c01bfc3c1b9c616a0eeb3e0da9f42a4415687a4862830e0edea505a99dfc04 SHA512 d6f8994423d9be90f4be20878f980ad4604475ccd4b65975cd3cad357c2d6a2a7bb8623e4ccd7441437ad72b7899d8b59ae19ca3a52c35a6c24456e44b7626de diff --git a/dev-python/pytest-tempdir/pytest-tempdir-2019.10.12.ebuild b/dev-python/pytest-tempdir/pytest-tempdir-2019.10.12.ebuild deleted file mode 100644 index 8975450b6b5f..000000000000 --- a/dev-python/pytest-tempdir/pytest-tempdir-2019.10.12.ebuild +++ /dev/null @@ -1,17 +0,0 @@ -# Copyright 2020-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -PYTHON_COMPAT=( python3_{8..10} ) -inherit distutils-r1 - -DESCRIPTION="Pytest plugin to support for a predictable and repeatable temporary directory" -HOMEPAGE="https://github.com/saltstack/pytest-tempdir" -SRC_URI="https://github.com/saltstack/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="Apache-2.0" -SLOT="0" -KEYWORDS="amd64 ~arm ~arm64 ~riscv x86" - -distutils_enable_tests --install pytest |