user/*: lint

This commit is contained in:
Antoine Martin 2023-03-31 16:26:25 -04:00
parent 3451f9d1a2
commit 33153549ea
Signed by: forge
GPG key ID: D62A472A4AA7D541
48 changed files with 280 additions and 286 deletions

View file

@ -4,7 +4,7 @@
_pyname=django-redis
pkgname="py3-$_pyname"
pkgver=5.2.0
pkgrel=1
pkgrel=2
arch="noarch"
pkgdesc="Full featured redis cache backend for Django."
url="https://pypi.python.org/project/$_pyname"
@ -20,7 +20,7 @@ check() {
}
package() {
python3 setup.py install --root="${pkgdir}" -O1
python3 setup.py install --root="$pkgdir" -O1
install -Dm644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname/
}
sha512sums="