dev-python/django-rq: add 2.10.2
Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
3
dev-python/django-rq/Manifest
Normal file
3
dev-python/django-rq/Manifest
Normal file
@@ -0,0 +1,3 @@
|
||||
DIST django-rq-2.10.2.tar.gz 49744 BLAKE2B 4a83f1213f548af5bea5f99328d41659426fdfd40c254f9f72a163f77c7b677ec11dacd44401c70c1997ea22fe979d9d5ee7e5a8097ece5ce99a8e0892ed8a3d SHA512 48910c369aa1577471aa06274173b8a65520e9f4081f86e6b2309de7b489d5c52cf7941da39f4e19f12eb62258f91c741521ee8f3f606148add20023bd3aedbd
|
||||
EBUILD django-rq-2.10.2.ebuild 662 BLAKE2B 58b6b6524aa63ec3f0eff90ca950c987b51c7f79ab8ed3eb7700c06fc75dafaa19c8355b1aea7e71c0d4214fd4285b5a5ebed897515cb7d19f6b5e8d6b539739 SHA512 3530590bc6b307f6c8cc907fba9b4f183b6f3bab4561543ea7dd0b8cd7977e619e5fbf20da22cbc7aad092d6cdb3699fd184095d14fa6d580b7f37f8d42115ff
|
||||
MISC metadata.xml 506 BLAKE2B 64b21d01da1bde1138df8bffc3ffdccafc282e7623d3329da0fd9e78ff6285a688d39e98c2a5ff4ac335468aeea7a948b7542e1f7eaae8c308d9b61d47e34c4d SHA512 5df327821d832dd66aaefc301710896452612f154ae3d6db9323e1964d8682dde31036476c88cc82d95fb88729bf60058bca0697b38fdd0c6f15cbf1f6c48e9f
|
||||
26
dev-python/django-rq/django-rq-2.10.2.ebuild
Normal file
26
dev-python/django-rq/django-rq-2.10.2.ebuild
Normal file
@@ -0,0 +1,26 @@
|
||||
# Copyright 1999-2024 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
PYTHON_COMPAT=( python3_{11..13} )
|
||||
DISTUTILS_USE_PEP517=setuptools
|
||||
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 https://pypi.org/project/django-rq/"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="amd64 arm arm64 x86"
|
||||
IUSE="test"
|
||||
RESTRICT="!test? ( test )"
|
||||
|
||||
DOCS="README.rst"
|
||||
|
||||
RDEPEND=">=dev-python/django-3.2[${PYTHON_USEDEP}]
|
||||
>=dev-python/rq-1.14[${PYTHON_USEDEP}]
|
||||
>=dev-python/redis-3.0.0[${PYTHON_USEDEP}]"
|
||||
|
||||
distutils_enable_tests pytest
|
||||
16
dev-python/django-rq/metadata.xml
Normal file
16
dev-python/django-rq/metadata.xml
Normal file
@@ -0,0 +1,16 @@
|
||||
<?xml version='1.0' encoding='UTF-8'?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<maintainer type="project">
|
||||
<email>b@edevau.net</email>
|
||||
<name>Andreas Billmeier</name>
|
||||
</maintainer>
|
||||
<upstream>
|
||||
<remote-id type="pypi">django-rq</remote-id>
|
||||
<remote-id type="github">rq/django-rq</remote-id>
|
||||
<maintainer status="unknown">
|
||||
<email>selwin.ong@gmail.com</email>
|
||||
<name>Selwin Ong</name>
|
||||
</maintainer>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
||||
16
metadata/md5-cache/dev-python/django-rq-2.10.2
Normal file
16
metadata/md5-cache/dev-python/django-rq-2.10.2
Normal file
@@ -0,0 +1,16 @@
|
||||
BDEPEND=test? ( >=dev-python/django-3.2[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] >=dev-python/rq-1.14[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] >=dev-python/redis-3.0.0[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] >=dev-python/pytest-7.4.4[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] ) python_targets_python3_11? ( dev-lang/python:3.11 ) python_targets_python3_12? ( dev-lang/python:3.12 ) python_targets_python3_13? ( dev-lang/python:3.13 ) >=dev-python/gpep517-15[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] >=dev-python/setuptools-69.0.3[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?]
|
||||
DEFINED_PHASES=compile configure install prepare test
|
||||
DESCRIPTION=An app that provides django integration for RQ (Redis Queue)
|
||||
EAPI=8
|
||||
HOMEPAGE=https://github.com/rq/django-rq https://pypi.org/project/django-rq/
|
||||
INHERIT=distutils-r1 pypi
|
||||
IUSE=test test python_targets_python3_11 python_targets_python3_12 python_targets_python3_13
|
||||
KEYWORDS=amd64 arm arm64 x86
|
||||
LICENSE=MIT
|
||||
RDEPEND=>=dev-python/django-3.2[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] >=dev-python/rq-1.14[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] >=dev-python/redis-3.0.0[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] python_targets_python3_11? ( dev-lang/python:3.11 ) python_targets_python3_12? ( dev-lang/python:3.12 ) python_targets_python3_13? ( dev-lang/python:3.13 )
|
||||
REQUIRED_USE=|| ( python_targets_python3_11 python_targets_python3_12 python_targets_python3_13 )
|
||||
RESTRICT=!test? ( test ) !test? ( test )
|
||||
SLOT=0
|
||||
SRC_URI=https://files.pythonhosted.org/packages/source/d/django-rq/django-rq-2.10.2.tar.gz
|
||||
_eclasses_=toolchain-funcs e56c7649b804f051623c8bc1a1c44084 multilib c19072c3cd7ac5cb21de013f7e9832e0 flag-o-matic d309b9713dfc18e754cba88d3ba69653 out-of-source-utils 1a9007554652a6e627edbccb3c25a439 multibuild d67e78a235f541871c7dfe4cf7931489 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 python-utils-r1 8b220bbce5c119fb1d4d5c2f5588f3ea python-r1 8a28fa6d3e3bc96ff8a7eff2badbe71f distutils-r1 5400d21736d8621562bf93be4fa98eec pypi 2eecb475512bc76e5ea9192a681b9e6b
|
||||
_md5_=15dbd9cac6d72dc87f4ce9eef9ff8467
|
||||
Reference in New Issue
Block a user