diff options
| author | Patrick McLean <chutzpah@gentoo.org> | 2022-11-02 15:37:57 -0700 |
|---|---|---|
| committer | Patrick McLean <chutzpah@gentoo.org> | 2022-11-02 16:40:09 -0700 |
| commit | b4b4627f1cd4cc93f7af33b4c224d3cd8c4db030 (patch) | |
| tree | 31b7def0453bc923db29c7ef80863afe9a203ec7 /dev-python | |
| parent | cd5a98df0cd6bae141a203f83f4fdb010f321799 (diff) | |
| download | gentoo-b4b4627f1cd4cc93f7af33b4c224d3cd8c4db030.tar.gz gentoo-b4b4627f1cd4cc93f7af33b4c224d3cd8c4db030.tar.bz2 gentoo-b4b4627f1cd4cc93f7af33b4c224d3cd8c4db030.zip | |
dev-python/pytest-tempdir: update EAPI 7 -> 8
Signed-off-by: Patrick McLean <chutzpah@gentoo.org>
Diffstat (limited to 'dev-python')
| -rw-r--r-- | dev-python/pytest-tempdir/Manifest | 1 | ||||
| -rw-r--r-- | dev-python/pytest-tempdir/pytest-tempdir-2019.10.12-r1.ebuild | 18 |
2 files changed, 19 insertions, 0 deletions
diff --git a/dev-python/pytest-tempdir/Manifest b/dev-python/pytest-tempdir/Manifest index 9594d221c021..838f3407fcbb 100644 --- a/dev-python/pytest-tempdir/Manifest +++ b/dev-python/pytest-tempdir/Manifest @@ -1 +1,2 @@ +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-r1.ebuild b/dev-python/pytest-tempdir/pytest-tempdir-2019.10.12-r1.ebuild new file mode 100644 index 000000000000..d96260f5663f --- /dev/null +++ b/dev-python/pytest-tempdir/pytest-tempdir-2019.10.12-r1.ebuild @@ -0,0 +1,18 @@ +# Copyright 2020-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +PYTHON_COMPAT=( python3_{8..11} ) +DISTUTILS_USE_PEP517=setuptools +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}.gh.tar.gz" + +LICENSE="Apache-2.0" +SLOT="0" +KEYWORDS="~amd64 ~arm ~arm64 ~riscv ~x86" + +distutils_enable_tests pytest |
