[arch-commits] Commit in python-django-q/repos/community-staging-any (2 files)
Evangelos Foutras
foutrelis at archlinux.org
Thu Nov 12 11:57:59 UTC 2020
Date: Thursday, November 12, 2020 @ 11:57:59
Author: foutrelis
Revision: 751580
archrelease: copy trunk to community-staging-any
Added:
python-django-q/repos/community-staging-any/PKGBUILD
(from rev 751579, python-django-q/trunk/PKGBUILD)
Deleted:
python-django-q/repos/community-staging-any/PKGBUILD
----------+
PKGBUILD | 90 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 45 insertions(+), 45 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2020-11-12 11:57:58 UTC (rev 751579)
+++ PKGBUILD 2020-11-12 11:57:59 UTC (rev 751580)
@@ -1,45 +0,0 @@
-# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
-
-pkgname=python-django-q
-pkgver=1.3.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=(
- 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:
Copied: python-django-q/repos/community-staging-any/PKGBUILD (from rev 751579, python-django-q/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2020-11-12 11:57:59 UTC (rev 751580)
@@ -0,0 +1,45 @@
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+
+pkgname=python-django-q
+pkgver=1.3.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=(
+ 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