python3-pycodestyle: update to 2.10.0.

This commit is contained in:
Michal Vasilek 2022-12-09 18:00:42 +01:00
parent 16003e383f
commit 844e844e1a

View file

@ -1,7 +1,7 @@
# Template file for 'python3-pycodestyle' # Template file for 'python3-pycodestyle'
pkgname=python3-pycodestyle pkgname=python3-pycodestyle
version=2.9.1 version=2.10.0
revision=2 revision=1
build_style=python3-module build_style=python3-module
hostmakedepends="python3-setuptools" hostmakedepends="python3-setuptools"
depends="python3" depends="python3"
@ -12,7 +12,7 @@ license="MIT"
homepage="https://github.com/PyCQA/pycodestyle" homepage="https://github.com/PyCQA/pycodestyle"
changelog="https://raw.githubusercontent.com/PyCQA/pycodestyle/main/CHANGES.txt" changelog="https://raw.githubusercontent.com/PyCQA/pycodestyle/main/CHANGES.txt"
distfiles="${PYPI_SITE}/p/pycodestyle/pycodestyle-${version}.tar.gz" distfiles="${PYPI_SITE}/p/pycodestyle/pycodestyle-${version}.tar.gz"
checksum=2c9607871d58c76354b697b42f5d57e1ada7d261c261efac224b664affdc5785 checksum=347187bdb476329d98f695c213d7295a846d1152ff4fe9bacb8a9590b8ee7053
post_install() { post_install() {
vlicense LICENSE vlicense LICENSE