user/*: lint
This commit is contained in:
parent
3451f9d1a2
commit
33153549ea
48 changed files with 280 additions and 286 deletions
|
@ -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="
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue