From 59c0e5c36c28b52485f715a3e188fdf138b58291 Mon Sep 17 00:00:00 2001 From: Paper Date: Fri, 23 Apr 2021 12:40:25 +0200 Subject: [PATCH 1/2] python3-astroid: update to 2.5.3. --- srcpkgs/python3-astroid/template | 17 ++++------------- 1 file changed, 4 insertions(+), 13 deletions(-) diff --git a/srcpkgs/python3-astroid/template b/srcpkgs/python3-astroid/template index b46bab1b01437e..a8fb9a7017fc45 100644 --- a/srcpkgs/python3-astroid/template +++ b/srcpkgs/python3-astroid/template @@ -1,7 +1,7 @@ # Template file for 'python3-astroid' pkgname=python3-astroid -version=2.4.2 -revision=3 +version=2.5.3 +revision=1 wrksrc="astroid-${version}" build_style=python3-module hostmakedepends="python3-setuptools" @@ -13,15 +13,6 @@ short_desc="Abstract syntax tree for Python3" maintainer="Alessio Sergi " 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="${PYPI_SITE}/a/astroid/astroid-${version}.tar.gz" -checksum=2f4078c2a41bf377eea06d71c9d2ba4eb8f6b1af2135bec27bbbb7d8f12bb703 - -post_patch() { - vsed -i -e 's/lazy_object_proxy.*"/lazy_object_proxy"/' \ - astroid/__pkginfo__.py -} - -post_install() { - # no tests - rm -rf ${DESTDIR}/usr/lib/python*/site-packages/astroid/tests -} +checksum=ad63b8552c70939568966811a088ef0bc880f99a24a00834abd0e3681b514f91 From 5388aeacbf640d90c8725adcd9d87cf69a52ea86 Mon Sep 17 00:00:00 2001 From: Paper Date: Fri, 23 Apr 2021 12:48:41 +0200 Subject: [PATCH 2/2] pylint: update to 2.7.4. --- srcpkgs/pylint/template | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) diff --git a/srcpkgs/pylint/template b/srcpkgs/pylint/template index 379c67948b76ea..e2c275d029ddd3 100644 --- a/srcpkgs/pylint/template +++ b/srcpkgs/pylint/template @@ -1,7 +1,7 @@ # Template file for 'pylint' pkgname=pylint -version=2.6.0 -revision=4 +version=2.7.4 +revision=1 wrksrc="pylint-${version}" build_style=python3-module hostmakedepends="python3-setuptools" @@ -11,13 +11,10 @@ short_desc="Python code static checker" maintainer="Orphaned " license="GPL-2.0-or-later" homepage="http://www.pylint.org/" +changelog="https://raw.githubusercontent.com/PyCQA/pylint/master/ChangeLog" distfiles="${PYPI_SITE}/p/pylint/pylint-${version}.tar.gz" -checksum=bb4a908c9dadbc3aac18860550e870f58e1a02c9f2c204fdf5693d73be061210 - -do_check() { - # tests fail - : #python3 -m pytest -} +checksum=bd38914c7731cdc518634a8d3c5585951302b6e2b6de60fbb3f7a0220e21eeee +make_check=no post_install() { # no tests