diff options
Diffstat (limited to 'dev-python/redis-py')
-rw-r--r-- | dev-python/redis-py/redis-py-4.4.0.ebuild | 4 | ||||
-rw-r--r-- | dev-python/redis-py/redis-py-4.4.1.ebuild | 4 | ||||
-rw-r--r-- | dev-python/redis-py/redis-py-4.4.2.ebuild | 4 | ||||
-rw-r--r-- | dev-python/redis-py/redis-py-4.5.0.ebuild | 4 | ||||
-rw-r--r-- | 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" |