[arch-commits] Commit in python-django-q/repos/community-any (PKGBUILD PKGBUILD)

Maxime Gauduin alucryd at archlinux.org
Thu Mar 18 10:06:45 UTC 2021


    Date: Thursday, March 18, 2021 @ 10:06:45
  Author: alucryd
Revision: 894363

archrelease: copy trunk to community-any

Added:
  python-django-q/repos/community-any/PKGBUILD
    (from rev 894362, python-django-q/trunk/PKGBUILD)
Deleted:
  python-django-q/repos/community-any/PKGBUILD

----------+
 PKGBUILD |   90 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 45 insertions(+), 45 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-03-18 10:06:40 UTC (rev 894362)
+++ PKGBUILD	2021-03-18 10:06:45 UTC (rev 894363)
@@ -1,45 +0,0 @@
-# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
-
-pkgname=python-django-q
-pkgver=1.3.4
-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-blessed
-  python-django
-  python-django-picklefield
-  python-future
-  python-six
-)
-makedepends=(
-  git
-  python-setuptools
-)
-_tag=552af9db8c8aa42831eca9804e366729180d0eff
-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
-
-  python setup.py build
-}
-
-package() {
-  cd django-q
-
-  python setup.py install --root="${pkgdir}" --optimize=1 --skip-build
-  install -Dm 644 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 894362, python-django-q/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-03-18 10:06:45 UTC (rev 894363)
@@ -0,0 +1,45 @@
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+
+pkgname=python-django-q
+pkgver=1.3.5
+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-setuptools
+)
+_tag=ef3cffb738933d4e68acb71fe68924083dafd002
+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
+
+  python setup.py build
+}
+
+package() {
+  cd django-q
+
+  python setup.py install --root="${pkgdir}" --optimize=1 --skip-build
+  install -Dm 644 LICENSE -t "${pkgdir}"/usr/share/licenses/python-django-q/
+}
+
+# vim: ts=2 sw=2 et:



More information about the arch-commits mailing list