# Template file for 'python3-pycodestyle' pkgname=python3-pycodestyle version=2.11.0 revision=2 build_style=python3-module hostmakedepends="python3-setuptools" depends="python3" checkdepends="python3-pytest" short_desc="Python style guide checker (formerly called pep8)" maintainer="Michal Vasilek " license="MIT" homepage="https://github.com/PyCQA/pycodestyle" changelog="https://raw.githubusercontent.com/PyCQA/pycodestyle/main/CHANGES.txt" distfiles="${PYPI_SITE}/p/pycodestyle/pycodestyle-${version}.tar.gz" checksum=259bcc17857d8a8b3b4a2327324b79e5f020a13c16074670f9c8c8f872ea76d0 make_check=no # needs tox for testing post_install() { vlicense LICENSE } python-pycodestyle_package() { build_style=meta short_desc+=" (transitional dummy package)" depends="python3-pycodestyle>=${version}_${revision}" }