mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-05 05:17:07 +02:00
community/py3-pylint: upgrade to 2.17.4
This commit is contained in:
parent
041bba3c43
commit
c3191f3979
@ -1,7 +1,7 @@
|
||||
# Contributor: Fabian Affolter <fabian@affolter-engineering.ch>
|
||||
# Maintainer: Fabian Affolter <fabian@affolter-engineering.ch>
|
||||
pkgname=py3-pylint
|
||||
pkgver=2.17.3
|
||||
pkgver=2.17.4
|
||||
pkgrel=0
|
||||
pkgdesc="Analyzes Python code looking for bugs and signs of poor quality"
|
||||
url="https://github.com/PyCQA/pylint"
|
||||
@ -45,7 +45,7 @@ build() {
|
||||
check() {
|
||||
python3 -m venv --clear --without-pip --system-site-packages testenv
|
||||
testenv/bin/python3 -m installer dist/*.whl
|
||||
testenv/bin/python3 -m pytest --benchmark-disable -v tests
|
||||
testenv/bin/python3 -m pytest --benchmark-disable tests
|
||||
}
|
||||
|
||||
package() {
|
||||
@ -54,5 +54,5 @@ package() {
|
||||
}
|
||||
|
||||
sha512sums="
|
||||
8d4d0387a89c4aaa2ab7c2ba4c991d6ac7b90982afd292578bab567d556acd2476a22bfdac9a02021519e7a86f389d8991a9ce3405e57c61d6522dab59a19a16 py3-pylint-2.17.3.tar.gz
|
||||
0232f0badf7124db549e768f5d158e7b7728fb34893726b5c3a0f599e201a18069118f0aab2aed0b0e1d47c0d4d37cec72d9c1c489ec5c3c316a53431ccf35a5 py3-pylint-2.17.4.tar.gz
|
||||
"
|
||||
|
Loading…
Reference in New Issue
Block a user