commit:     0ae9adabd5a4f78211dec427075b1e8aa7a03e29
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed Apr 19 15:06:40 2023 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Apr 19 15:06:40 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0ae9adab

dev-python/importlib_resources: Use pypi sdist

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/importlib_resources/Manifest                          | 2 +-
 dev-python/importlib_resources/importlib_resources-5.12.0.ebuild | 6 +-----
 2 files changed, 2 insertions(+), 6 deletions(-)

diff --git a/dev-python/importlib_resources/Manifest 
b/dev-python/importlib_resources/Manifest
index 5810e75703ae..7cd8f9af9983 100644
--- a/dev-python/importlib_resources/Manifest
+++ b/dev-python/importlib_resources/Manifest
@@ -1 +1 @@
-DIST importlib_resources-5.12.0.gh.tar.gz 36161 BLAKE2B 
1adcf5e2d0292867eb0b96819ee5d808b62d7f479a6fb4254db50b0397814b0f6ffe4d209f4dfcc19147bd060888cfd457391de9d6746b1b85f58b9d0792e29b
 SHA512 
038d44919ace6d92709855eae0d111ae772edfbbf79e82349a34ab143d0ec9ed796a317ff3e1a06a08404d4a58398d130a1a4f425d26511e724bc03946679d19
+DIST importlib_resources-5.12.0.tar.gz 39894 BLAKE2B 
bbae92bd62b54afc0093f8daa8f0fabaf18da7b2c9c578a2e6b6b7cc3207384e4fd037762c4ac8bc862900ac2da112a3b8ae236b1d3ca072c739f2d1ad3edd36
 SHA512 
00875d82cf3d2103872079ee2882c4000cc65141d97988265721cc6861a64dfe480e5c2191a2b22d0b9b9e42de1fc06d54f6d8eb4f37aaf91a819ee9306dc06f

diff --git a/dev-python/importlib_resources/importlib_resources-5.12.0.ebuild 
b/dev-python/importlib_resources/importlib_resources-5.12.0.ebuild
index d58bd2f35331..d1ac2513af5f 100644
--- a/dev-python/importlib_resources/importlib_resources-5.12.0.ebuild
+++ b/dev-python/importlib_resources/importlib_resources-5.12.0.ebuild
@@ -9,17 +9,13 @@ DISTUTILS_USE_PEP517=flit
 # as well.
 PYTHON_COMPAT=( pypy3 python3_9 )
 
-inherit distutils-r1
+inherit distutils-r1 pypi
 
 DESCRIPTION="Read resources from Python packages"
 HOMEPAGE="
        https://github.com/python/importlib_resources/
        https://pypi.org/project/importlib-resources/
 "
-SRC_URI="
-       https://github.com/python/importlib_resources/archive/v${PV}.tar.gz
-               -> ${P}.gh.tar.gz
-"
 
 LICENSE="Apache-2.0"
 SLOT="0"

Reply via email to