user/py3-django-q: upgrade to v1.5.2
This commit is contained in:
parent
bb3a43e400
commit
44ef8f9adc
1 changed files with 4 additions and 4 deletions
|
@ -3,7 +3,7 @@
|
||||||
|
|
||||||
pkgname=py3-django-q
|
pkgname=py3-django-q
|
||||||
_pyname="django-q"
|
_pyname="django-q"
|
||||||
pkgver=1.3.9
|
pkgver=1.5.2
|
||||||
pkgrel=0
|
pkgrel=0
|
||||||
arch="noarch"
|
arch="noarch"
|
||||||
pkgdesc="A multiprocessing distributed task queue for Django"
|
pkgdesc="A multiprocessing distributed task queue for Django"
|
||||||
|
@ -27,8 +27,8 @@ makedepends='poetry py3-pip'
|
||||||
# 'python-psutil: resource usage limit support'
|
# 'python-psutil: resource usage limit support'
|
||||||
# 'python-pymongo: MongoDB as a message broker support'
|
# 'python-pymongo: MongoDB as a message broker support'
|
||||||
options="!check" # No testsuite
|
options="!check" # No testsuite
|
||||||
source="$pkgname-$pkgver.tar.gz::https://pypi.io/packages/source/${_pyname:0:1}/$_pyname/$_pyname-$pkgver.tar.gz"
|
source="$pkgname-$pkgver.tar.gz::https://github.com/django-q2/django-q2/archive/refs/tags/v$pkgver.tar.gz"
|
||||||
builddir="$srcdir"/$_pyname-$pkgver
|
builddir="$srcdir"/django-q2-$pkgver
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
poetry build --format wheel
|
poetry build --format wheel
|
||||||
|
@ -40,5 +40,5 @@ package() {
|
||||||
}
|
}
|
||||||
|
|
||||||
sha512sums="
|
sha512sums="
|
||||||
5e87e3de7781430e72e1e8a3e56070836ba8d222c45bcef90b71aba6105d5d6516e7bfc7f7479711ca8ce2448bbce1f7b4830a187c9fc260d590a5ae3f9dfbd3 py3-django-q-1.3.9.tar.gz
|
2507fd0cd78dc3721678457521f9a5d1deabf5d52f18a66b6e12b1c9d065c4d0974ccd21e5231060300fbcc18a0e265a9652916b33a38683688bd39374453f9f py3-django-q-1.5.2.tar.gz
|
||||||
"
|
"
|
||||||
|
|
Loading…
Add table
Reference in a new issue