From f1bc5f4b517c906815113ffb99a716f6a040a847 Mon Sep 17 00:00:00 2001 From: Michal Vasilek Date: Sat, 5 Nov 2022 13:10:38 +0100 Subject: [PATCH 1/2] python3-astroid: update to 2.12.12. --- srcpkgs/python3-astroid/template | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/srcpkgs/python3-astroid/template b/srcpkgs/python3-astroid/template index 6716dd511ef2..a18caabec991 100644 --- a/srcpkgs/python3-astroid/template +++ b/srcpkgs/python3-astroid/template @@ -1,11 +1,11 @@ # Template file for 'python3-astroid' pkgname=python3-astroid -version=2.11.6 -revision=2 +version=2.12.12 +revision=1 wrksrc="astroid-${version}" build_style=python3-module hostmakedepends="python3-setuptools" -depends="python3-lazy-object-proxy python3-wrapt python3-setuptools" +depends="python3-lazy-object-proxy python3-wrapt" checkdepends="$depends python3-pytest python3-numpy python3-typing_extensions" short_desc="Abstract syntax tree for Python3" maintainer="Michal Vasilek " @@ -13,4 +13,4 @@ license="GPL-2.0-or-later, LGPL-2.1-or-later" homepage="https://github.com/PyCQA/astroid" changelog="https://raw.githubusercontent.com/PyCQA/astroid/master/ChangeLog" distfiles="https://github.com/PyCQA/astroid/archive/refs/tags/v$version.tar.gz" -checksum=987c3c54dfdebdd14b5b348a5295aabcc8c572f93d19bfe4730a7611bf284ff2 +checksum=df8409e1aaa1119b1417b37aa5ec4987477730bdd7c132c51f650e34363b0418 From 8cce14f4ae539376d987c4e276d06d944986fb6b Mon Sep 17 00:00:00 2001 From: Michal Vasilek Date: Sat, 5 Nov 2022 12:35:44 +0100 Subject: [PATCH 2/2] pylint: update to 2.15.5. --- srcpkgs/pylint/template | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/srcpkgs/pylint/template b/srcpkgs/pylint/template index e8f7221bd3b9..a25058b54423 100644 --- a/srcpkgs/pylint/template +++ b/srcpkgs/pylint/template @@ -1,10 +1,10 @@ # Template file for 'pylint' pkgname=pylint -version=2.14.5 -revision=2 -build_style=python3-module +version=2.15.5 +revision=1 +build_style=python3-pep517 make_check_args="--deselect=tests/benchmark/test_baseline_benchmarks.py" -hostmakedepends="python3-setuptools" +hostmakedepends="python3-wheel" depends="python3-astroid python3-isort python3-mccabe python3-tomlkit python3-tomli python3-platformdirs python3-dill" checkdepends="$depends python3-pytest python3-tkinter python3-six @@ -13,9 +13,8 @@ short_desc="Python code static checker" maintainer="Michal Vasilek " license="GPL-2.0-or-later" homepage="https://pylint.pycqa.org" -changelog="https://raw.githubusercontent.com/PyCQA/pylint/main/doc/whatsnew/${version%.*.*}/${version%.*}/summary.rst" distfiles="https://github.com/PyCQA/pylint/archive/refs/tags/v$version.tar.gz" -checksum=be7c852b6b3ef1b1cbd56511c4ae51abdf933eb79684bcf7e2c4fb31b545cfaf +checksum=05a51f3382651642bae32a4e5036b340f6d3b2e666713fb139ce3bbc274f04dc make_check=no # FIXME post_install() {