summaryrefslogtreecommitdiff
path: root/dev-python/path
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2023-02-07 15:25:19 +0000
committerV3n3RiX <venerix@koprulu.sector>2023-02-07 15:25:19 +0000
commit54ef05621701a320a71e56f68a0a942bc53ae0e9 (patch)
tree1137ddce6287c914945a29436a5741aee8f7fea5 /dev-python/path
parent077e0e831423827ec97c98a46b5f2cc03fb4a6ea (diff)
gentoo auto-resync : 07:02:2023 - 15:25:18
Diffstat (limited to 'dev-python/path')
-rw-r--r--dev-python/path/Manifest4
-rw-r--r--dev-python/path/path-16.6.0-r1.ebuild (renamed from dev-python/path/path-16.6.0.ebuild)8
2 files changed, 3 insertions, 9 deletions
diff --git a/dev-python/path/Manifest b/dev-python/path/Manifest
index 67c45eea4fdb..83cce79581db 100644
--- a/dev-python/path/Manifest
+++ b/dev-python/path/Manifest
@@ -1,3 +1,3 @@
-DIST path-16.6.0.gh.tar.gz 45238 BLAKE2B f1fa3a23ba19f623ca276496c1fa7351ea02858710f2dddbf5f4d96cf2c9f8fc3325c74a56f1b4dec809e28e927f2c8adab913eed9d8893016e0fd3d0b3a662d SHA512 4d7772b7eb7017bee78f95f30f6286b14750d6d8edbf5f58617ede12bd664f1b893921b89bb64f797e1d2eb7e67e361d8f1e01618fee26d64a5b879a3854aead
-EBUILD path-16.6.0.ebuild 912 BLAKE2B e77a78726d19110fc8312d2c90e0af41021636736e897c605388d586d958c34379baa92089d8af64d97afa38dc645f630b482efc7e26c82e2df5e37b6673ca30 SHA512 66be52932328b56c7e24db543b5b87801388e2455dac8ee0be7f8e04601319de322e55c8fb1e17f13ba6ae629af49ffda8d51def8ad22469d5bd1195d703c795
+DIST path-16.6.0.tar.gz 49670 BLAKE2B 16da36676acb4e4c45c364a09c1d031f4cfc6bdabc08426bc5a8945c4b3594a7dd849f880f76dbfaba4dd2282eee00edbc0f9c7c4ed4774750e023c6a03b3939 SHA512 f1ec159c6b755f98eef90e1aac4337fb84fd9f739beddf34205c5faf9e959863baa52d237899bd33fe8f365a2666af6999c2e9388be310a6acae16b4952df022
+EBUILD path-16.6.0-r1.ebuild 786 BLAKE2B 2bc30457ab9c1c765c80963ff294fdc3693d87f8fa7d78e611ced4a0e91a417cf255c0e4f46ea3c0a37ef23ed2deb8434784a13dfd1542c5513752639a32ac6d SHA512 bf99025623ee2775994cfeb6d0d029edf5c8cd90f908601ea94863f7f97c5786c09954402fa613115225614471af61928970e4d57ba5ead04ac94e68c2701a85
MISC metadata.xml 383 BLAKE2B 30f12776bf4f9c1995774d7dc68cd8d9a85b74d514e8239ba76af336e6b08979e496ddaffce999bf0a3557f88ced148335024628b61f765b5bd08bf90b453c5a SHA512 aaceff1caa2714c0b8b3f7373c8721358e63833cfac824e3feda8a34fd1d6a961a27805c012a1125cad1f76d8bf7b1a92d7719480d90b344e5b4d0260ccf0547
diff --git a/dev-python/path/path-16.6.0.ebuild b/dev-python/path/path-16.6.0-r1.ebuild
index 92ebbe5403b9..fee2ea063dd8 100644
--- a/dev-python/path/path-16.6.0.ebuild
+++ b/dev-python/path/path-16.6.0-r1.ebuild
@@ -6,17 +6,13 @@ EAPI=8
DISTUTILS_USE_PEP517=setuptools
PYTHON_COMPAT=( python3_{9..11} pypy3 )
-inherit distutils-r1
+inherit distutils-r1 pypi
DESCRIPTION="A module wrapper for os.path"
HOMEPAGE="
https://github.com/jaraco/path/
https://pypi.org/project/path/
"
-SRC_URI="
- https://github.com/jaraco/path/archive/v${PV}.tar.gz
- -> ${P}.gh.tar.gz
-"
SLOT="0"
LICENSE="MIT"
@@ -38,5 +34,3 @@ EPYTEST_DESELECT=(
# unreliable, not really meaningful for end users
test_path.py::TestPerformance
)
-
-export SETUPTOOLS_SCM_PRETEND_VERSION=${PV}