testing/py3-flake8-quotes: upgrade to 2.1.0

This commit is contained in:
Leo 2019-08-28 23:47:17 -03:00
parent 62f4e35c24
commit dee49ccc79

View File

@ -2,10 +2,9 @@
# Maintainer: Fabian Affolter <fabian@affolter-engineering.ch>
pkgname=py3-flake8-quotes
_pkgname=flake8-quotes
pkgver=2.0.1
pkgver=2.1.0
pkgrel=0
pkgdesc="Extension for flake8 which lint for double quotes"
options="!check" # Tries to use flake8 from PyPi not system
url="http://github.com/zheller/flake8-quotes/"
arch="noarch"
license="MIT"
@ -21,8 +20,12 @@ build() {
python3 setup.py build
}
check() {
python3 setup.py test
}
package() {
python3 setup.py install --prefix=/usr --root="$pkgdir"
}
sha512sums="e86b2915463a25ac5b8ce4dbbae4a8dcef597891ba1439943dd224ab91583927f2a79b15ef303bb774c8f7a12c1d348fda9379e2b782ce9ee49ab16efe0b2f20 flake8-quotes-2.0.1.tar.gz"
sha512sums="94ccacac3a1ff8b5c8e6ade7568a3784ebcdb7e81d998adeb3f5240eac5c454486578d7a996e96a01ca34e8f510b96ad0cc8872fdc321f9aa8616330e85b0c22 flake8-quotes-2.1.0.tar.gz"