diff options
author | Michał Górny <mgorny@gentoo.org> | 2021-10-17 09:39:15 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2021-10-17 09:41:42 +0200 |
commit | 38dba3b1206227009796d7f8e7ef617efe330d72 (patch) | |
tree | 1a3263e80ba6646995167a44b974eb576183f232 /dev-python/django-redis | |
parent | dev-python/django-picklefield: Remove old (diff) | |
download | gentoo-38dba3b1206227009796d7f8e7ef617efe330d72.tar.gz gentoo-38dba3b1206227009796d7f8e7ef617efe330d72.tar.bz2 gentoo-38dba3b1206227009796d7f8e7ef617efe330d72.zip |
dev-python/django-redis: Remove old
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/django-redis')
-rw-r--r-- | dev-python/django-redis/Manifest | 1 | ||||
-rw-r--r-- | dev-python/django-redis/django-redis-4.10.0.ebuild | 20 |
2 files changed, 0 insertions, 21 deletions
diff --git a/dev-python/django-redis/Manifest b/dev-python/django-redis/Manifest index d425e911bd9f..2e1df9d5e473 100644 --- a/dev-python/django-redis/Manifest +++ b/dev-python/django-redis/Manifest @@ -1,2 +1 @@ -DIST django-redis-4.10.0.tar.gz 59208 BLAKE2B 76a6887fdcce7decaeb2c4b76ff0ff58b8b074e902f6ccfc57dbdd21aeac82fbe37367caaf0af1c6facd5b87db6bb053b2fc553ba87b3cca970f2c0b1f99e35c SHA512 39e2d72699ceb2b0887e7048db22a4067001fb5e2c10ae2c5d2d8a0ab71e862773e443ba3a109f7b874b994a842e89772b3e33152aafd2a98e1cd906d5d2e690 DIST django-redis-5.0.0.tar.gz 47508 BLAKE2B 67d87bcbde16730abd71945fe081d425c1047962ff2ca0c382f65d0588ef72103204f8febfeeda9ea382cf53a5c871c087a85ea817f04fac383961f69324557f SHA512 4516e30122845b49789f04fd079b5bc99a732e814d82deb817f14d105895069defa627f1852ce3fd8464de313a5f01ba81f87272f7a98830f7100dbb0c0bfb12 diff --git a/dev-python/django-redis/django-redis-4.10.0.ebuild b/dev-python/django-redis/django-redis-4.10.0.ebuild deleted file mode 100644 index 58ee6c87a0cd..000000000000 --- a/dev-python/django-redis/django-redis-4.10.0.ebuild +++ /dev/null @@ -1,20 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -PYTHON_COMPAT=( python3_{7,8} ) - -inherit distutils-r1 - -DESCRIPTION="Full featured redis cache backend for Django" -HOMEPAGE="https://github.com/jazzband/django-redis/" -SRC_URI="mirror://pypi/${PN:0:1}"/${PN}/${P}.tar.gz - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~amd64" - -DEPEND=">=dev-python/django-1.11[${PYTHON_USEDEP}] - >=dev-python/redis-py-2.10.0[${PYTHON_USEDEP}]" -RDEPEND="${DEPEND}" |