dev-python/django-rq: add 2.10.2

Signed-off-by: Alarig Le Lay <alarig@swordarmor.fr>
This commit is contained in:
Alarig Le Lay 2025-01-04 22:09:03 +01:00
parent b04b7905ce
commit 7a48d74cbf
Signed by: alarig
GPG key ID: 7AFE62C6DF8BCDEC
2 changed files with 24 additions and 0 deletions

View file

@ -1 +1,2 @@
DIST django-rq-2.10.1.tar.gz 125201 BLAKE2B 23881beb481fa4ad1f2789ef5141fc241703ae258f4effd72c4af873d068872f6facc625bc62d58df9d333bac0c2e9995b4a6506bd6f7425475cb6289a614366 SHA512 20aa43182b16040702c0b262b15c55e168fc839f738e91088da960615c244fe77f9d664a70ac495acff83aa5b0425015da72bef25a8558cccbb005bdddc60a95
DIST django-rq-2.10.2.tar.gz 125388 BLAKE2B 2473b7a652b21e967088858579ab0e817ad4a9aa730bdb5f19dc776b81dc5adb2a54ee29d59de5ef1173cde97e2da8d4a2ef3f191b53572ec6bc598d0315989c SHA512 bc6d02db9c144b09cffd375322b9ff3adcb6970609968442066e1bc7755a5a33c6788d8573269749559af2d47c0829d798896951166e4385d6852520b4e28b94

View file

@ -0,0 +1,23 @@
# Copyright 2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DISTUTILS_USE_PEP517=setuptools
PYTHON_COMPAT=( python3_{11..12} )
inherit distutils-r1
DESCRIPTION="A simple app that provides django integration for RQ (Redis Queue)"
HOMEPAGE="https://github.com/rq/django-rq/"
SRC_URI="https://github.com/rq/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64"
DEPEND="
>=dev-python/django-3.2[${PYTHON_USEDEP}]
>=dev-python/rq-1.14[${PYTHON_USEDEP}]
>=dev-python/redis-3[${PYTHON_USEDEP}]
"
RDEPEND="${DEPEND}"