flake8: update to 3.7.3.
This commit is contained in:
parent
e988797a98
commit
51d1bb5dbc
1 changed files with 7 additions and 5 deletions
|
@ -1,18 +1,20 @@
|
||||||
# Template file for 'flake8'
|
# Template file for 'flake8'
|
||||||
pkgname=flake8
|
pkgname=flake8
|
||||||
version=3.6.0
|
version=3.7.3
|
||||||
revision=1
|
revision=1
|
||||||
archs=noarch
|
archs=noarch
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
pycompile_module="flake8"
|
pycompile_module="flake8"
|
||||||
hostmakedepends="python3-setuptools"
|
hostmakedepends="python3-setuptools"
|
||||||
depends="python3-setuptools python3-pycodestyle python3-pyflakes python3-mccabe"
|
depends="python3-setuptools python3-pycodestyle>=2.5.0<2.6.0
|
||||||
short_desc="The modular source code checker: pycodestyle, pyflakes, mccabe"
|
python3-pyflakes>=2.1.0<2.2.0 python3-mccabe>=0.6.0<0.7.0
|
||||||
|
python3-entrypoints>=0.3<0.4"
|
||||||
|
short_desc="Modular source code checker: pycodestyle, pyflakes, mccabe"
|
||||||
maintainer="Alessio Sergi <al3hex@gmail.com>"
|
maintainer="Alessio Sergi <al3hex@gmail.com>"
|
||||||
homepage="https://gitlab.com/pycqa/flake8"
|
|
||||||
license="MIT"
|
license="MIT"
|
||||||
|
homepage="https://gitlab.com/pycqa/flake8"
|
||||||
distfiles="${PYPI_SITE}/f/flake8/flake8-${version}.tar.gz"
|
distfiles="${PYPI_SITE}/f/flake8/flake8-${version}.tar.gz"
|
||||||
checksum=6a35f5b8761f45c5513e3405f110a86bea57982c3b75b766ce7b65217abe1670
|
checksum=b70f13ee944e536f22becfd716802b1f2fa4ca5ff7aea2c6423567569004f732
|
||||||
|
|
||||||
pre_build() {
|
pre_build() {
|
||||||
sed -i '/setup_requires/d' setup.py
|
sed -i '/setup_requires/d' setup.py
|
||||||
|
|
Loading…
Reference in a new issue