mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
flake8: update to 7.0.0.
This commit is contained in:
parent
ac90659c37
commit
5316269d98
1 changed files with 4 additions and 4 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'flake8'
|
# Template file for 'flake8'
|
||||||
pkgname=flake8
|
pkgname=flake8
|
||||||
version=6.1.0
|
version=7.0.0
|
||||||
revision=2
|
revision=1
|
||||||
build_style=python3-pep517
|
build_style=python3-pep517
|
||||||
make_check_target="tests/unit"
|
make_check_target="tests/unit"
|
||||||
make_check_args="--ignore=tests/unit/plugins/pycodestyle_test.py
|
make_check_args="--ignore=tests/unit/plugins/pycodestyle_test.py
|
||||||
|
@ -13,9 +13,9 @@ short_desc="Modular source code checker: pycodestyle, pyflakes, mccabe"
|
||||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
homepage="https://flake8.pycqa.org/"
|
homepage="https://flake8.pycqa.org/"
|
||||||
changelog="https://raw.githubusercontent.com/PyCQA/flake8/main/docs/source/release-notes/${version}.rst"
|
changelog="https://flake8.pycqa.org/en/latest/release-notes/index.html"
|
||||||
distfiles="https://github.com/PyCQA/flake8/archive/refs/tags/${version}.tar.gz"
|
distfiles="https://github.com/PyCQA/flake8/archive/refs/tags/${version}.tar.gz"
|
||||||
checksum=bcb01efc0c83d3c9362e200b5359fe22e11b859962dd27e5bebf3ada7620ae2f
|
checksum=9b649d29d4bc2562e2d814ffdc63b90828e3f43b50bc146021901b4446bae7fb
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
|
|
Loading…
Add table
Reference in a new issue