summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2023-03-31 14:11:01 +0200
committerMichał Górny <mgorny@gentoo.org>2023-03-31 14:19:12 +0200
commit6e55df8c36170570012dad489b86a2b0c1965a7f (patch)
tree0458a5e8b26f938b44ce94e6d025301b655e22b7 /dev-python
parentdev-python/libsass-python: Add GH remote-id (diff)
downloadgentoo-6e55df8c36170570012dad489b86a2b0c1965a7f.tar.gz
gentoo-6e55df8c36170570012dad489b86a2b0c1965a7f.tar.bz2
gentoo-6e55df8c36170570012dad489b86a2b0c1965a7f.zip
dev-python/libsass-python: Add MY_P prior to rename
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python')
-rw-r--r--dev-python/libsass-python/libsass-python-0.22.0-r1.ebuild4
1 files changed, 3 insertions, 1 deletions
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"