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

2020-11-04 Thread Maxime Gauduin via arch-commits
Date: Thursday, November 5, 2020 @ 07:25:02
  Author: alucryd
Revision: 742803

archrelease: copy trunk to community-any

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

--+
 PKGBUILD |   92 ++---
 1 file changed, 46 insertions(+), 46 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-11-05 07:24:56 UTC (rev 742802)
+++ PKGBUILD2020-11-05 07:25:02 UTC (rev 742803)
@@ -1,46 +0,0 @@
-# Maintainer: Maxime Gauduin 
-
-pkgname=python-django-q
-pkgver=1.3.3
-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=aba36e288442bc2df8f0d8f719dad6b2be440a0f
-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 742802, 
python-django-q/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-11-05 07:25:02 UTC (rev 742803)
@@ -0,0 +1,46 @@
+# Maintainer: Maxime Gauduin 
+
+pkgname=python-django-q
+pkgver=1.3.4
+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=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:
+


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

2020-08-19 Thread Maxime Gauduin via arch-commits
Date: Wednesday, August 19, 2020 @ 06:15:00
  Author: alucryd
Revision: 684885

archrelease: copy trunk to community-any

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

--+
 PKGBUILD |   92 ++---
 1 file changed, 46 insertions(+), 46 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-08-19 06:14:55 UTC (rev 684884)
+++ PKGBUILD2020-08-19 06:15:00 UTC (rev 684885)
@@ -1,46 +0,0 @@
-# Maintainer: Maxime Gauduin 
-
-pkgname=python-django-q
-pkgver=1.2.4
-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=5d3f9fd9168054c3414591304dcbbe1614fb333a
-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 684884, 
python-django-q/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-08-19 06:15:00 UTC (rev 684885)
@@ -0,0 +1,46 @@
+# Maintainer: Maxime Gauduin 
+
+pkgname=python-django-q
+pkgver=1.3.3
+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=aba36e288442bc2df8f0d8f719dad6b2be440a0f
+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:
+


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

2020-06-13 Thread Maxime Gauduin via arch-commits
Date: Saturday, June 13, 2020 @ 08:41:48
  Author: alucryd
Revision: 642839

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-06-13 08:41:43 UTC (rev 642838)
+++ PKGBUILD2020-06-13 08:41:48 UTC (rev 642839)
@@ -1,45 +0,0 @@
-# Maintainer: Maxime Gauduin 
-
-pkgname=python-django-q
-pkgver=1.2.3
-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=56982bdd268f490160d30c2552620fdd0083b9e9)
-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 642838, 
python-django-q/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-06-13 08:41:48 UTC (rev 642839)
@@ -0,0 +1,46 @@
+# Maintainer: Maxime Gauduin 
+
+pkgname=python-django-q
+pkgver=1.2.4
+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=5d3f9fd9168054c3414591304dcbbe1614fb333a
+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:
+


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

2020-06-02 Thread Maxime Gauduin via arch-commits
Date: Tuesday, June 2, 2020 @ 09:28:31
  Author: alucryd
Revision: 637964

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-06-02 09:28:25 UTC (rev 637963)
+++ PKGBUILD2020-06-02 09:28:31 UTC (rev 637964)
@@ -1,45 +0,0 @@
-# Maintainer: Maxime Gauduin 
-
-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:
-

Copied: python-django-q/repos/community-any/PKGBUILD (from rev 637963, 
python-django-q/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-06-02 09:28:31 UTC (rev 637964)
@@ -0,0 +1,45 @@
+# Maintainer: Maxime Gauduin 
+
+pkgname=python-django-q
+pkgver=1.2.3
+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=56982bdd268f490160d30c2552620fdd0083b9e9)
+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:
+


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

2020-02-20 Thread Maxime Gauduin via arch-commits
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
===
--- PKGBUILD2020-02-20 08:07:03 UTC (rev 576962)
+++ PKGBUILD2020-02-20 08:07:10 UTC (rev 576963)
@@ -1,45 +0,0 @@
-# Maintainer: Maxime Gauduin 
-
-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)
+++ PKGBUILD2020-02-20 08:07:10 UTC (rev 576963)
@@ -0,0 +1,45 @@
+# Maintainer: Maxime Gauduin 
+
+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:
+


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

2020-02-17 Thread Maxime Gauduin via arch-commits
Date: Tuesday, February 18, 2020 @ 07:50:46
  Author: alucryd
Revision: 575660

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-02-18 07:50:41 UTC (rev 575659)
+++ PKGBUILD2020-02-18 07:50:46 UTC (rev 575660)
@@ -1,45 +0,0 @@
-# Maintainer: Maxime Gauduin 
-
-pkgname=python-django-q
-pkgver=1.1.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=3389e00f09b7ca542dd1b5d9d9de06f472f25622)
-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 575659, 
python-django-q/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-02-18 07:50:46 UTC (rev 575660)
@@ -0,0 +1,45 @@
+# Maintainer: Maxime Gauduin 
+
+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:
+


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

2020-01-18 Thread Maxime Gauduin via arch-commits
Date: Saturday, January 18, 2020 @ 14:18:59
  Author: alucryd
Revision: 552999

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-01-18 14:18:52 UTC (rev 552998)
+++ PKGBUILD2020-01-18 14:18:59 UTC (rev 552999)
@@ -1,45 +0,0 @@
-# Maintainer: Maxime Gauduin 
-
-pkgname=python-django-q
-pkgver=.1.1.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=3389e00f09b7ca542dd1b5d9d9de06f472f25622)
-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 552998, 
python-django-q/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-01-18 14:18:59 UTC (rev 552999)
@@ -0,0 +1,45 @@
+# Maintainer: Maxime Gauduin 
+
+pkgname=python-django-q
+pkgver=1.1.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=3389e00f09b7ca542dd1b5d9d9de06f472f25622)
+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:
+


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

2020-01-18 Thread Maxime Gauduin via arch-commits
Date: Saturday, January 18, 2020 @ 14:17:19
  Author: alucryd
Revision: 552997

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-01-18 14:17:12 UTC (rev 552996)
+++ PKGBUILD2020-01-18 14:17:19 UTC (rev 552997)
@@ -1,32 +0,0 @@
-# Maintainer: Maxime Gauduin 
-
-pkgname=python-django-q
-pkgver=1.0.2
-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-blessed' 'python-django' 'python-django-picklefield'
-  'python-future' 'python-six'
-)
-makedepends=('git' 'python-setuptools')
-source=("git+https://github.com/Koed00/django-q.git#tag=v${pkgver};)
-sha256sums=('SKIP')
-
-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 552996, 
python-django-q/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-01-18 14:17:19 UTC (rev 552997)
@@ -0,0 +1,45 @@
+# Maintainer: Maxime Gauduin 
+
+pkgname=python-django-q
+pkgver=.1.1.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=3389e00f09b7ca542dd1b5d9d9de06f472f25622)
+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:
+


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

2020-01-18 Thread Maxime Gauduin via arch-commits
Date: Saturday, January 18, 2020 @ 14:13:24
  Author: alucryd
Revision: 552995

archrelease: copy trunk to community-any

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

--+
 PKGBUILD |   64 ++---
 1 file changed, 32 insertions(+), 32 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-01-18 14:11:50 UTC (rev 552994)
+++ PKGBUILD2020-01-18 14:13:24 UTC (rev 552995)
@@ -1,32 +0,0 @@
-# Maintainer: Maxime Gauduin 
-
-pkgname=python-django-q
-pkgver=1.0.2
-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-blessed' 'python-django' 'python-django-picklefield'
-  'python-future' 'python-six'
-)
-makedepends=('git' 'python-setuptools')
-source=("git+https://github.com/Koed00/django-q.git#tag=v${pkgver};)
-sha256sums=('SKIP')
-
-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 552994, 
python-django-q/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-01-18 14:13:24 UTC (rev 552995)
@@ -0,0 +1,32 @@
+# Maintainer: Maxime Gauduin 
+
+pkgname=python-django-q
+pkgver=1.0.2
+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-blessed' 'python-django' 'python-django-picklefield'
+  'python-future' 'python-six'
+)
+makedepends=('git' 'python-setuptools')
+source=("git+https://github.com/Koed00/django-q.git#tag=v${pkgver};)
+sha256sums=('SKIP')
+
+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:
+


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

2019-08-14 Thread Maxime Gauduin via arch-commits
Date: Wednesday, August 14, 2019 @ 21:22:12
  Author: alucryd
Revision: 499241

archrelease: copy trunk to community-any

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

--+
 PKGBUILD |   65 ++---
 1 file changed, 32 insertions(+), 33 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-08-14 21:22:06 UTC (rev 499240)
+++ PKGBUILD2019-08-14 21:22:12 UTC (rev 499241)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin 
-
-pkgname=python-django-q
-pkgver=1.0.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=v${pkgver};)
-sha256sums=('SKIP')
-
-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 499240, 
python-django-q/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-08-14 21:22:12 UTC (rev 499241)
@@ -0,0 +1,32 @@
+# Maintainer: Maxime Gauduin 
+
+pkgname=python-django-q
+pkgver=1.0.2
+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=v${pkgver};)
+sha256sums=('SKIP')
+
+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:
+


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

2018-08-30 Thread Maxime Gauduin via arch-commits
Date: Thursday, August 30, 2018 @ 06:56:48
  Author: alucryd
Revision: 375438

archrelease: copy trunk to community-any

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

--+
 PKGBUILD |   66 ++---
 1 file changed, 33 insertions(+), 33 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-08-30 06:56:40 UTC (rev 375437)
+++ PKGBUILD2018-08-30 06:56:48 UTC (rev 375438)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin 
-
-pkgname=python-django-q
-pkgver=1.0.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=v${pkgver};)
-sha256sums=('SKIP')
-
-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 375437, 
python-django-q/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-08-30 06:56:48 UTC (rev 375438)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Maxime Gauduin 
+
+pkgname=python-django-q
+pkgver=1.0.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=v${pkgver};)
+sha256sums=('SKIP')
+
+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:
+


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

2018-08-27 Thread Maxime Gauduin via arch-commits
Date: Monday, August 27, 2018 @ 13:07:51
  Author: alucryd
Revision: 374752

archrelease: copy trunk to community-any

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

--+
 PKGBUILD |   66 ++---
 1 file changed, 33 insertions(+), 33 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-08-27 13:07:41 UTC (rev 374751)
+++ PKGBUILD2018-08-27 13:07:51 UTC (rev 374752)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin 
-
-pkgname=python-django-q
-pkgver=0.9.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=('python-setuptools')
-source=("django-q-${pkgver}.tar.gz::https://github.com/Koed00/django-q/archive/v${pkgver}.tar.gz;)
-sha256sums=('f920453fdab30da4da8bb27bfdd97d9aa3a7088925fa5d6324a001b377e4910a')
-
-build() {
-  cd django-q-${pkgver}
-
-  python setup.py build
-}
-
-package() {
-  cd django-q-${pkgver}
-
-  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 374751, 
python-django-q/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-08-27 13:07:51 UTC (rev 374752)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Maxime Gauduin 
+
+pkgname=python-django-q
+pkgver=1.0.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=v${pkgver};)
+sha256sums=('SKIP')
+
+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:
+


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

2018-06-28 Thread Maxime Gauduin via arch-commits
Date: Thursday, June 28, 2018 @ 12:44:32
  Author: alucryd
Revision: 346672

archrelease: copy trunk to community-any

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

--+
 PKGBUILD |   84 +++--
 1 file changed, 33 insertions(+), 51 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-06-28 12:44:24 UTC (rev 346671)
+++ PKGBUILD2018-06-28 12:44:32 UTC (rev 346672)
@@ -1,51 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin 
-
-pkgbase=python-django-q
-pkgname=('python-django-q' 'python2-django-q')
-pkgver=0.9.4
-pkgrel=1
-pkgdesc='A multiprocessing distributed task queue for Django'
-arch=('any')
-url='https://github.com/Koed00/django-q'
-license=('MIT')
-makedepends=('python2-django' 'python2-setuptools' 'python2-six'
- 'python-django' 'python-setuptools' 'python-six')
-source=("django-q-${pkgver}.tar.gz::https://github.com/Koed00/django-q/archive/v${pkgver}.tar.gz;)
-sha256sums=('f920453fdab30da4da8bb27bfdd97d9aa3a7088925fa5d6324a001b377e4910a')
-
-prepare() {
-  cp -r {,python-}django-q-${pkgver}
-  mv {,python2-}django-q-${pkgver}
-}
-
-build() {
-  for py in python{,2}; do
-pushd ${py}-django-q-${pkgver}
-${py} setup.py build
-popd
-  done
-}
-
-package_python-django-q() {
-  depends=('python-arrow' 'python-blessed' 'python-django'
-   'python-django-picklefield' 'python-future' 'python-six')
-
-  cd python-django-q-${pkgver}
-
-  python setup.py install --root="${pkgdir}" --optimize='1' --skip-build
-  install -Dm 644 LICENSE -t "${pkgdir}"/usr/share/licenses/python-django-q
-}
-
-package_python2-django-q() {
-  depends=('python2-arrow' 'python2-blessed' 'python2-django'
-   'python2-django-picklefield' 'python2-future' 'python2-six')
-
-  cd python-django-q-${pkgver}
-
-  python2 setup.py install --root="${pkgdir}" --optimize='1' --skip-build
-  install -Dm 644 LICENSE -t "${pkgdir}"/usr/share/licenses/python2-django-q
-}
-
-# vim: ts=2 sw=2 et:
-

Copied: python-django-q/repos/community-any/PKGBUILD (from rev 346671, 
python-django-q/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-06-28 12:44:32 UTC (rev 346672)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Maxime Gauduin 
+
+pkgname=python-django-q
+pkgver=0.9.4
+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-blessed' 'python-django' 'python-django-picklefield'
+  'python-future' 'python-six'
+)
+makedepends=('python-setuptools')
+source=("django-q-${pkgver}.tar.gz::https://github.com/Koed00/django-q/archive/v${pkgver}.tar.gz;)
+sha256sums=('f920453fdab30da4da8bb27bfdd97d9aa3a7088925fa5d6324a001b377e4910a')
+
+build() {
+  cd django-q-${pkgver}
+
+  python setup.py build
+}
+
+package() {
+  cd django-q-${pkgver}
+
+  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:
+


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

2018-03-15 Thread Maxime Gauduin via arch-commits
Date: Thursday, March 15, 2018 @ 14:11:24
  Author: alucryd
Revision: 308510

archrelease: copy trunk to community-any

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

--+
 PKGBUILD |  102 ++---
 1 file changed, 51 insertions(+), 51 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-03-15 14:11:12 UTC (rev 308509)
+++ PKGBUILD2018-03-15 14:11:24 UTC (rev 308510)
@@ -1,51 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin 
-
-pkgbase=python-django-q
-pkgname=('python-django-q' 'python2-django-q')
-pkgver=0.9.1
-pkgrel=1
-pkgdesc='A multiprocessing distributed task queue for Django'
-arch=('any')
-url='https://github.com/Koed00/django-q'
-license=('MIT')
-makedepends=('python2-django' 'python2-setuptools' 'python2-six'
- 'python-django' 'python-setuptools' 'python-six')
-source=("django-q-${pkgver}.tar.gz::https://github.com/Koed00/django-q/archive/v${pkgver}.tar.gz;)
-sha256sums=('e3426190fa40c2ccfa251bcd92eb5c009d7234309829fff9ab4c4d58f0f79feb')
-
-prepare() {
-  cp -r {,python-}django-q-${pkgver}
-  mv {,python2-}django-q-${pkgver}
-}
-
-build() {
-  for py in python{,2}; do
-pushd ${py}-django-q-${pkgver}
-${py} setup.py build
-popd
-  done
-}
-
-package_python-django-q() {
-  depends=('python-arrow' 'python-blessed' 'python-django'
-   'python-django-picklefield' 'python-future' 'python-six')
-
-  cd python-django-q-${pkgver}
-
-  python setup.py install --root="${pkgdir}" --optimize='1' --skip-build
-  install -Dm 644 LICENSE -t "${pkgdir}"/usr/share/licenses/python-django-q
-}
-
-package_python2-django-q() {
-  depends=('python2-arrow' 'python2-blessed' 'python2-django'
-   'python2-django-picklefield' 'python2-future' 'python2-six')
-
-  cd python-django-q-${pkgver}
-
-  python2 setup.py install --root="${pkgdir}" --optimize='1' --skip-build
-  install -Dm 644 LICENSE -t "${pkgdir}"/usr/share/licenses/python2-django-q
-}
-
-# vim: ts=2 sw=2 et:
-

Copied: python-django-q/repos/community-any/PKGBUILD (from rev 308509, 
python-django-q/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-03-15 14:11:24 UTC (rev 308510)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Maxime Gauduin 
+
+pkgbase=python-django-q
+pkgname=('python-django-q' 'python2-django-q')
+pkgver=0.9.4
+pkgrel=1
+pkgdesc='A multiprocessing distributed task queue for Django'
+arch=('any')
+url='https://github.com/Koed00/django-q'
+license=('MIT')
+makedepends=('python2-django' 'python2-setuptools' 'python2-six'
+ 'python-django' 'python-setuptools' 'python-six')
+source=("django-q-${pkgver}.tar.gz::https://github.com/Koed00/django-q/archive/v${pkgver}.tar.gz;)
+sha256sums=('f920453fdab30da4da8bb27bfdd97d9aa3a7088925fa5d6324a001b377e4910a')
+
+prepare() {
+  cp -r {,python-}django-q-${pkgver}
+  mv {,python2-}django-q-${pkgver}
+}
+
+build() {
+  for py in python{,2}; do
+pushd ${py}-django-q-${pkgver}
+${py} setup.py build
+popd
+  done
+}
+
+package_python-django-q() {
+  depends=('python-arrow' 'python-blessed' 'python-django'
+   'python-django-picklefield' 'python-future' 'python-six')
+
+  cd python-django-q-${pkgver}
+
+  python setup.py install --root="${pkgdir}" --optimize='1' --skip-build
+  install -Dm 644 LICENSE -t "${pkgdir}"/usr/share/licenses/python-django-q
+}
+
+package_python2-django-q() {
+  depends=('python2-arrow' 'python2-blessed' 'python2-django'
+   'python2-django-picklefield' 'python2-future' 'python2-six')
+
+  cd python-django-q-${pkgver}
+
+  python2 setup.py install --root="${pkgdir}" --optimize='1' --skip-build
+  install -Dm 644 LICENSE -t "${pkgdir}"/usr/share/licenses/python2-django-q
+}
+
+# vim: ts=2 sw=2 et:
+


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

2018-02-12 Thread Maxime Gauduin via arch-commits
Date: Monday, February 12, 2018 @ 22:19:49
  Author: alucryd
Revision: 293662

archrelease: copy trunk to community-any

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

--+
 PKGBUILD |  102 ++---
 1 file changed, 51 insertions(+), 51 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-02-12 22:19:39 UTC (rev 293661)
+++ PKGBUILD2018-02-12 22:19:49 UTC (rev 293662)
@@ -1,51 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin 
-
-pkgbase=python-django-q
-pkgname=('python-django-q' 'python2-django-q')
-pkgver=0.8.1
-pkgrel=1
-pkgdesc='A multiprocessing distributed task queue for Django'
-arch=('any')
-url='https://github.com/Koed00/django-q'
-license=('MIT')
-makedepends=('python2-django' 'python2-setuptools' 'python2-six'
- 'python-django' 'python-setuptools' 'python-six')
-source=("django-q-${pkgver}.tar.gz::https://github.com/Koed00/django-q/archive/v${pkgver}.tar.gz;)
-sha256sums=('f7dd8f073f4971f9aca0f076411bb644c78aa7b0c43542c70e0ee428cc3991f7')
-
-prepare() {
-  cp -r {,python-}django-q-${pkgver}
-  mv {,python2-}django-q-${pkgver}
-}
-
-build() {
-  for py in python{,2}; do
-pushd ${py}-django-q-${pkgver}
-${py} setup.py build
-popd
-  done
-}
-
-package_python-django-q() {
-  depends=('python-arrow' 'python-blessed' 'python-django'
-   'python-django-picklefield' 'python-future' 'python-six')
-
-  cd python-django-q-${pkgver}
-
-  python setup.py install --root="${pkgdir}" --optimize='1' --skip-build
-  install -Dm 644 LICENSE -t "${pkgdir}"/usr/share/licenses/python-django-q
-}
-
-package_python2-django-q() {
-  depends=('python2-arrow' 'python2-blessed' 'python2-django'
-   'python2-django-picklefield' 'python2-future' 'python2-six')
-
-  cd python-django-q-${pkgver}
-
-  python2 setup.py install --root="${pkgdir}" --optimize='1' --skip-build
-  install -Dm 644 LICENSE -t "${pkgdir}"/usr/share/licenses/python2-django-q
-}
-
-# vim: ts=2 sw=2 et:
-

Copied: python-django-q/repos/community-any/PKGBUILD (from rev 293661, 
python-django-q/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-02-12 22:19:49 UTC (rev 293662)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Maxime Gauduin 
+
+pkgbase=python-django-q
+pkgname=('python-django-q' 'python2-django-q')
+pkgver=0.9.1
+pkgrel=1
+pkgdesc='A multiprocessing distributed task queue for Django'
+arch=('any')
+url='https://github.com/Koed00/django-q'
+license=('MIT')
+makedepends=('python2-django' 'python2-setuptools' 'python2-six'
+ 'python-django' 'python-setuptools' 'python-six')
+source=("django-q-${pkgver}.tar.gz::https://github.com/Koed00/django-q/archive/v${pkgver}.tar.gz;)
+sha256sums=('e3426190fa40c2ccfa251bcd92eb5c009d7234309829fff9ab4c4d58f0f79feb')
+
+prepare() {
+  cp -r {,python-}django-q-${pkgver}
+  mv {,python2-}django-q-${pkgver}
+}
+
+build() {
+  for py in python{,2}; do
+pushd ${py}-django-q-${pkgver}
+${py} setup.py build
+popd
+  done
+}
+
+package_python-django-q() {
+  depends=('python-arrow' 'python-blessed' 'python-django'
+   'python-django-picklefield' 'python-future' 'python-six')
+
+  cd python-django-q-${pkgver}
+
+  python setup.py install --root="${pkgdir}" --optimize='1' --skip-build
+  install -Dm 644 LICENSE -t "${pkgdir}"/usr/share/licenses/python-django-q
+}
+
+package_python2-django-q() {
+  depends=('python2-arrow' 'python2-blessed' 'python2-django'
+   'python2-django-picklefield' 'python2-future' 'python2-six')
+
+  cd python-django-q-${pkgver}
+
+  python2 setup.py install --root="${pkgdir}" --optimize='1' --skip-build
+  install -Dm 644 LICENSE -t "${pkgdir}"/usr/share/licenses/python2-django-q
+}
+
+# vim: ts=2 sw=2 et:
+


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

2017-10-29 Thread Maxime Gauduin
Date: Sunday, October 29, 2017 @ 16:41:25
  Author: alucryd
Revision: 264670

archrelease: copy trunk to community-any

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

--+
 PKGBUILD |  102 ++---
 1 file changed, 51 insertions(+), 51 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-10-29 16:41:14 UTC (rev 264669)
+++ PKGBUILD2017-10-29 16:41:25 UTC (rev 264670)
@@ -1,51 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin 
-
-pkgbase=python-django-q
-pkgname=('python-django-q' 'python2-django-q')
-pkgver=0.8.0
-pkgrel=1
-pkgdesc='A multiprocessing distributed task queue for Django'
-arch=('any')
-url='https://github.com/Koed00/django-q'
-license=('MIT')
-makedepends=('python2-django' 'python2-setuptools' 'python2-six'
- 'python-django' 'python-setuptools' 'python-six')
-source=("django-q-${pkgver}.tar.gz::https://github.com/Koed00/django-q/archive/v${pkgver}.tar.gz;)
-sha256sums=('d1d1c1b058ca52000371a766f57386bda09f679438c872cd0120a44951db8e4a')
-
-prepare() {
-  cp -r {,python-}django-q-${pkgver}
-  mv {,python2-}django-q-${pkgver}
-}
-
-build() {
-  for py in python{,2}; do
-pushd ${py}-django-q-${pkgver}
-${py} setup.py build
-popd
-  done
-}
-
-package_python-django-q() {
-  depends=('python-arrow' 'python-blessed' 'python-django'
-   'python-django-picklefield' 'python-future' 'python-six')
-
-  cd python-django-q-${pkgver}
-
-  python setup.py install --root="${pkgdir}" --optimize='1' --skip-build
-  install -Dm 644 LICENSE -t "${pkgdir}"/usr/share/licenses/python-django-q
-}
-
-package_python2-django-q() {
-  depends=('python2-arrow' 'python2-blessed' 'python2-django'
-   'python2-django-picklefield' 'python2-future' 'python2-six')
-
-  cd python-django-q-${pkgver}
-
-  python2 setup.py install --root="${pkgdir}" --optimize='1' --skip-build
-  install -Dm 644 LICENSE -t "${pkgdir}"/usr/share/licenses/python2-django-q
-}
-
-# vim: ts=2 sw=2 et:
-

Copied: python-django-q/repos/community-any/PKGBUILD (from rev 264669, 
python-django-q/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-10-29 16:41:25 UTC (rev 264670)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Maxime Gauduin 
+
+pkgbase=python-django-q
+pkgname=('python-django-q' 'python2-django-q')
+pkgver=0.8.1
+pkgrel=1
+pkgdesc='A multiprocessing distributed task queue for Django'
+arch=('any')
+url='https://github.com/Koed00/django-q'
+license=('MIT')
+makedepends=('python2-django' 'python2-setuptools' 'python2-six'
+ 'python-django' 'python-setuptools' 'python-six')
+source=("django-q-${pkgver}.tar.gz::https://github.com/Koed00/django-q/archive/v${pkgver}.tar.gz;)
+sha256sums=('f7dd8f073f4971f9aca0f076411bb644c78aa7b0c43542c70e0ee428cc3991f7')
+
+prepare() {
+  cp -r {,python-}django-q-${pkgver}
+  mv {,python2-}django-q-${pkgver}
+}
+
+build() {
+  for py in python{,2}; do
+pushd ${py}-django-q-${pkgver}
+${py} setup.py build
+popd
+  done
+}
+
+package_python-django-q() {
+  depends=('python-arrow' 'python-blessed' 'python-django'
+   'python-django-picklefield' 'python-future' 'python-six')
+
+  cd python-django-q-${pkgver}
+
+  python setup.py install --root="${pkgdir}" --optimize='1' --skip-build
+  install -Dm 644 LICENSE -t "${pkgdir}"/usr/share/licenses/python-django-q
+}
+
+package_python2-django-q() {
+  depends=('python2-arrow' 'python2-blessed' 'python2-django'
+   'python2-django-picklefield' 'python2-future' 'python2-six')
+
+  cd python-django-q-${pkgver}
+
+  python2 setup.py install --root="${pkgdir}" --optimize='1' --skip-build
+  install -Dm 644 LICENSE -t "${pkgdir}"/usr/share/licenses/python2-django-q
+}
+
+# vim: ts=2 sw=2 et:
+