python-pycodestyle: update to 2.6.0

This commit is contained in:
Paper 2020-05-20 12:50:08 +02:00 committed by Helmut Pozimski
parent 5231856452
commit a0eb9a873c

View file

@ -1,19 +1,18 @@
# Template file for 'python-pycodestyle'
pkgname=python-pycodestyle
version=2.5.0
revision=2
version=2.6.0
revision=1
archs=noarch
wrksrc="pycodestyle-${version}"
build_style=python-module
pycompile_module="pycodestyle.py"
hostmakedepends="python-setuptools python3-setuptools"
depends="python-setuptools"
short_desc="Python2 style guide checker (formerly called pep8)"
maintainer="Alessio Sergi <al3hex@gmail.com>"
homepage="https://github.com/PyCQA/pycodestyle"
license="MIT"
homepage="https://github.com/PyCQA/pycodestyle"
distfiles="${PYPI_SITE}/p/pycodestyle/pycodestyle-${version}.tar.gz"
checksum=e40a936c9a450ad81df37f549d676d127b1b66000a6c500caa2b085bc0ca976c
checksum=c58a7d2815e0e8d7972bf1803331fb0152f867bd89adf8a01dfd55085434192e
alternatives="pycodestyle:pycodestyle:/usr/bin/pycodestyle2"
post_install() {
@ -22,7 +21,6 @@ post_install() {
python3-pycodestyle_package() {
archs=noarch
pycompile_module="pycodestyle.py"
depends="python3-setuptools"
short_desc="${short_desc/Python2/Python3}"
alternatives="pycodestyle:pycodestyle:/usr/bin/pycodestyle3"