parent
1a04506c00
commit
a7f35763f9
1 changed files with 5 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'pylint'
|
# Template file for 'pylint'
|
||||||
pkgname=pylint
|
pkgname=pylint
|
||||||
version=2.12.2
|
version=2.12.2
|
||||||
revision=1
|
revision=2
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
make_check_args="--deselect=tests/benchmark/test_baseline_benchmarks.py"
|
make_check_args="--deselect=tests/benchmark/test_baseline_benchmarks.py"
|
||||||
hostmakedepends="python3-setuptools"
|
hostmakedepends="python3-setuptools"
|
||||||
|
@ -17,6 +17,10 @@ changelog="https://raw.githubusercontent.com/PyCQA/pylint/master/ChangeLog"
|
||||||
distfiles="https://github.com/PyCQA/pylint/archive/refs/tags/v$version.tar.gz"
|
distfiles="https://github.com/PyCQA/pylint/archive/refs/tags/v$version.tar.gz"
|
||||||
checksum=411308682f3d4578bb769e7fa549c8f34edf1033871d2e8cd5c3ce16a5741c59
|
checksum=411308682f3d4578bb769e7fa549c8f34edf1033871d2e8cd5c3ce16a5741c59
|
||||||
|
|
||||||
|
post_patch() {
|
||||||
|
vsed -e 's/mccabe>=0.6,<0.7/mccabe>=0.6,<=0.7/' -i setup.cfg
|
||||||
|
}
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
# install example config and emacs files
|
# install example config and emacs files
|
||||||
vsconf examples/pylintrc
|
vsconf examples/pylintrc
|
||||||
|
|
Loading…
Reference in a new issue