commit:     188e31f3ddcf16bcf295e3e994155940c9a1c0b7
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat May 11 13:45:19 2024 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat May 11 13:45:19 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=188e31f3

dev-python/requests_download: Fix distfile name

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

 dev-python/requests_download/Manifest                          | 2 +-
 dev-python/requests_download/requests_download-0.1.2-r2.ebuild | 5 ++++-
 2 files changed, 5 insertions(+), 2 deletions(-)

diff --git a/dev-python/requests_download/Manifest 
b/dev-python/requests_download/Manifest
index 8951ccff9fd3..85b3c7a8855d 100644
--- a/dev-python/requests_download/Manifest
+++ b/dev-python/requests_download/Manifest
@@ -1 +1 @@
-DIST requests_download-0.1.2.tar.gz 2584 BLAKE2B 
c6f2eb7a182e0f42ccb7b603dec47a077b1b946bfa93968972dce5267c7c51fa8c4158e15cd35621cbe229e12f6644db9734e52439796d8d8411be16a38e1e9a
 SHA512 
99d4b275200c88befd2730d17a3329c8cbb155fa5cf9600a7466e8ab109f999a9fc9b8c668aa3b389bc2a3deb33b8a3fd390270d71f04bb0a8f998da67cfde82
+DIST requests_download-0.1.2.gh.tar.gz 2584 BLAKE2B 
c6f2eb7a182e0f42ccb7b603dec47a077b1b946bfa93968972dce5267c7c51fa8c4158e15cd35621cbe229e12f6644db9734e52439796d8d8411be16a38e1e9a
 SHA512 
99d4b275200c88befd2730d17a3329c8cbb155fa5cf9600a7466e8ab109f999a9fc9b8c668aa3b389bc2a3deb33b8a3fd390270d71f04bb0a8f998da67cfde82

diff --git a/dev-python/requests_download/requests_download-0.1.2-r2.ebuild 
b/dev-python/requests_download/requests_download-0.1.2-r2.ebuild
index add3ccf59527..92aaeeecb585 100644
--- a/dev-python/requests_download/requests_download-0.1.2-r2.ebuild
+++ b/dev-python/requests_download/requests_download-0.1.2-r2.ebuild
@@ -13,7 +13,10 @@ HOMEPAGE="
        https://github.com/takluyver/requests_download
        https://pypi.org/project/requests_download/
 "
-SRC_URI="https://github.com/takluyver/${PN}/archive/${PV}.tar.gz -> 
${P}.tar.gz"
+SRC_URI="
+       https://github.com/takluyver/requests_download/archive/${PV}.tar.gz
+               -> ${P}.gh.tar.gz
+"
 
 LICENSE="MIT"
 SLOT="0"

Reply via email to