commit:     b4b4627f1cd4cc93f7af33b4c224d3cd8c4db030
Author:     Patrick McLean <chutzpah <AT> gentoo <DOT> org>
AuthorDate: Wed Nov  2 22:37:57 2022 +0000
Commit:     Patrick McLean <chutzpah <AT> gentoo <DOT> org>
CommitDate: Wed Nov  2 23:40:09 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b4b4627f

dev-python/pytest-tempdir: update EAPI 7 -> 8

Signed-off-by: Patrick McLean <chutzpah <AT> gentoo.org>

 dev-python/pytest-tempdir/Manifest                     |  1 +
 .../pytest-tempdir/pytest-tempdir-2019.10.12-r1.ebuild | 18 ++++++++++++++++++
 2 files changed, 19 insertions(+)

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

Reply via email to