[arch-commits] Commit in python-django-q/repos (2 files)

Felix Yan felixonmars at archlinux.org
Mon Nov 4 09:25:37 UTC 2019


    Date: Monday, November 4, 2019 @ 09:25:36
  Author: felixonmars
Revision: 523884

archrelease: copy trunk to community-staging-any

Added:
  python-django-q/repos/community-staging-any/
  python-django-q/repos/community-staging-any/PKGBUILD
    (from rev 523883, python-django-q/trunk/PKGBUILD)

----------+
 PKGBUILD |   32 ++++++++++++++++++++++++++++++++
 1 file changed, 32 insertions(+)

Copied: python-django-q/repos/community-staging-any/PKGBUILD (from rev 523883, python-django-q/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD	                        (rev 0)
+++ community-staging-any/PKGBUILD	2019-11-04 09:25:36 UTC (rev 523884)
@@ -0,0 +1,32 @@
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+
+pkgname=python-django-q
+pkgver=1.0.2
+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')
+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