[arch-commits] Commit in python-django-q/repos/community-any (PKGBUILD PKGBUILD)
Maxime Gauduin
alucryd at archlinux.org
Sat Jan 18 14:13:25 UTC 2020
Date: Saturday, January 18, 2020 @ 14:13:24
Author: alucryd
Revision: 552995
archrelease: copy trunk to community-any
Added:
python-django-q/repos/community-any/PKGBUILD
(from rev 552994, python-django-q/trunk/PKGBUILD)
Deleted:
python-django-q/repos/community-any/PKGBUILD
----------+
PKGBUILD | 64 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 32 insertions(+), 32 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2020-01-18 14:11:50 UTC (rev 552994)
+++ PKGBUILD 2020-01-18 14:13:24 UTC (rev 552995)
@@ -1,32 +0,0 @@
-# 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:
-
Copied: python-django-q/repos/community-any/PKGBUILD (from rev 552994, python-django-q/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2020-01-18 14:13:24 UTC (rev 552995)
@@ -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