flake8: update to 6.0.0.

This commit is contained in:
Michal Vasilek 2022-12-09 18:02:41 +01:00
parent 844e844e1a
commit 341197f794

View file

@ -1,7 +1,7 @@
# Template file for 'flake8' # Template file for 'flake8'
pkgname=flake8 pkgname=flake8
version=5.0.4 version=6.0.0
revision=2 revision=1
build_style=python3-module build_style=python3-module
make_check_args="--deselect=tests/unit/plugins/pycodestyle_test.py" make_check_args="--deselect=tests/unit/plugins/pycodestyle_test.py"
hostmakedepends="python3-setuptools" hostmakedepends="python3-setuptools"
@ -13,7 +13,7 @@ license="MIT"
homepage="https://gitlab.com/pycqa/flake8" homepage="https://gitlab.com/pycqa/flake8"
changelog="https://raw.githubusercontent.com/PyCQA/flake8/master/docs/source/release-notes/$version.rst" changelog="https://raw.githubusercontent.com/PyCQA/flake8/master/docs/source/release-notes/$version.rst"
distfiles="${PYPI_SITE}/f/flake8/flake8-${version}.tar.gz" distfiles="${PYPI_SITE}/f/flake8/flake8-${version}.tar.gz"
checksum=6fbe320aad8d6b95cec8b8e47bc933004678dc63095be98528b7bdd2a9f510db checksum=c61007e76655af75e6785a931f452915b371dc48f56efd765247c8fe68f2b181
post_install() { post_install() {
vlicense LICENSE vlicense LICENSE