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

Maxime Gauduin alucryd at archlinux.org
Wed Aug 14 21:22:12 UTC 2019


    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
===================================================================
--- PKGBUILD	2019-08-14 21:22:06 UTC (rev 499240)
+++ PKGBUILD	2019-08-14 21:22:12 UTC (rev 499241)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
-
-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)
+++ PKGBUILD	2019-08-14 21:22:12 UTC (rev 499241)
@@ -0,0 +1,32 @@
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+
+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:
+



More information about the arch-commits mailing list