[arch-commits] Commit in python-django-q/repos/community-any (PKGBUILD PKGBUILD)
Maxime Gauduin
alucryd at gemini.archlinux.org
Wed Jul 28 12:24:37 UTC 2021
Date: Wednesday, July 28, 2021 @ 12:24:37
Author: alucryd
Revision: 988844
archrelease: copy trunk to community-any
Added:
python-django-q/repos/community-any/PKGBUILD
(from rev 988843, python-django-q/trunk/PKGBUILD)
Deleted:
python-django-q/repos/community-any/PKGBUILD
----------+
PKGBUILD | 95 ++++++++++++++++++++++++++++++++++---------------------------
1 file changed, 53 insertions(+), 42 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2021-07-28 12:24:32 UTC (rev 988843)
+++ PKGBUILD 2021-07-28 12:24:37 UTC (rev 988844)
@@ -1,42 +0,0 @@
-# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
-
-pkgname=python-django-q
-pkgver=1.3.9
-pkgrel=1
-pkgdesc='A multiprocessing distributed task queue for Django'
-arch=(any)
-url=https://github.com/Koed00/django-q
-license=(MIT)
-depends=(
- python-arrow
- python-blessed
- python-django
- python-django-picklefield
- python-future
- python-six
-)
-makedepends=(
- git
- python-pip
- python-poetry
-)
-_tag=4a8ef8f388b842b916f2ac713383192eec87b8d8
-source=(git+https://github.com/Koed00/django-q.git#tag=${_tag})
-sha256sums=(SKIP)
-
-pkgver() {
- cd django-q
- git describe --tags | sed 's/^v//'
-}
-
-build() {
- cd django-q
- poetry build --format wheel
-}
-
-package() {
- PIP_CONFIG_FILE=/dev/null pip install --isolated --root="${pkgdir}" --ignore-installed --no-deps django-q/dist/*.whl
- install -Dm 644 django-q/LICENSE -t "${pkgdir}"/usr/share/licenses/python-django-q/
-}
-
-# vim: ts=2 sw=2 et:
Copied: python-django-q/repos/community-any/PKGBUILD (from rev 988843, python-django-q/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2021-07-28 12:24:37 UTC (rev 988844)
@@ -0,0 +1,53 @@
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+
+pkgname=python-django-q
+pkgver=1.3.9
+pkgrel=2
+pkgdesc='A multiprocessing distributed task queue for Django'
+arch=(any)
+url=https://github.com/Koed00/django-q
+license=(MIT)
+depends=(
+ python-arrow
+ python-asgiref
+ python-blessed
+ python-dateutil
+ python-django
+ python-django-picklefield
+ python-future
+ python-pytz
+ python-redis
+ python-six
+ python-sqlparse
+ python-wcwidth
+)
+makedepends=(
+ git
+ python-pip
+ python-poetry
+)
+optdepends=(
+ 'python-boto3: Amazon Simple Queue Service message queue support'
+ 'python-psutil: resource usage limit support'
+ 'python-pymongo: MongoDB as a message broker support'
+)
+_tag=4a8ef8f388b842b916f2ac713383192eec87b8d8
+source=(git+https://github.com/Koed00/django-q.git#tag=${_tag})
+sha256sums=(SKIP)
+
+pkgver() {
+ cd django-q
+ git describe --tags | sed 's/^v//'
+}
+
+build() {
+ cd django-q
+ poetry build --format wheel
+}
+
+package() {
+ PIP_CONFIG_FILE=/dev/null pip install --isolated --root="${pkgdir}" --ignore-installed --no-deps django-q/dist/*.whl
+ install -Dm 644 django-q/LICENSE -t "${pkgdir}"/usr/share/licenses/python-django-q/
+}
+
+# vim: ts=2 sw=2 et:
More information about the arch-commits
mailing list