22 lines
705 B
Bash
22 lines
705 B
Bash
# Template file for 'autopep8'
|
|
pkgname=autopep8
|
|
version=2.1.0
|
|
revision=1
|
|
build_style=python3-pep517
|
|
# fails in CI due to readonly check
|
|
make_check_args="-k not(io_error)"
|
|
hostmakedepends="python3-setuptools python3-wheel"
|
|
depends="python3-pycodestyle"
|
|
checkdepends="python3-pytest $depends"
|
|
short_desc="Automatically formats Python code to conform to the PEP 8 style guide"
|
|
maintainer="icp <pangolin@vivaldi.net>"
|
|
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=1fa8964e4618929488f4ec36795c7ff12924a68b8bf01366c094fc52f770b6e7
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|