commit: 7e48a5c00a7b61325d0c1e4b272358a1a3a2905a
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri Nov 22 19:50:16 2024 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri Nov 22 20:00:09 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7e48a5c0
dev-python/textX: Add MY_P prior to rename
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/textX/textX-4.1.0.ebuild | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
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"