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

Maxime Gauduin alucryd at archlinux.org
Thu Aug 30 06:56:49 UTC 2018


    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
===================================================================
--- PKGBUILD	2018-08-30 06:56:40 UTC (rev 375437)
+++ PKGBUILD	2018-08-30 06:56:48 UTC (rev 375438)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
-
-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)
+++ PKGBUILD	2018-08-30 06:56:48 UTC (rev 375438)
@@ -0,0 +1,33 @@
+# $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:
+



More information about the arch-commits mailing list