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

Maxime Gauduin alucryd at archlinux.org
Thu Feb 20 08:07:11 UTC 2020


    Date: Thursday, February 20, 2020 @ 08:07:10
  Author: alucryd
Revision: 576963

archrelease: copy trunk to community-any

Added:
  python-django-q/repos/community-any/PKGBUILD
    (from rev 576962, 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	2020-02-20 08:07:03 UTC (rev 576962)
+++ PKGBUILD	2020-02-20 08:07:10 UTC (rev 576963)
@@ -1,45 +0,0 @@
-# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
-
-pkgname=python-django-q
-pkgver=1.2.0
-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
-)
-source=(git+https://github.com/Koed00/django-q.git#tag=17c1e2b651dad8becb2d7df196f4a0e648c1bdaf)
-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 576962, python-django-q/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-02-20 08:07:10 UTC (rev 576963)
@@ -0,0 +1,45 @@
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+
+pkgname=python-django-q
+pkgver=1.2.1
+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
+)
+source=(git+https://github.com/Koed00/django-q.git#tag=a6052f5a6a060f44dc255481b21c93deb7675dfd)
+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