From fa4d4b4698098a9c69e2a2ed0b10759670f8eed5 Mon Sep 17 00:00:00 2001 From: UsernameRandomlyGenerated Date: Sat, 20 Mar 2021 16:26:04 +0100 Subject: [PATCH] autopep8: update to 1.5.6. --- srcpkgs/autopep8/template | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/srcpkgs/autopep8/template b/srcpkgs/autopep8/template index cf584e77be0d..dc7a234955fd 100644 --- a/srcpkgs/autopep8/template +++ b/srcpkgs/autopep8/template @@ -1,16 +1,17 @@ # Template file for 'autopep8' pkgname=autopep8 -version=1.5.4 -revision=2 +version=1.5.6 +revision=1 build_style=python3-module hostmakedepends="python3-setuptools" depends="python3-pycodestyle python3-toml" +checkdepends="python3-pycodestyle python3-pytest" 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=d21d3901cb0da6ebd1e83fc9b0dfbde8b46afc2ede4fe32fbda0c7c6118ca094 +checksum=5454e6e9a3d02aae38f866eec0d9a7de4ab9f93c10a273fb0340f3d6d09f7514 post_install() { vlicense LICENSE