mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 14:43:52 +02:00
python3-pycodestyle: update to 2.12.0.
This commit is contained in:
parent
f09c8522dc
commit
1107d12370
1 changed files with 4 additions and 4 deletions
|
@ -1,9 +1,9 @@
|
||||||
# Template file for 'python3-pycodestyle'
|
# Template file for 'python3-pycodestyle'
|
||||||
pkgname=python3-pycodestyle
|
pkgname=python3-pycodestyle
|
||||||
version=2.11.1
|
version=2.12.0
|
||||||
revision=1
|
revision=1
|
||||||
build_style=python3-module
|
build_style=python3-pep517
|
||||||
hostmakedepends="python3-setuptools"
|
hostmakedepends="python3-setuptools python3-wheel"
|
||||||
depends="python3"
|
depends="python3"
|
||||||
checkdepends="python3-pytest"
|
checkdepends="python3-pytest"
|
||||||
short_desc="Python style guide checker (formerly called pep8)"
|
short_desc="Python style guide checker (formerly called pep8)"
|
||||||
|
@ -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="https://github.com/PyCQA/pycodestyle/archive/refs/tags/${version}.tar.gz"
|
distfiles="https://github.com/PyCQA/pycodestyle/archive/refs/tags/${version}.tar.gz"
|
||||||
checksum=a01fdd890c6472eebc32e8baf21e29173c35776e765c64cc83ccd09b99dc5399
|
checksum=c72dccf2bf7ceb603b5bd8b737a511d5241e675e90d4f75bc8a12fe81f24c094
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
|
|
Loading…
Add table
Reference in a new issue