commit: ca4cb024ee85b1362055be651be3d44b044ac19a
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Dec 9 19:59:06 2023 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Dec 9 20:01:04 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ca4cb024
dev-python/pycson: Prepare for rename
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/pycson/pycson-0.8-r4.ebuild | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/dev-python/pycson/pycson-0.8-r4.ebuild
b/dev-python/pycson/pycson-0.8-r4.ebuild
index 54ea9bafc75b..73d1106fb4db 100644
--- a/dev-python/pycson/pycson-0.8-r4.ebuild
+++ b/dev-python/pycson/pycson-0.8-r4.ebuild
@@ -8,6 +8,7 @@ PYTHON_COMPAT=( python3_{10..12} )
inherit distutils-r1
+MY_P=pycson-${PV}
DESCRIPTION="A python parser for the Coffeescript Object Notation (CSON)"
HOMEPAGE="
https://github.com/avakar/pycson/
@@ -15,8 +16,9 @@ HOMEPAGE="
"
SRC_URI="
https://github.com/avakar/pycson/archive/${PV}.tar.gz
- -> ${P}.gh.tar.gz
+ -> ${MY_P}.gh.tar.gz
"
+S=${WORKDIR}/${MY_P}
LICENSE="MIT"
SLOT="0"