summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2023-11-05 18:38:44 +0100
committerMichał Górny <mgorny@gentoo.org>2023-11-05 18:40:08 +0100
commitf20642277a1eb0e1548d765b937b6cb73cc57d99 (patch)
treeea77c7a1de0dcc215d43a1fd7fd32561cb2df919
parent608feea7623528d9e9320d8ff9d9d2392a27b4d0 (diff)
downloadgentoo-f20642277a1eb0e1548d765b937b6cb73cc57d99.tar.gz
gentoo-f20642277a1eb0e1548d765b937b6cb73cc57d99.tar.bz2
gentoo-f20642277a1eb0e1548d765b937b6cb73cc57d99.zip
dev-python/python-discid: Prepare for rename
Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r--dev-python/python-discid/python-discid-1.2.0-r1.ebuild4
1 files changed, 3 insertions, 1 deletions
diff --git a/dev-python/python-discid/python-discid-1.2.0-r1.ebuild b/dev-python/python-discid/python-discid-1.2.0-r1.ebuild
index 9933139eb3ec..540422f5c129 100644
--- a/dev-python/python-discid/python-discid-1.2.0-r1.ebuild
+++ b/dev-python/python-discid/python-discid-1.2.0-r1.ebuild
@@ -8,6 +8,7 @@ PYTHON_COMPAT=( python3_{10..12} )
inherit distutils-r1
+MY_P=python-discid-${PV}
DESCRIPTION="Python bindings for libdiscid"
HOMEPAGE="
https://python-discid.readthedocs.io/en/latest/
@@ -16,8 +17,9 @@ HOMEPAGE="
"
SRC_URI="
https://github.com/JonnyJD/python-discid/archive/v${PV}.tar.gz
- -> ${P}.gh.tar.gz
+ -> ${MY_P}.gh.tar.gz
"
+S=${WORKDIR}/${MY_P}
LICENSE="LGPL-3+"
SLOT="0"