summaryrefslogtreecommitdiff
path: root/dev-python
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2024-11-22 20:50:16 +0100
committerMichał Górny <mgorny@gentoo.org>2024-11-22 21:00:09 +0100
commit7e48a5c00a7b61325d0c1e4b272358a1a3a2905a (patch)
treeaebbdb3f6a5d216e87b1ef5d4428e1b1edf375c9 /dev-python
parent4d635f8fd2e0f1ba8a222a03d1933cc4a604cb48 (diff)
downloadgentoo-7e48a5c00a7b61325d0c1e4b272358a1a3a2905a.tar.gz
gentoo-7e48a5c00a7b61325d0c1e4b272358a1a3a2905a.tar.bz2
gentoo-7e48a5c00a7b61325d0c1e4b272358a1a3a2905a.zip
dev-python/textX: 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/textX/textX-4.1.0.ebuild4
1 files changed, 3 insertions, 1 deletions
diff --git a/dev-python/textX/textX-4.1.0.ebuild b/dev-python/textX/textX-4.1.0.ebuild
index cebfd1fe1630..6087806d0273 100644
--- a/dev-python/textX/textX-4.1.0.ebuild
+++ b/dev-python/textX/textX-4.1.0.ebuild
@@ -8,6 +8,7 @@ PYTHON_COMPAT=( python3_{10..13} )
inherit distutils-r1
+MY_P=textX-${PV}
DESCRIPTION="Meta-language for DSL implementation inspired by Xtext"
HOMEPAGE="
https://pypi.org/project/textX/
@@ -15,8 +16,9 @@ HOMEPAGE="
"
SRC_URI="
https://github.com/textX/textX/archive/${PV}.tar.gz
- -> ${P}.gh.tar.gz
+ -> ${MY_P}.gh.tar.gz
"
+S=${WORKDIR}/${MY_P}
LICENSE="MIT"
SLOT="0"