commit:     e41be31b47ffae5a75428f9cfd8ebc3b17ff922d
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Aug 20 09:05:19 2023 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Aug 20 09:05:19 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e41be31b

dev-python/rapidfuzz_capi: Prepare for rename

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

 dev-python/rapidfuzz_capi/rapidfuzz_capi-1.0.5.ebuild | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/dev-python/rapidfuzz_capi/rapidfuzz_capi-1.0.5.ebuild 
b/dev-python/rapidfuzz_capi/rapidfuzz_capi-1.0.5.ebuild
index c37333d6b307..30b8257a0a42 100644
--- a/dev-python/rapidfuzz_capi/rapidfuzz_capi-1.0.5.ebuild
+++ b/dev-python/rapidfuzz_capi/rapidfuzz_capi-1.0.5.ebuild
@@ -8,6 +8,7 @@ PYTHON_COMPAT=( python3_{10..12} )
 
 inherit distutils-r1
 
+MY_P=rapidfuzz_capi-${PV}
 DESCRIPTION="C-API of RapidFuzz, which can be used to extend RapidFuzz"
 HOMEPAGE="
        https://github.com/maxbachmann/rapidfuzz_capi/
@@ -15,8 +16,9 @@ HOMEPAGE="
 "
 SRC_URI="
        https://github.com/maxbachmann/rapidfuzz_capi/archive/v${PV}.tar.gz
-               -> ${P}.gh.tar.gz
+               -> ${MY_P}.gh.tar.gz
 "
+S=${WORKDIR}/${MY_P}
 
 LICENSE="MIT"
 SLOT="0"

Reply via email to