summaryrefslogtreecommitdiff
path: root/dev-python/pytest-tempdir
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2023-05-27 15:12:15 +0100
committerV3n3RiX <venerix@koprulu.sector>2023-05-27 15:12:15 +0100
commit246c83e768dd1efb42047de864a1e92b73de8b5c (patch)
tree2410761373aee7452a92e79038c5a28d631a0774 /dev-python/pytest-tempdir
parente67c9b35124c5b3338943cf7793fe4402f03ad0f (diff)
gentoo auto-resync : 27:05:2023 - 15:12:15
Diffstat (limited to 'dev-python/pytest-tempdir')
-rw-r--r--dev-python/pytest-tempdir/Manifest4
-rw-r--r--dev-python/pytest-tempdir/metadata.xml2
-rw-r--r--dev-python/pytest-tempdir/pytest-tempdir-2019.10.12-r1.ebuild2
3 files changed, 5 insertions, 3 deletions
diff --git a/dev-python/pytest-tempdir/Manifest b/dev-python/pytest-tempdir/Manifest
index 3b416b92c1c0..977132958ae4 100644
--- a/dev-python/pytest-tempdir/Manifest
+++ b/dev-python/pytest-tempdir/Manifest
@@ -1,3 +1,3 @@
DIST pytest-tempdir-2019.10.12.gh.tar.gz 9859 BLAKE2B fe4d32d2de3d577952b90a811c38f1cfa0c16badf9115a1b70faf07f0123e29935c01bfc3c1b9c616a0eeb3e0da9f42a4415687a4862830e0edea505a99dfc04 SHA512 d6f8994423d9be90f4be20878f980ad4604475ccd4b65975cd3cad357c2d6a2a7bb8623e4ccd7441437ad72b7899d8b59ae19ca3a52c35a6c24456e44b7626de
-EBUILD pytest-tempdir-2019.10.12-r1.ebuild 535 BLAKE2B 1ddf2ed8f7db7c63521e42172ea4760692d0f911529d7b59700a0ad23d885cb016adb7ed83e36b20e291b28c75b1ed329f1ddad21313b1ce7f5796f582c6d362 SHA512 6bac062b5083189cd57768177ce46290276f8e9e48221a03df088f9ecf03f1e5c3ed36ebe1171989dd80b0886e5cff53ca8b8098962a541b5c73697b60c3a2d4
-MISC metadata.xml 327 BLAKE2B 0280ea518e1e366316adc1f2ee8f5ee2a787d190b409efccc1e7d001f95b39ce64f9ce4a2366172589e9128f541ad0312ee2d56d0f37f763def05ed8f0e12759 SHA512 7ba82ed730777df1be39f18030e1149819eb6a0e36dfea4dda4e2866920133ff584f6e4ec635a5fe05ea81739d02e3991c19e835ed769223d2d9a229ac48c570
+EBUILD pytest-tempdir-2019.10.12-r1.ebuild 536 BLAKE2B 96191f33baa931980ad1114bbc187833b5d885b710af59777af4cfc36b34b4c09b1c2926954e00c0bfd9c4859eea8f5fa4cebf81cbc957039b6212a5531d2bb6 SHA512 a808f2190bd8f724247c32f0cdffcdd70dcf4f91fb44b9b51cb7de12161b383a0972c3d1f70b62975802aa9f874345c79bb639b7f4b5ed97d7268451d638869d
+MISC metadata.xml 415 BLAKE2B cb31905cec6b4f4eae67d512ed75752df87c826d116f125e742f277ba8d1931bf62b5fa9a56be757a3a64176f7062f7573e1b11f226051ab2be5a9eaf4b803e3 SHA512 e44b8488a4d0f43b2753cf2a16348061d0762886bf68a6260dd5e832922b01bf7c5ce70f8ea2262ee30b0eff9fd7fa96ee8c721d423ac16323244e3cbea83727
diff --git a/dev-python/pytest-tempdir/metadata.xml b/dev-python/pytest-tempdir/metadata.xml
index 965933c1c766..36f849d0a069 100644
--- a/dev-python/pytest-tempdir/metadata.xml
+++ b/dev-python/pytest-tempdir/metadata.xml
@@ -5,7 +5,9 @@
<email>chutzpah@gentoo.org</email>
<name>Patrick McLean</name>
</maintainer>
+ <stabilize-allarches/>
<upstream>
<remote-id type="pypi">pytest-tempdir</remote-id>
+ <remote-id type="github">saltstack/pytest-tempdir</remote-id>
</upstream>
</pkgmetadata>
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
index 9c8900d55e9c..78b0a37c30a8 100644
--- a/dev-python/pytest-tempdir/pytest-tempdir-2019.10.12-r1.ebuild
+++ b/dev-python/pytest-tempdir/pytest-tempdir-2019.10.12-r1.ebuild
@@ -3,7 +3,7 @@
EAPI=8
-PYTHON_COMPAT=( python3_{9..11} )
+PYTHON_COMPAT=( python3_{10..12} )
DISTUTILS_USE_PEP517=setuptools
inherit distutils-r1