commit: 6948d809c0242655accffa9c2c2114e55d5af375
Author: Ben Kohler <bkohler <AT> gentoo <DOT> org>
AuthorDate: Tue Mar 7 13:41:20 2023 +0000
Commit: Ben Kohler <bkohler <AT> gentoo <DOT> org>
CommitDate: Tue Mar 7 13:45:49 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6948d809
dev-python/path-and-address: update SRC_URI
Signed-off-by: Ben Kohler <bkohler <AT> gentoo.org>
dev-python/path-and-address/path-and-address-2.0.1.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-python/path-and-address/path-and-address-2.0.1.ebuild
b/dev-python/path-and-address/path-and-address-2.0.1.ebuild
index b65e43329c66..957094a7a572 100644
--- a/dev-python/path-and-address/path-and-address-2.0.1.ebuild
+++ b/dev-python/path-and-address/path-and-address-2.0.1.ebuild
@@ -5,14 +5,14 @@ EAPI=7
PYTHON_COMPAT=( pypy3 python3_{9..11} )
-inherit distutils-r1
+inherit distutils-r1 pypi
DESCRIPTION="Functions for server CLI applications used by humans"
HOMEPAGE="https://github.com/joeyespo/path-and-address"
LICENSE="MIT"
SLOT="0"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.zip"
+SRC_URI="$(pypi_sdist_url --no-normalize ${PN} ${PV} .zip)"
KEYWORDS="amd64"