aboutsummaryrefslogtreecommitdiffstats
path: root/testing/py3-pylint/APKBUILD
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2019-10-10 21:58:51 -0300
committerLeo <thinkabit.ukim@gmail.com>2019-10-10 22:14:44 -0300
commit7b1cf789e8e59e052954a56c5c81395ad15c910a (patch)
tree036d30111eb2cd879841079a1f1e4dd76e85d94e /testing/py3-pylint/APKBUILD
parent05a0a76ba9bf412000f013e17f873a603aaf704c (diff)
downloadaports-7b1cf789e8e59e052954a56c5c81395ad15c910a.tar.bz2
aports-7b1cf789e8e59e052954a56c5c81395ad15c910a.tar.xz
testing/py3-pylint: upgrade to 2.4.2
Diffstat (limited to 'testing/py3-pylint/APKBUILD')
-rw-r--r--testing/py3-pylint/APKBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/testing/py3-pylint/APKBUILD b/testing/py3-pylint/APKBUILD
index 3ed4dc912b..f12167666a 100644
--- a/testing/py3-pylint/APKBUILD
+++ b/testing/py3-pylint/APKBUILD
@@ -2,7 +2,7 @@
# Maintainer: Fabian Affolter <fabian@affolter-engineering.ch>
pkgname=py3-pylint
_pkgname=pylint
-pkgver=2.4.1
+pkgver=2.4.2
pkgrel=0
pkgdesc="Analyzes Python code looking for bugs and signs of poor quality"
options="!check" # 1 test test_by_module_statement_value fails
@@ -11,7 +11,7 @@ arch="noarch"
license="GPL-2.0-or-later"
depends="py3-astroid py3-isort py3-mccabe py3-setuptools"
checkdepends="mpdecimal py3-pytest py3-pytest-runner"
-source="https://files.pythonhosted.org/packages/source/${pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz"
+source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz"
builddir="$srcdir"/$_pkgname-$pkgver
build() {
@@ -26,4 +26,4 @@ package() {
python3 setup.py install --prefix=/usr --root="$pkgdir"
}
-sha512sums="d3a36e5df7030748fd0fe742a7cf216e905e08d1efb22eb601207369b6a876d8a44cdfbf41de618f10e0f19820cf4dab682b0fb75fb4962969b859432cb231f7 pylint-2.4.1.tar.gz"
+sha512sums="b048dbc13c4b7928631a3f6068f85c38296442f29934ccc4574c176e9956683ccd4ccd96d8c5931eb542aed4625c6867c973a4d77080957a1a77b92c059fbac1 pylint-2.4.2.tar.gz"