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

Evangelos Foutras foutrelis at archlinux.org
Mon Jul 23 16:02:31 UTC 2018


    Date: Monday, July 23, 2018 @ 16:02:31
  Author: foutrelis
Revision: 363096

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 363095, python-django-q/trunk/PKGBUILD)

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

Copied: python-django-q/repos/community-staging-any/PKGBUILD (from rev 363095, python-django-q/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD	                        (rev 0)
+++ community-staging-any/PKGBUILD	2018-07-23 16:02:31 UTC (rev 363096)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+
+pkgname=python-django-q
+pkgver=0.9.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=('python-setuptools')
+source=("django-q-${pkgver}.tar.gz::https://github.com/Koed00/django-q/archive/v${pkgver}.tar.gz")
+sha256sums=('f920453fdab30da4da8bb27bfdd97d9aa3a7088925fa5d6324a001b377e4910a')
+
+build() {
+  cd django-q-${pkgver}
+
+  python setup.py build
+}
+
+package() {
+  cd django-q-${pkgver}
+
+  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