mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 15:43:49 +02:00
python3-pycodestyle: update to 2.8.0.
This commit is contained in:
parent
7a0bd8af2d
commit
2190c1bb71
1 changed files with 3 additions and 8 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'python3-pycodestyle'
|
# Template file for 'python3-pycodestyle'
|
||||||
pkgname=python3-pycodestyle
|
pkgname=python3-pycodestyle
|
||||||
version=2.7.0
|
version=2.8.0
|
||||||
revision=2
|
revision=1
|
||||||
wrksrc="pycodestyle-${version}"
|
wrksrc="pycodestyle-${version}"
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
hostmakedepends="python3-setuptools"
|
hostmakedepends="python3-setuptools"
|
||||||
|
@ -11,7 +11,7 @@ maintainer="Michal Vasilek <michal@vasilek.cz>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
homepage="https://github.com/PyCQA/pycodestyle"
|
homepage="https://github.com/PyCQA/pycodestyle"
|
||||||
distfiles="${PYPI_SITE}/p/pycodestyle/pycodestyle-${version}.tar.gz"
|
distfiles="${PYPI_SITE}/p/pycodestyle/pycodestyle-${version}.tar.gz"
|
||||||
checksum=c389c1d06bf7904078ca03399a4816f974a1d590090fecea0c63ec26ebaf1cef
|
checksum=eddd5847ef438ea1c7870ca7eb78a9d47ce0cdb4851a5523949f2601d0cbbe7f
|
||||||
|
|
||||||
do_check() {
|
do_check() {
|
||||||
# from tox.ini and alpine
|
# 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 --testsuite testsuite
|
||||||
python3 -m pycodestyle --max-doc-length=72 --doctest
|
python3 -m pycodestyle --max-doc-length=72 --doctest
|
||||||
python3 -m unittest discover testsuite -vv
|
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() {
|
post_install() {
|
||||||
|
|
Loading…
Add table
Reference in a new issue