summaryrefslogtreecommitdiff
path: root/dev-python/pytest-tempdir
diff options
context:
space:
mode:
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.ebuild15
3 files changed, 14 insertions, 7 deletions
diff --git a/dev-python/pytest-tempdir/Manifest b/dev-python/pytest-tempdir/Manifest
index c6b5e0a7b366..a89aaf85a404 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 fee06d33c06cadae12dcb3531cea6b4ea201f91c1dff6cd5f76bf242cabbec5f756efde266d1d97a3a734e8ce1d3045ba99f5c1bd67dee617d332053f3c8d2fb SHA512 e33aad7bd364357ac89491585d531a9a410c6f68388aa596f875e4239622ae48a6e3473eb819645fdeba95ac841e3d5805cf0dfe2228a7c2c14487ae95f9f2cb
-MISC metadata.xml 415 BLAKE2B cb31905cec6b4f4eae67d512ed75752df87c826d116f125e742f277ba8d1931bf62b5fa9a56be757a3a64176f7062f7573e1b11f226051ab2be5a9eaf4b803e3 SHA512 e44b8488a4d0f43b2753cf2a16348061d0762886bf68a6260dd5e832922b01bf7c5ce70f8ea2262ee30b0eff9fd7fa96ee8c721d423ac16323244e3cbea83727
+EBUILD pytest-tempdir-2019.10.12-r1.ebuild 606 BLAKE2B 1981ec9bff42353fe7e8f1f5061da0b88f51e007329efef67871a074b3f5d3ea7e2fd4143ccc5ff859760fcd641c25911e8af6c9406c0fbb2973e2f0f4e131e5 SHA512 bc2b77382e3b7d954af8e3d8e324274c6b7f13814f5e8c24f4797f342a313a6cc6dc6870aa97e4e99a636a884a5b43660c0afa1677b538ec1084520282819086
+MISC metadata.xml 420 BLAKE2B 84c68194e0f8668d9f5c526ba2954dd251d78d297f7d233e1209f8ddad0caf870683b473f537718647c1ac6ceb07b10d807ccb560acbc020fb6f900f8ad68ef2 SHA512 903b9cd7e036bb34f62b7112c065e0a92f0f9957c40bac99c6e05ceb332f65957623e6ed4128e165fbc7b3f0c15f6b7ec2a89c5b891b84e6583fb87d6adb10d1
diff --git a/dev-python/pytest-tempdir/metadata.xml b/dev-python/pytest-tempdir/metadata.xml
index 36f849d0a069..97faaa950503 100644
--- a/dev-python/pytest-tempdir/metadata.xml
+++ b/dev-python/pytest-tempdir/metadata.xml
@@ -8,6 +8,6 @@
<stabilize-allarches/>
<upstream>
<remote-id type="pypi">pytest-tempdir</remote-id>
- <remote-id type="github">saltstack/pytest-tempdir</remote-id>
+ <remote-id type="github">vmware-archive/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 c021ea21e987..e4b9b9f6d987 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
@@ -1,15 +1,22 @@
-# Copyright 2020-2023 Gentoo Authors
+# Copyright 2020-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
-PYTHON_COMPAT=( python3_{10..12} )
DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{10..13} )
+
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"
+HOMEPAGE="
+ https://github.com/vmware-archive/pytest-tempdir/
+ https://pypi.org/project/pytest-tempdir/
+"
+SRC_URI="
+ https://github.com/vmware-archive/pytest-tempdir/archive/v${PV}.tar.gz
+ -> ${P}.gh.tar.gz
+"
LICENSE="Apache-2.0"
SLOT="0"