summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2023-02-08 19:13:47 +0100
committerMichał Górny <mgorny@gentoo.org>2023-02-08 19:13:47 +0100
commit83ff15f9b31b3a382dd6d0ff6e7398609beae49f (patch)
tree61128d51e5ba095fb718a4577af3c0d0cd21e121 /dev-python/redis-py/redis-py-4.5.0.ebuild
parentllvm.org.eclass: Remove 16.0.0 snapshot hashes (diff)
downloadgentoo-83ff15f9b31b3a382dd6d0ff6e7398609beae49f.tar.gz
gentoo-83ff15f9b31b3a382dd6d0ff6e7398609beae49f.tar.bz2
gentoo-83ff15f9b31b3a382dd6d0ff6e7398609beae49f.zip
dev-python/redis-py: Set MY_P to prepare for rename
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/redis-py/redis-py-4.5.0.ebuild')
-rw-r--r--dev-python/redis-py/redis-py-4.5.0.ebuild4
1 files changed, 3 insertions, 1 deletions
diff --git a/dev-python/redis-py/redis-py-4.5.0.ebuild b/dev-python/redis-py/redis-py-4.5.0.ebuild
index b3867b0adbd2..d8eddff68492 100644
--- a/dev-python/redis-py/redis-py-4.5.0.ebuild
+++ b/dev-python/redis-py/redis-py-4.5.0.ebuild
@@ -8,6 +8,7 @@ PYTHON_COMPAT=( python3_{9..11} pypy3 )
inherit distutils-r1
+MY_P=redis-py-${PV}
DESCRIPTION="Python client for Redis key-value store"
HOMEPAGE="
https://github.com/redis/redis-py/
@@ -15,8 +16,9 @@ HOMEPAGE="
"
SRC_URI="
https://github.com/redis/redis-py/archive/v${PV}.tar.gz
- -> ${P}.gh.tar.gz
+ -> ${MY_P}.gh.tar.gz
"
+S=${WORKDIR}/${MY_P}
LICENSE="MIT"
SLOT="0"