From 54ef05621701a320a71e56f68a0a942bc53ae0e9 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Tue, 7 Feb 2023 15:25:19 +0000 Subject: gentoo auto-resync : 07:02:2023 - 15:25:18 --- dev-python/jaraco-path/Manifest | 2 +- dev-python/jaraco-path/jaraco-path-3.4.0.ebuild | 7 +++---- 2 files changed, 4 insertions(+), 5 deletions(-) (limited to 'dev-python/jaraco-path') diff --git a/dev-python/jaraco-path/Manifest b/dev-python/jaraco-path/Manifest index 5e73ac59f005..47fc2ae9f059 100644 --- a/dev-python/jaraco-path/Manifest +++ b/dev-python/jaraco-path/Manifest @@ -1,3 +1,3 @@ DIST jaraco.path-3.4.0.tar.gz 9574 BLAKE2B 41c7b65be0f7f8ae93b2137f1527145ac91acde2a2d4e338cd68e35f7e5233e6a8dcfe9a0c07f36ae9cd2a00946031eb6b692cfaf1a299bf7a451f25b39cc8cc SHA512 00a853bffdde4a931938b1d193898c039e253018f06ca9d102ee8e07f797b4c9dac33eb50243f714e3f3e151b6ce2fed7d47e1b82ab18d3e8715525b57040a6a -EBUILD jaraco-path-3.4.0.ebuild 693 BLAKE2B 149880ff068cfd339b88f87ec23f6526e875b9caeeb5f290b036d22a25b4bcd66a788212849741188f164c6c9f6540ab0270ef0f0e54a19a220d3bc93e41d496 SHA512 fbadedf040a2be9631ea18bae1bf32c21b00649217d4a9f56595ee1ad7c4ae7b0608e937d458dad079779aec5f47006c42afa642cbce8c1800fdbb79112ba791 +EBUILD jaraco-path-3.4.0.ebuild 665 BLAKE2B 88861576cafcc120f35ff7eff6d138ef01ee3f9b3077ad454eb60842f9970f66a571fc0248485b17c929519f37a6822c2685324b52443aa00f9cfed79cbad1f2 SHA512 70129a99fd345763f4d78f2e7d5cf41851dcd10f41da7196706c36467db4dd943b55f982c270c1d89d0927c78d824eb71b161d6cc9deec5e31906e6d2f89ce44 MISC metadata.xml 397 BLAKE2B 899056eaa6d393d9c624e20ff93a644bd93f39505f701a085f22d4216154a3c1b19bb879bcbe45f077fba7d91ad5e34617283b10f535305b322c580712df10fc SHA512 104c1a8d8a2613ed4355b6537ce0733b36e915d98ad69204d2a7763dd6e7bbdf74c2cc2e66f34000426e04e79f19a84ca1d8a57e504c62adaa4386f372d34dda diff --git a/dev-python/jaraco-path/jaraco-path-3.4.0.ebuild b/dev-python/jaraco-path/jaraco-path-3.4.0.ebuild index 52c7e2a1c426..d86aa623b69c 100644 --- a/dev-python/jaraco-path/jaraco-path-3.4.0.ebuild +++ b/dev-python/jaraco-path/jaraco-path-3.4.0.ebuild @@ -6,16 +6,15 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools PYTHON_COMPAT=( python3_{9..11} pypy3 ) -inherit distutils-r1 +inherit distutils-r1 pypi -MY_P="${P/-/.}" DESCRIPTION="Miscellaneous path functions" HOMEPAGE=" https://github.com/jaraco/jaraco.path/ https://pypi.org/project/jaraco.path/ " -SRC_URI="mirror://pypi/${PN::1}/${PN/-/.}/${MY_P}.tar.gz" -S=${WORKDIR}/${MY_P} +SRC_URI="$(pypi_sdist_url "${PN/-/.}")" +S=${WORKDIR}/${P/-/.} LICENSE="MIT" SLOT="0" -- cgit v1.2.3