commit: 6e55df8c36170570012dad489b86a2b0c1965a7f
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri Mar 31 12:11:01 2023 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri Mar 31 12:19:12 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6e55df8c
dev-python/libsass-python: Add MY_P prior to rename
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/libsass-python/libsass-python-0.22.0-r1.ebuild | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/dev-python/libsass-python/libsass-python-0.22.0-r1.ebuild
b/dev-python/libsass-python/libsass-python-0.22.0-r1.ebuild
index 29e66f31851b..9983462bd91a 100644
--- a/dev-python/libsass-python/libsass-python-0.22.0-r1.ebuild
+++ b/dev-python/libsass-python/libsass-python-0.22.0-r1.ebuild
@@ -8,6 +8,7 @@ DISTUTILS_USE_PEP517=setuptools
inherit distutils-r1
+MY_P=libsass-python-${PV}
DESCRIPTION="A straightforward binding of libsass for Python"
HOMEPAGE="
https://github.com/sass/libsass-python/
@@ -15,8 +16,9 @@ HOMEPAGE="
"
SRC_URI="
https://github.com/sass/libsass-python/archive/${PV}.tar.gz
- -> ${P}.gh.tar.gz
+ -> ${MY_P}.gh.tar.gz
"
+S=${WORKDIR}/${MY_P}
LICENSE="MIT"
SLOT="0"