commit: eaa6ada102ddfac10b8fbb7076aa17565dcd2b94
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Mon Nov 14 05:10:02 2022 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon Nov 14 05:10:02 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eaa6ada1
dev-python/libsass-python: Remove redundant MY_P
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/libsass-python/libsass-python-0.22.0.ebuild | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
diff --git a/dev-python/libsass-python/libsass-python-0.22.0.ebuild
b/dev-python/libsass-python/libsass-python-0.22.0.ebuild
index 895dfea5ba99..939120f5558e 100644
--- a/dev-python/libsass-python/libsass-python-0.22.0.ebuild
+++ b/dev-python/libsass-python/libsass-python-0.22.0.ebuild
@@ -8,7 +8,6 @@ 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/
@@ -16,9 +15,8 @@ HOMEPAGE="
"
SRC_URI="
https://github.com/sass/libsass-python/archive/${PV}.tar.gz
- -> ${MY_P}.gh.tar.gz
+ -> ${P}.gh.tar.gz
"
-S=${WORKDIR}/${MY_P}
LICENSE="MIT"
SLOT="0"