From 19a86c1f546f117237a39c2c45ee08f3b3d017c1 Mon Sep 17 00:00:00 2001 From: Paper Date: Wed, 20 May 2020 12:49:37 +0200 Subject: [PATCH 1/3] 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" From 220e6943a1a1aa1ee47e5e19f45674f045d58093 Mon Sep 17 00:00:00 2001 From: Paper Date: Wed, 20 May 2020 12:50:08 +0200 Subject: [PATCH 2/3] python-pycodestyle: update to 2.6.0 --- srcpkgs/python-pycodestyle/template | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/srcpkgs/python-pycodestyle/template b/srcpkgs/python-pycodestyle/template index 08bc8c8bec7..04e85465121 100644 --- a/srcpkgs/python-pycodestyle/template +++ b/srcpkgs/python-pycodestyle/template @@ -1,19 +1,18 @@ # Template file for 'python-pycodestyle' pkgname=python-pycodestyle -version=2.5.0 -revision=2 +version=2.6.0 +revision=1 archs=noarch wrksrc="pycodestyle-${version}" build_style=python-module -pycompile_module="pycodestyle.py" hostmakedepends="python-setuptools python3-setuptools" depends="python-setuptools" short_desc="Python2 style guide checker (formerly called pep8)" maintainer="Alessio Sergi " -homepage="https://github.com/PyCQA/pycodestyle" license="MIT" +homepage="https://github.com/PyCQA/pycodestyle" distfiles="${PYPI_SITE}/p/pycodestyle/pycodestyle-${version}.tar.gz" -checksum=e40a936c9a450ad81df37f549d676d127b1b66000a6c500caa2b085bc0ca976c +checksum=c58a7d2815e0e8d7972bf1803331fb0152f867bd89adf8a01dfd55085434192e alternatives="pycodestyle:pycodestyle:/usr/bin/pycodestyle2" post_install() { @@ -22,7 +21,6 @@ post_install() { python3-pycodestyle_package() { archs=noarch - pycompile_module="pycodestyle.py" depends="python3-setuptools" short_desc="${short_desc/Python2/Python3}" alternatives="pycodestyle:pycodestyle:/usr/bin/pycodestyle3" From 3205f4fa3a81794f2443c86d951d02101e138951 Mon Sep 17 00:00:00 2001 From: Paper Date: Wed, 20 May 2020 12:48:55 +0200 Subject: [PATCH 3/3] flake8: update to 3.8.1 --- srcpkgs/flake8/template | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/srcpkgs/flake8/template b/srcpkgs/flake8/template index 28ccdd35fd9..4834f0a0bf5 100644 --- a/srcpkgs/flake8/template +++ b/srcpkgs/flake8/template @@ -1,20 +1,19 @@ # Template file for 'flake8' pkgname=flake8 -version=3.7.9 -revision=2 +version=3.8.1 +revision=1 archs=noarch build_style=python3-module -pycompile_module="flake8" hostmakedepends="python3-setuptools" -depends="python3-setuptools python3-pycodestyle>=2.5.0<2.6.0 - python3-pyflakes>=2.1.0<2.2.0 python3-mccabe>=0.6.0<0.7.0 +depends="python3-setuptools python3-pycodestyle>=2.6.0<2.7.0 + python3-pyflakes>=2.2.0<2.3.0 python3-mccabe>=0.6.0<0.7.0 python3-entrypoints>=0.3<0.4" short_desc="Modular source code checker: pycodestyle, pyflakes, mccabe" maintainer="Alessio Sergi " license="MIT" homepage="https://gitlab.com/pycqa/flake8" distfiles="${PYPI_SITE}/f/flake8/flake8-${version}.tar.gz" -checksum=45681a117ecc81e870cbf1262835ae4af5e7a8b08e40b944a8a6e6b895914cfb +checksum=ea6623797bf9a52f4c9577d780da0bb17d65f870213f7b5bcc9fca82540c31d5 pre_build() { vsed -i '/setup_requires/d' setup.py