summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2022-11-14 06:10:02 +0100
committerMichał Górny <mgorny@gentoo.org>2022-11-14 06:10:02 +0100
commiteaa6ada102ddfac10b8fbb7076aa17565dcd2b94 (patch)
treeb43fc456b9b70f2c70ba7a7ff769426bf5f8e5c4 /dev-python/libsass-python
parentRename dev-python/{libsass → libsass-python} (diff)
downloadgentoo-eaa6ada102ddfac10b8fbb7076aa17565dcd2b94.tar.gz
gentoo-eaa6ada102ddfac10b8fbb7076aa17565dcd2b94.tar.bz2
gentoo-eaa6ada102ddfac10b8fbb7076aa17565dcd2b94.zip
dev-python/libsass-python: Remove redundant MY_P
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/libsass-python')
-rw-r--r--dev-python/libsass-python/libsass-python-0.22.0.ebuild4
1 files changed, 1 insertions, 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"