django-redis: It’s in fact already on ::gentoo

This commit is contained in:
Alarig Le Lay 2021-09-23 20:51:43 +02:00
parent 0dd389ae6c
commit de7bd12f7a
Signed by: alarig
GPG Key ID: 7AFE62C6DF8BCDEC
3 changed files with 0 additions and 32 deletions

View File

@ -1 +0,0 @@
DIST django-redis-5.0.0.tar.gz 47508 BLAKE2B 67d87bcbde16730abd71945fe081d425c1047962ff2ca0c382f65d0588ef72103204f8febfeeda9ea382cf53a5c871c087a85ea817f04fac383961f69324557f SHA512 4516e30122845b49789f04fd079b5bc99a732e814d82deb817f14d105895069defa627f1852ce3fd8464de313a5f01ba81f87272f7a98830f7100dbb0c0bfb12

View File

@ -1,23 +0,0 @@
# Copyright 2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{8..10} )
inherit distutils-r1
DESCRIPTION="Full featured redis cache backend for Django"
HOMEPAGE="https://pypi.org/project/django-redis/
https://github.com/jazzband/django-rediq"
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64 ~x86"
DEPEND="
>=dev-python/django-2.2[${PYTHON_USEDEP}]
>=dev-db/redis-3.0.0
"
RDEPEND="${DEPEND}"
BDEPEND=""

View File

@ -1,8 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>alarig@swordarmor.fr</email>
<name>Alarig Le Lay</name>
</maintainer>
</pkgmetadata>