[arch-commits] Commit in python-django-q/trunk (PKGBUILD)
Maxime Gauduin
alucryd at archlinux.org
Mon Aug 27 13:07:42 UTC 2018
Date: Monday, August 27, 2018 @ 13:07:41
Author: alucryd
Revision: 374751
upgpkg: python-django-q 1.0.0-1
Modified:
python-django-q/trunk/PKGBUILD
----------+
PKGBUILD | 14 +++++++-------
1 file changed, 7 insertions(+), 7 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2018-08-27 13:06:02 UTC (rev 374750)
+++ PKGBUILD 2018-08-27 13:07:41 UTC (rev 374751)
@@ -2,8 +2,8 @@
# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
pkgname=python-django-q
-pkgver=0.9.4
-pkgrel=3
+pkgver=1.0.0
+pkgrel=1
pkgdesc='A multiprocessing distributed task queue for Django'
arch=('any')
url='https://github.com/Koed00/django-q'
@@ -12,18 +12,18 @@
'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')
+makedepends=('git' 'python-setuptools')
+source=("git+https://github.com/Koed00/django-q.git#tag=v${pkgver}")
+sha256sums=('SKIP')
build() {
- cd django-q-${pkgver}
+ cd django-q
python setup.py build
}
package() {
- cd django-q-${pkgver}
+ 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/
More information about the arch-commits
mailing list