[arch-commits] Commit in python-django-q/repos/community-any (PKGBUILD PKGBUILD)
Maxime Gauduin
alucryd at archlinux.org
Tue May 18 08:31:46 UTC 2021
Date: Tuesday, May 18, 2021 @ 08:31:46
Author: alucryd
Revision: 936230
archrelease: copy trunk to community-any
Added:
python-django-q/repos/community-any/PKGBUILD
(from rev 936229, 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 2021-05-18 08:31:41 UTC (rev 936229)
+++ PKGBUILD 2021-05-18 08:31:46 UTC (rev 936230)
@@ -1,45 +0,0 @@
-# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
-
-pkgname=python-django-q
-pkgver=1.3.5
-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=ef3cffb738933d4e68acb71fe68924083dafd002
-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 936229, python-django-q/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2021-05-18 08:31:46 UTC (rev 936230)
@@ -0,0 +1,45 @@
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+
+pkgname=python-django-q
+pkgver=1.3.6
+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=8d49825d4047dfbb96b3230968e6bdfd00a60505
+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