commit:     83ff15f9b31b3a382dd6d0ff6e7398609beae49f
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed Feb  8 18:13:47 2023 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Feb  8 18:13:47 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=83ff15f9

dev-python/redis-py: Set MY_P to prepare for rename

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/redis-py/redis-py-4.4.0.ebuild | 4 +++-
 dev-python/redis-py/redis-py-4.4.1.ebuild | 4 +++-
 dev-python/redis-py/redis-py-4.4.2.ebuild | 4 +++-
 dev-python/redis-py/redis-py-4.5.0.ebuild | 4 +++-
 dev-python/redis-py/redis-py-4.5.1.ebuild | 4 +++-
 5 files changed, 15 insertions(+), 5 deletions(-)

diff --git a/dev-python/redis-py/redis-py-4.4.0.ebuild 
b/dev-python/redis-py/redis-py-4.4.0.ebuild
index 2cf773cca08d..320d50b908dc 100644
--- a/dev-python/redis-py/redis-py-4.4.0.ebuild
+++ b/dev-python/redis-py/redis-py-4.4.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"

diff --git a/dev-python/redis-py/redis-py-4.4.1.ebuild 
b/dev-python/redis-py/redis-py-4.4.1.ebuild
index b3867b0adbd2..d8eddff68492 100644
--- a/dev-python/redis-py/redis-py-4.4.1.ebuild
+++ b/dev-python/redis-py/redis-py-4.4.1.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"

diff --git a/dev-python/redis-py/redis-py-4.4.2.ebuild 
b/dev-python/redis-py/redis-py-4.4.2.ebuild
index b3867b0adbd2..d8eddff68492 100644
--- a/dev-python/redis-py/redis-py-4.4.2.ebuild
+++ b/dev-python/redis-py/redis-py-4.4.2.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"

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"

diff --git a/dev-python/redis-py/redis-py-4.5.1.ebuild 
b/dev-python/redis-py/redis-py-4.5.1.ebuild
index b3867b0adbd2..d8eddff68492 100644
--- a/dev-python/redis-py/redis-py-4.5.1.ebuild
+++ b/dev-python/redis-py/redis-py-4.5.1.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"

Reply via email to