commit: 7fc93707d88747fd5956c8eca529f39c0bb506be
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed Nov 1 17:05:49 2023 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Nov 1 17:09:12 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7fc93707
dev-python/pslab-python: Prepare for rename
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/pslab-python/pslab-python-2.5.0.ebuild | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/dev-python/pslab-python/pslab-python-2.5.0.ebuild
b/dev-python/pslab-python/pslab-python-2.5.0.ebuild
index f01e7c9a4198..d5f734959f53 100644
--- a/dev-python/pslab-python/pslab-python-2.5.0.ebuild
+++ b/dev-python/pslab-python/pslab-python-2.5.0.ebuild
@@ -8,6 +8,7 @@ PYTHON_COMPAT=( python3_{10..12} )
inherit distutils-r1
+MY_P=pslab-python-${PV}
DESCRIPTION="Python library for communicating with Pocket Science Lab"
HOMEPAGE="
https://pslab.io/
@@ -16,8 +17,9 @@ HOMEPAGE="
"
SRC_URI="
https://github.com/fossasia/pslab-python/archive/v${PV}.tar.gz
- -> ${P}.gh.tar.gz
+ -> ${MY_P}.gh.tar.gz
"
+S=${WORKDIR}/${MY_P}
LICENSE="GPL-3+"
SLOT="0"