commit: 2091b32ba88bdd4b150479e3af1d9be1eb47a5d4
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri Feb 17 11:53:30 2023 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri Feb 17 11:58:42 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2091b32b
dev-python/github3: Add MY_P prior to rename
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/github3/Manifest | 2 +-
dev-python/github3/github3-3.2.0.ebuild | 5 +++--
2 files changed, 4 insertions(+), 3 deletions(-)
diff --git a/dev-python/github3/Manifest b/dev-python/github3/Manifest
index ebb2d475fd52..47e7127271fb 100644
--- a/dev-python/github3/Manifest
+++ b/dev-python/github3/Manifest
@@ -1 +1 @@
-DIST github3-3.2.0.gh.tar.gz 35522134 BLAKE2B
ef263dc7e97bb7acccddc538cf812abc8554395865832ac993fbd7f965fd008607d0a682b35be5bdfc1b46618dcb3391e924f57d841a30ab732df9b3c76774b3
SHA512
2b15524df9289d2139178b4a92914458276cf347ff7e41c55eb6b7b9ad705ced4a9f64eb025aa9334a38611b87147a8ed118a6958a9924f75ad272fc868d196f
+DIST github3.py-3.2.0.gh.tar.gz 35522134 BLAKE2B
ef263dc7e97bb7acccddc538cf812abc8554395865832ac993fbd7f965fd008607d0a682b35be5bdfc1b46618dcb3391e924f57d841a30ab732df9b3c76774b3
SHA512
2b15524df9289d2139178b4a92914458276cf347ff7e41c55eb6b7b9ad705ced4a9f64eb025aa9334a38611b87147a8ed118a6958a9924f75ad272fc868d196f
diff --git a/dev-python/github3/github3-3.2.0.ebuild
b/dev-python/github3/github3-3.2.0.ebuild
index e2bddbcc34d4..b68f240196b9 100644
--- a/dev-python/github3/github3-3.2.0.ebuild
+++ b/dev-python/github3/github3-3.2.0.ebuild
@@ -8,6 +8,7 @@ PYTHON_COMPAT=( python3_{9..11} )
inherit distutils-r1
+MY_P=github3.py-${PV}
DESCRIPTION="A wrapper for the GitHub API written in python"
HOMEPAGE="
https://github.com/sigmavirus24/github3.py/
@@ -15,9 +16,9 @@ HOMEPAGE="
"
SRC_URI="
https://github.com/sigmavirus24/github3.py/archive/${PV}.tar.gz
- -> ${P}.gh.tar.gz
+ -> ${MY_P}.gh.tar.gz
"
-S="${WORKDIR}/${PN}.py-${PV}"
+S=${WORKDIR}/${MY_P}
LICENSE="BSD"
SLOT="0"