dev-python/django-q: new package, add 1.3.9

This commit is contained in:
Alarig Le Lay 2023-03-21 22:12:36 +01:00
parent 8da2b17fbe
commit 1038f71e2b
Signed by: alarig
GPG Key ID: 7AFE62C6DF8BCDEC
3 changed files with 34 additions and 0 deletions

View File

@ -0,0 +1 @@
DIST django-q-1.3.9.tar.gz 72104 BLAKE2B 11950b8959f1adb715d82c1e1a8d4e1fcbe6aec8ba22fdac79f98ff602ac006a109caef59dee5f88b05ee60e74c653d2d220230aa2ed4c652fd4dfe441ce0152 SHA512 5e87e3de7781430e72e1e8a3e56070836ba8d222c45bcef90b71aba6105d5d6516e7bfc7f7479711ca8ce2448bbce1f7b4830a187c9fc260d590a5ae3f9dfbd3

View File

@ -0,0 +1,25 @@
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
PYTHON_COMPAT=( python3_{9..11} )
inherit distutils-r1
DESCRIPTION="A multiprocessing distributed task queue for Django"
HOMEPAGE="https://django-q.readthedocs.org"
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64"
IUSE=""
DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
RDEPEND="dev-python/django[${PYTHON_USEDEP}]
dev-python/django-picklefield[${PYTHON_USEDEP}]
dev-python/blessed[${PYTHON_USEDEP}]
dev-python/arrow[${PYTHON_USEDEP}]"
DOCS=( README.rst )

View File

@ -0,0 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<!--maintainer-needed-->
<upstream>
<remote-id type="pypi">django-q</remote-id>
</upstream>
</pkgmetadata>