Date: Thursday, June 28, 2018 @ 12:44:32
  Author: alucryd
Revision: 346672

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2018-06-28 12:44:24 UTC (rev 346671)
+++ PKGBUILD    2018-06-28 12:44:32 UTC (rev 346672)
@@ -1,51 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin <aluc...@archlinux.org>
-
-pkgbase=python-django-q
-pkgname=('python-django-q' 'python2-django-q')
-pkgver=0.9.4
-pkgrel=1
-pkgdesc='A multiprocessing distributed task queue for Django'
-arch=('any')
-url='https://github.com/Koed00/django-q'
-license=('MIT')
-makedepends=('python2-django' 'python2-setuptools' 'python2-six'
-             'python-django' 'python-setuptools' 'python-six')
-source=("django-q-${pkgver}.tar.gz::https://github.com/Koed00/django-q/archive/v${pkgver}.tar.gz";)
-sha256sums=('f920453fdab30da4da8bb27bfdd97d9aa3a7088925fa5d6324a001b377e4910a')
-
-prepare() {
-  cp -r {,python-}django-q-${pkgver}
-  mv {,python2-}django-q-${pkgver}
-}
-
-build() {
-  for py in python{,2}; do
-    pushd ${py}-django-q-${pkgver}
-    ${py} setup.py build
-    popd
-  done
-}
-
-package_python-django-q() {
-  depends=('python-arrow' 'python-blessed' 'python-django'
-           'python-django-picklefield' 'python-future' 'python-six')
-
-  cd python-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
-}
-
-package_python2-django-q() {
-  depends=('python2-arrow' 'python2-blessed' 'python2-django'
-           'python2-django-picklefield' 'python2-future' 'python2-six')
-
-  cd python-django-q-${pkgver}
-
-  python2 setup.py install --root="${pkgdir}" --optimize='1' --skip-build
-  install -Dm 644 LICENSE -t "${pkgdir}"/usr/share/licenses/python2-django-q
-}
-
-# vim: ts=2 sw=2 et:
-

Copied: python-django-q/repos/community-any/PKGBUILD (from rev 346671, 
python-django-q/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2018-06-28 12:44:32 UTC (rev 346672)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Maxime Gauduin <aluc...@archlinux.org>
+
+pkgname=python-django-q
+pkgver=0.9.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=('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:
+

Reply via email to