diff options
author | Michał Górny <mgorny@gentoo.org> | 2023-02-17 12:53:30 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2023-02-17 12:58:42 +0100 |
commit | 2091b32ba88bdd4b150479e3af1d9be1eb47a5d4 (patch) | |
tree | 618749765cee98091f3952c5d556c2bf963edda2 | |
parent | media-gfx/termtosvg: Add GH remote-id (diff) | |
download | gentoo-2091b32ba88bdd4b150479e3af1d9be1eb47a5d4.tar.gz gentoo-2091b32ba88bdd4b150479e3af1d9be1eb47a5d4.tar.bz2 gentoo-2091b32ba88bdd4b150479e3af1d9be1eb47a5d4.zip |
dev-python/github3: Add MY_P prior to rename
Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r-- | dev-python/github3/Manifest | 2 | ||||
-rw-r--r-- | 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" |