From 014648cfcf950c864a6108c526ef6e2e205064a6 Mon Sep 17 00:00:00 2001 From: icp Date: Mon, 12 Dec 2022 21:03:14 +0530 Subject: [PATCH] autopep8: update to 2.0.2. --- srcpkgs/autopep8/template | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/srcpkgs/autopep8/template b/srcpkgs/autopep8/template index 11352324593f..aeb33f9570d5 100644 --- a/srcpkgs/autopep8/template +++ b/srcpkgs/autopep8/template @@ -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 " 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