python3-pycodestyle: update to 2.8.0.

This commit is contained in:
Michal Vasilek 2021-10-17 14:53:59 +02:00
parent 7a0bd8af2d
commit 2190c1bb71

View file

@ -1,7 +1,7 @@
# Template file for 'python3-pycodestyle'
pkgname=python3-pycodestyle
version=2.7.0
revision=2
version=2.8.0
revision=1
wrksrc="pycodestyle-${version}"
build_style=python3-module
hostmakedepends="python3-setuptools"
@ -11,7 +11,7 @@ maintainer="Michal Vasilek <michal@vasilek.cz>"
license="MIT"
homepage="https://github.com/PyCQA/pycodestyle"
distfiles="${PYPI_SITE}/p/pycodestyle/pycodestyle-${version}.tar.gz"
checksum=c389c1d06bf7904078ca03399a4816f974a1d590090fecea0c63ec26ebaf1cef
checksum=eddd5847ef438ea1c7870ca7eb78a9d47ce0cdb4851a5523949f2601d0cbbe7f
do_check() {
# from tox.ini and alpine
@ -19,11 +19,6 @@ do_check() {
python3 -m pycodestyle --max-doc-length=72 --testsuite testsuite
python3 -m pycodestyle --max-doc-length=72 --doctest
python3 -m unittest discover testsuite -vv
python -m pycodestyle --statistics pycodestyle.py
python -m pycodestyle --max-doc-length=72 --testsuite testsuite
python -m pycodestyle --max-doc-length=72 --doctest
python -m unittest discover testsuite -vv
}
post_install() {