# Template file for 'python-pycodestyle' pkgname=python-pycodestyle version=2.5.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 " homepage="https://github.com/PyCQA/pycodestyle" license="MIT" distfiles="${PYPI_SITE}/p/pycodestyle/pycodestyle-${version}.tar.gz" checksum=e40a936c9a450ad81df37f549d676d127b1b66000a6c500caa2b085bc0ca976c alternatives="pycodestyle:pycodestyle:/usr/bin/pycodestyle2" post_install() { vlicense LICENSE } python3-pycodestyle_package() { archs=noarch pycompile_module="pycodestyle.py" depends="python3-setuptools" short_desc="${short_desc/Python2/Python3}" alternatives="pycodestyle:pycodestyle:/usr/bin/pycodestyle3" pkg_install() { vmove usr/bin/*3 vmove usr/lib/python3* vlicense LICENSE } }