unitas-netbox/dev-python/django-rq/django-rq-2.10.3.ebuild
2025-03-05 14:28:19 +01:00

22 lines
491 B
Bash

# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{9..12} )
PYPI_NO_NORMALIZE=1
inherit distutils-r1 pypi
DESCRIPTION="An app that provides django integration for RQ (Redis Queue)"
HOMEPAGE="https://github.com/rq/django-rq/"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64"
RDEPEND="
>=dev-python/django-2.0[${PYTHON_USEDEP}]
<dev-python/rq-2[${PYTHON_USEDEP}]
>=dev-python/redis-3.0.0[${PYTHON_USEDEP}]
"