[arch-commits] Commit in python-django-q/repos/community-any (PKGBUILD PKGBUILD)
Maxime Gauduin
alucryd at archlinux.org
Thu Nov 5 07:25:02 UTC 2020
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
===================================================================
--- PKGBUILD 2020-11-05 07:24:56 UTC (rev 742802)
+++ PKGBUILD 2020-11-05 07:25:02 UTC (rev 742803)
@@ -1,46 +0,0 @@
-# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
-
-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)
+++ PKGBUILD 2020-11-05 07:25:02 UTC (rev 742803)
@@ -0,0 +1,46 @@
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+
+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:
+
More information about the arch-commits
mailing list