diff options
author | Petr Vaněk <arkamar@atlas.cz> | 2023-03-10 13:41:19 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-03-10 13:55:16 +0000 |
commit | c9c2f25ba3a0ece4f39caf13e24a7bf44cd28e75 (patch) | |
tree | 868b019c4d3fb9248b445f4fd1010333fe9e7e8a /dev-python/fuse-python | |
parent | dev-python/fuse-python: add github upstream metadata (diff) | |
download | gentoo-c9c2f25ba3a0ece4f39caf13e24a7bf44cd28e75.tar.gz gentoo-c9c2f25ba3a0ece4f39caf13e24a7bf44cd28e75.tar.bz2 gentoo-c9c2f25ba3a0ece4f39caf13e24a7bf44cd28e75.zip |
dev-python/fuse-python: change SRC_URI suffix .tar.gz -> .gh.tar.gz
Signed-off-by: Petr Vaněk <arkamar@atlas.cz>
Closes: https://github.com/gentoo/gentoo/pull/30042
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-python/fuse-python')
-rw-r--r-- | dev-python/fuse-python/Manifest | 2 | ||||
-rw-r--r-- | dev-python/fuse-python/fuse-python-1.0.5.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/fuse-python/Manifest b/dev-python/fuse-python/Manifest index 4fb18c23d059..dea8d245b362 100644 --- a/dev-python/fuse-python/Manifest +++ b/dev-python/fuse-python/Manifest @@ -1 +1 @@ -DIST python-fuse-1.0.5.tar.gz 46592 BLAKE2B 9d33cf508a57b1a08f6c257ecee89386826f5f6c9be223f33c36789930baccaacab112305e264aa5c412f30bfff0562c6701b8ec1f9632d9d2e5ff8ea6013073 SHA512 e0d0cc0f3dee9416eefe430119e8f2f5a9bbc88a214d36d1d23c7e1f7ce78cc977a173f6d22c05cb928715d5c657ba29738f60453323b25299dddc08d57595d2 +DIST python-fuse-1.0.5.gh.tar.gz 46592 BLAKE2B 9d33cf508a57b1a08f6c257ecee89386826f5f6c9be223f33c36789930baccaacab112305e264aa5c412f30bfff0562c6701b8ec1f9632d9d2e5ff8ea6013073 SHA512 e0d0cc0f3dee9416eefe430119e8f2f5a9bbc88a214d36d1d23c7e1f7ce78cc977a173f6d22c05cb928715d5c657ba29738f60453323b25299dddc08d57595d2 diff --git a/dev-python/fuse-python/fuse-python-1.0.5.ebuild b/dev-python/fuse-python/fuse-python-1.0.5.ebuild index 1ab69b4faafa..48bba87b5826 100644 --- a/dev-python/fuse-python/fuse-python-1.0.5.ebuild +++ b/dev-python/fuse-python/fuse-python-1.0.5.ebuild @@ -13,7 +13,7 @@ DESCRIPTION="Python FUSE bindings" HOMEPAGE="https://github.com/libfuse/python-fuse" SRC_URI=" https://github.com/libfuse/python-fuse/archive/v${PV}.tar.gz - -> ${MY_P}.tar.gz + -> ${MY_P}.gh.tar.gz " S="${WORKDIR}/${MY_P}" |