dev-python/django-rq: new package, add 2.5.1

This commit is contained in:
Alarig Le Lay 2023-01-30 23:29:07 +01:00
parent 4a627541ca
commit 4701791e65
Signed by: alarig
GPG Key ID: 7AFE62C6DF8BCDEC
2 changed files with 24 additions and 0 deletions

View File

@ -0,0 +1 @@
DIST django-rq-2.5.1.tar.gz 119972 BLAKE2B c112052ea06739c29da42b5374ced7f2caf9840623bfe0861032ae0dfe0b28aed8aa18c1a51c9bccd5efb979a8784f0d191e06b1aa6f36c809c25656dd03a436 SHA512 3fffacb237ef9ab98b076a3f5c21917461d7b80f93e60738774391f33368b03dbee77624f0a8c9eeac4caafee5ecc32fa66bf19af6bf6b45b9742da28b14f7b3

View File

@ -0,0 +1,23 @@
# Copyright 2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{9..11} )
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-2.0[${PYTHON_USEDEP}]
>=dev-python/rq-1.2[${PYTHON_USEDEP}]
>=dev-python/redis-py-3[${PYTHON_USEDEP}]
"
RDEPEND="${DEPEND}"
BDEPEND=""