dev-python/django-redis: add 6.0.0

Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2025-08-29 11:11:15 +02:00
parent 480a9f82f6
commit ee96380d95
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
3 changed files with 21 additions and 33 deletions

View File

@ -1,3 +1,3 @@
DIST django-redis-4.12.1.tar.gz 23350 BLAKE2B 4780424728d1f12b3740c5f0206205387e6043d3fc34475dae4a789b04714064d87e0d1d4661ec63eaf81733f1f0169c97dac468423c43ff51170fad1499164f SHA512 5fdd57650209393dfadce0bb0430af2a050d7abcae614146464c3cb983d0423d2925907ae463e123aa15c09d2c1807797f348c47a88141e04f4d621d035f2ffe
EBUILD django-redis-4.12.1.ebuild 783 BLAKE2B 9bd8b6fcd0f398e1785d9f223335844d9b97df82ab1a3d45a81358caf566cc36c43357b0c765d3f2e0ff5c261bb68a9451906fd29c456dd07c357d85d978cbe3 SHA512 0b65360456e36ac9fa78e1df5ff768c7a3533304ce44243a2b430816d8dd0c47a64ee320d295283527e5c03400bc2e40ee65253c35517096dffb313f1fb3f8f2
DIST django_redis-6.0.0.tar.gz 56904 BLAKE2B 795c285fde69dff4809323e7da2aa0d2720c5939ab68197cbc8ab2b3cf468397146d25791e46b148e0214ff25169a8ac9dac990befb07ade16ed695e4b28c7c0 SHA512 616f3a81d986c5958b2d2740ad1becbd304ed395b9907758fd80a1cf2a5457c8f66a158874ee4b416b85c3540dc45f4127587cdf15d7b884c624ab7e8f84272e
EBUILD django-redis-6.0.0.ebuild 554 BLAKE2B fc3f844fb353d9cfba46febea25c07db8fc4eee599093756f99246c19cbb0eadea36b3d69aaf639a5819cd383e429c661d63f19561cedc6bbdb50d72ee691590 SHA512 58435eb4b7863453548f6590b2f15f410d6e1acfb68701ff1672f90b93828f0ebe9c0d68f4c6cf49886bd03d8be908e74af1a4c7d3c54a3452d7f58cf8437fdd
MISC metadata.xml 451 BLAKE2B d87c1dcd97e998e4521c2494aaecf336cd35f0a8995da4872384c399de46a3301b5da4ce063ee9a1cd0b6a250de190716cf90d78d546288451c72494abd587af SHA512 c0e6dbc00c5e0c15deec976d61181ddc736e1001f0e8164fc77789b09ed73fca122314120cb35fd42b988171ae38dab03bad32d041505e20a6cd5f0245a5dbba

View File

@ -1,31 +0,0 @@
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI="7"
PYTHON_COMPAT=( python3_{9..11} )
inherit distutils-r1
DESCRIPTION="Full featured redis cache backend for Django."
HOMEPAGE="https://github.com/jazzband/django-redis https://pypi.org/project/django-redis/"
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64 ~arm64 ~x86 ~amd64-linux ~x86-linux"
IUSE="test"
RDEPEND=">=dev-python/django-1.11[${PYTHON_USEDEP}]
>=dev-python/redis-py-2.10.0[${PYTHON_USEDEP}]"
DEPEND="${REDEPEND}
dev-python/setuptools[${PYTHON_USEDEP}]
test? (
dev-python/nose[${PYTHON_USEDEP}]
dev-python/pytest[${PYTHON_USEDEP}]
)"
python_test() {
nosetests --verbose || die
py.test -v -v || die
}

View File

@ -0,0 +1,19 @@
# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( pypy3_11 python3_{11..14} )
DISTUTILS_USE_PEP517=setuptools
inherit distutils-r1 pypi
DESCRIPTION="Full featured redis cache backend for Django."
HOMEPAGE="https://github.com/jazzband/django-redis https://pypi.org/project/django-redis/"
LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64 ~arm64 ~x86 ~amd64-linux ~x86-linux"
IUSE="test"
RDEPEND=">=dev-python/django-4.2[${PYTHON_USEDEP}]
>=dev-python/redis-4.0.2[${PYTHON_USEDEP}]"