From 52318564525c39a0287e43782aa0c5ef8346ab2f Mon Sep 17 00:00:00 2001 From: Paper Date: Wed, 20 May 2020 12:49:37 +0200 Subject: [PATCH] python-pyflakes: update to 2.2.0 --- srcpkgs/python-pyflakes/template | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/srcpkgs/python-pyflakes/template b/srcpkgs/python-pyflakes/template index 19229ebb3a4..586cba32b89 100644 --- a/srcpkgs/python-pyflakes/template +++ b/srcpkgs/python-pyflakes/template @@ -1,11 +1,10 @@ # Template file for 'python-pyflakes' pkgname=python-pyflakes -version=2.1.1 -revision=2 +version=2.2.0 +revision=1 archs=noarch wrksrc="pyflakes-${version}" build_style=python-module -pycompile_module="pyflakes" hostmakedepends="python-setuptools python3-setuptools" depends="python-setuptools" short_desc="Passive checker of Python programs (Python2)" @@ -13,7 +12,7 @@ maintainer="Alessio Sergi " license="MIT" homepage="https://github.com/PyCQA/pyflakes" distfiles="${PYPI_SITE}/p/pyflakes/pyflakes-${version}.tar.gz" -checksum=d976835886f8c5b31d47970ed689944a0262b5f3afa00a5a7b4dc81e5449f8a2 +checksum=35b2d75ee967ea93b55750aa9edbbf72813e06a66ba54438df2cfac9e3c27fc8 alternatives="pyflakes:pyflakes:/usr/bin/pyflakes2" post_install() { @@ -22,7 +21,6 @@ post_install() { python3-pyflakes_package() { archs=noarch - pycompile_module="pyflakes" depends="python3-setuptools" short_desc="${short_desc/Python2/Python3}" alternatives="pyflakes:pyflakes:/usr/bin/pyflakes3"