Skip to content
Snippets Groups Projects
Commit 3897967e authored by David Runge's avatar David Runge :chipmunk:
Browse files

Upgrade to 23.2.

Add optdepends for python-django-crispy-forms and python-django-rest-framework.
parent 0528aa37
No related branches found
Tags v20201112.0.8839
No related merge requests found
......@@ -2,8 +2,8 @@
_name=django-filter
pkgname=python-django-filter
pkgver=23.1
pkgrel=2
pkgver=23.2
pkgrel=1
pkgdesc="A generic system for filtering Django QuerySets based on user selections"
arch=(any)
url="https://github.com/carltongibson/django-filter"
......@@ -23,9 +23,13 @@ checkdepends=(
python-django-rest-framework
python-pytest
)
optdepends=(
'python-django-crispy-forms: for enhanced filter form presentation'
'python-django-rest-framework: for filter integration using DRF'
)
source=(https://files.pythonhosted.org/packages/source/${_name::1}/$_name/$_name-$pkgver.tar.gz)
sha512sums=('72833aff885044f3b2ed365a300fd769cbeec4fc43964a9d20c42abfade090a594bf7557533dcff738510ef581c10c8d5b7f07b2aa8c9cd777972b3fbaaa666c')
b2sums=('5a2b511fb89bd7b9028b1d19553182ac649f0e7e8103d183da31fc82d58776532c43aff11cfd553e3f10cc13961b00fc8872df2aebe46b5732a6ee6c45ba43d5')
sha512sums=('e94de39f685c515753d3baa7e2d50552ad31cc53d4b88b4174ea3beaaafd548ff7d09f2ee33f7d6634a3f8b87b131843fd8f8ce9eabc570ddfb76af9dfef1046')
b2sums=('3b76e5f044860ce22a0c601cd47e96d5cba96c2e5e5542d8791e9649992bdcd5273fcba19802b8bcf6f70008e19b6ddec750d7cd48035e729bb161209b0a5e94')
build() {
cd $_name-$pkgver
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment