aboutsummaryrefslogtreecommitdiffstats
path: root/community/py3-django-crispy-forms
diff options
context:
space:
mode:
authorJustin Berthault <justin.berthault@zaclys.net>2020-05-10 11:33:35 +0200
committerLeo <thinkabit.ukim@gmail.com>2020-05-10 12:02:19 +0000
commit6b6e451dc4fdece5443552064adc5d404e4f8c05 (patch)
tree95e3b5b4beb9892169e0ff4a1b648a4556b00c5e /community/py3-django-crispy-forms
parent3f1072ca7760700a4d650eddbd957f9c3a4729d6 (diff)
downloadaports-6b6e451dc4fdece5443552064adc5d404e4f8c05.tar.bz2
aports-6b6e451dc4fdece5443552064adc5d404e4f8c05.tar.xz
community/py3-django-crispy-forms: upgrade to 1.9.0
Diffstat (limited to 'community/py3-django-crispy-forms')
-rw-r--r--community/py3-django-crispy-forms/APKBUILD11
1 files changed, 5 insertions, 6 deletions
diff --git a/community/py3-django-crispy-forms/APKBUILD b/community/py3-django-crispy-forms/APKBUILD
index a4c912cde6..b284f664bd 100644
--- a/community/py3-django-crispy-forms/APKBUILD
+++ b/community/py3-django-crispy-forms/APKBUILD
@@ -1,8 +1,7 @@
# Contributor: Leonardo Arena <rnalrd@alpinelinux.org>
-# Maintainer:
+# Maintainer: Justin Berthault <justin.berthault@zaclys.net>
pkgname=py3-django-crispy-forms
-_pkgname=django-crispy-forms
-pkgver=1.8.1
+pkgver=1.9.0
pkgrel=0
pkgdesc="Dry Django forms"
options="!check" # No testsuite
@@ -11,8 +10,8 @@ arch="noarch"
license="MIT"
depends="py3-django"
makedepends="py3-setuptools"
-source="$pkgname-$pkgver.tar.gz::https://github.com/$_pkgname/django-crispy-forms/archive/$pkgver.tar.gz"
-builddir="$srcdir"/$_pkgname-$pkgver
+source="$pkgname-$pkgver.tar.gz::https://files.pythonhosted.org/packages/source/d/django-crispy-forms/django-crispy-forms-$pkgver.tar.gz"
+builddir="$srcdir"/django-crispy-forms-$pkgver
replaces="py-django-crispy-forms" # Backwards compatibility
provides="py-django-crispy-forms=$pkgver-r$pkgrel" # Backwards compatibility
@@ -25,4 +24,4 @@ package() {
python3 setup.py --quiet install --prefix=/usr --root="$pkgdir"
}
-sha512sums="9005bf5cd706f68c2281a6ba7f305fba4bd96ccc099c5a600b6af47ce80d5a2d0a84e7bac3f035e7469ba8fc57a9ec41c38e9ea01bd8880e082891d0b792616b py3-django-crispy-forms-1.8.1.tar.gz"
+sha512sums="4849933f109e57bc3d5565f17bc075603100c93b489d6b2fc35e3281dd4bb35c16216da4084e76e6bbeffa0fa303ec0f7c1e2f1f2bee19c220b6e1d2fa4b5dea py3-django-crispy-forms-1.9.0.tar.gz"