From 6ed949876bad1311a2e169218f5c8b5323845fdd Mon Sep 17 00:00:00 2001 From: Michal Vasilek Date: Wed, 1 Jun 2022 18:38:21 +0200 Subject: [PATCH 1/3] python3-astroid: update to 2.11.6. --- srcpkgs/python3-astroid/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/python3-astroid/template b/srcpkgs/python3-astroid/template index bc3440d167b2..943431fb53ea 100644 --- a/srcpkgs/python3-astroid/template +++ b/srcpkgs/python3-astroid/template @@ -1,16 +1,16 @@ # Template file for 'python3-astroid' pkgname=python3-astroid -version=2.11.4 +version=2.11.6 revision=1 wrksrc="astroid-${version}" build_style=python3-module hostmakedepends="python3-setuptools" depends="python3-lazy-object-proxy python3-wrapt python3-setuptools" -checkdepends="$depends python3-pytest python3-numpy" +checkdepends="$depends python3-pytest python3-numpy python3-typing_extensions" short_desc="Abstract syntax tree for Python3" maintainer="Michal Vasilek " 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=08a17987045eda03c7088e12d54317a0bb28e60404634ab7a7808e644a667ad6 +checksum=987c3c54dfdebdd14b5b348a5295aabcc8c572f93d19bfe4730a7611bf284ff2 From 2a4e4daff466feced7ea59d4be1f5ffc6ffb8bbb Mon Sep 17 00:00:00 2001 From: Michal Vasilek Date: Wed, 1 Jun 2022 20:34:55 +0200 Subject: [PATCH 2/3] python3-dill: update to 0.3.5.1. --- srcpkgs/python3-dill/template | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/srcpkgs/python3-dill/template b/srcpkgs/python3-dill/template index e27236c340df..045c86d3714c 100644 --- a/srcpkgs/python3-dill/template +++ b/srcpkgs/python3-dill/template @@ -1,6 +1,6 @@ # Template file for 'python3-dill' pkgname=python3-dill -version=0.3.4 +version=0.3.5.1 revision=1 wrksrc="dill-$version" build_style=python3-module @@ -10,5 +10,13 @@ short_desc="Serialize all of Python" maintainer="Michal Vasilek " license="BSD-3-Clause" homepage="https://dill.rtfd.io/" -distfiles="${PYPI_SITE}/d/dill/dill-${version}.zip" -checksum=9f9734205146b2b353ab3fec9af0070237b6ddae78452af83d2fca84d739e675 +distfiles="${PYPI_SITE}/d/dill/dill-${version}.tar.gz" +checksum=d75e41f3eff1eee599d738e76ba8f4ad98ea229db8b085318aa2b3333a208c86 + +do_check() { + PYTHONPATH=. python3 -m tests +} + +post_install() { + vlicense LICENSE +} From e34008b2478f55be24989daa7bc9a0dfecde5af3 Mon Sep 17 00:00:00 2001 From: Michal Vasilek Date: Wed, 1 Jun 2022 20:34:51 +0200 Subject: [PATCH 3/3] pylint: update to 2.14.2. --- srcpkgs/pylint/template | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/srcpkgs/pylint/template b/srcpkgs/pylint/template index 7abac2cbef15..e97c84202740 100644 --- a/srcpkgs/pylint/template +++ b/srcpkgs/pylint/template @@ -1,11 +1,11 @@ # Template file for 'pylint' pkgname=pylint -version=2.13.8 +version=2.14.2 revision=1 build_style=python3-module make_check_args="--deselect=tests/benchmark/test_baseline_benchmarks.py" hostmakedepends="python3-setuptools" -depends="python3-astroid python3-isort python3-mccabe python3-tomli +depends="python3-astroid python3-isort python3-mccabe python3-tomlkit python3-platformdirs python3-dill" checkdepends="$depends python3-pytest python3-tkinter python3-six python3-GitPython git" @@ -13,9 +13,10 @@ short_desc="Python code static checker" maintainer="Michal Vasilek " license="GPL-2.0-or-later" homepage="https://www.pylint.org/" -changelog="https://raw.githubusercontent.com/PyCQA/pylint/master/ChangeLog" +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=7bd4cfc0e3e4332f0f3d8f8fc9e967d2e2946912ca7a336f36d3f2ac99c5cd42 +checksum=f7420e582f5852599f866e727071542801adbad59b5e93e61a0147e056e94bc7 +make_check=no # FIXME post_install() { # install example config and emacs files