[arch-commits] Commit in python-django-q/repos/community-staging-any (2 files)
Felix Yan
felixonmars at gemini.archlinux.org
Thu Dec 2 22:26:08 UTC 2021
Date: Thursday, December 2, 2021 @ 22:26:07
Author: felixonmars
Revision: 1062822
archrelease: copy trunk to community-staging-any
Added:
python-django-q/repos/community-staging-any/PKGBUILD
(from rev 1062821, python-django-q/trunk/PKGBUILD)
Deleted:
python-django-q/repos/community-staging-any/PKGBUILD
----------+
PKGBUILD | 106 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 53 insertions(+), 53 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2021-12-02 22:26:02 UTC (rev 1062821)
+++ PKGBUILD 2021-12-02 22:26:07 UTC (rev 1062822)
@@ -1,53 +0,0 @@
-# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
-
-pkgname=python-django-q
-pkgver=1.3.9
-pkgrel=3
-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:
Copied: python-django-q/repos/community-staging-any/PKGBUILD (from rev 1062821, python-django-q/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2021-12-02 22:26:07 UTC (rev 1062822)
@@ -0,0 +1,53 @@
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+
+pkgname=python-django-q
+pkgver=1.3.9
+pkgrel=4
+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