22 lines
686 B
Bash
22 lines
686 B
Bash
# Template file for 'autopep8'
|
|
pkgname=autopep8
|
|
version=2.0.2
|
|
revision=1
|
|
build_style=python3-module
|
|
# fails in CI due to readonly check
|
|
make_check_args="-k not(io_error)"
|
|
hostmakedepends="python3-setuptools"
|
|
depends="python3-pycodestyle"
|
|
checkdepends="python3-pytest $depends"
|
|
short_desc="Automatically formats Python code to conform to the PEP 8 style guide"
|
|
maintainer="k4leg <d0xi@inbox.ru>"
|
|
license="MIT"
|
|
homepage="https://github.com/hhatto/autopep8"
|
|
changelog="https://github.com/hhatto/autopep8/releases"
|
|
distfiles="${PYPI_SITE}/a/autopep8/autopep8-${version}.tar.gz"
|
|
checksum=f9849cdd62108cb739dbcdbfb7fdcc9a30d1b63c4cc3e1c1f893b5360941b61c
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|