autopep8: update to 2.0.2.

This commit is contained in:
icp 2022-12-12 21:03:14 +05:30 committed by classabbyamp
parent 382e2cffa8
commit a211339c82

View file

@ -1,18 +1,20 @@
# Template file for 'autopep8'
pkgname=autopep8
version=1.7.0
revision=2
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 python3-toml"
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"
distfiles="${PYPI_SITE}/a/${pkgname}/${pkgname}-${version}.tar.gz"
checksum=ca9b1a83e53a7fad65d731dc7a2a2d50aa48f43850407c59f6a1a306c4201142
make_check=no # https://github.com/hhatto/autopep8/issues/645
changelog="https://github.com/hhatto/autopep8/releases"
distfiles="${PYPI_SITE}/a/autopep8/autopep8-${version}.tar.gz"
checksum=f9849cdd62108cb739dbcdbfb7fdcc9a30d1b63c4cc3e1c1f893b5360941b61c
post_install() {
vlicense LICENSE