diff --git a/dev-python/django-rq/Manifest b/dev-python/django-rq/Manifest new file mode 100644 index 0000000..511da1d --- /dev/null +++ b/dev-python/django-rq/Manifest @@ -0,0 +1 @@ +DIST django-rq-2.5.1.tar.gz 119972 BLAKE2B c112052ea06739c29da42b5374ced7f2caf9840623bfe0861032ae0dfe0b28aed8aa18c1a51c9bccd5efb979a8784f0d191e06b1aa6f36c809c25656dd03a436 SHA512 3fffacb237ef9ab98b076a3f5c21917461d7b80f93e60738774391f33368b03dbee77624f0a8c9eeac4caafee5ecc32fa66bf19af6bf6b45b9742da28b14f7b3 diff --git a/dev-python/django-rq/django-rq-2.5.1.ebuild b/dev-python/django-rq/django-rq-2.5.1.ebuild new file mode 100644 index 0000000..28c73aa --- /dev/null +++ b/dev-python/django-rq/django-rq-2.5.1.ebuild @@ -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=""