mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-30 01:12:58 +02:00
python-pycodestyle: update to 2.4.0
This commit is contained in:
parent
54e6f888b7
commit
d803cfe839
1 changed files with 3 additions and 5 deletions
|
@ -1,9 +1,8 @@
|
||||||
# Template file for 'python-pycodestyle'
|
# Template file for 'python-pycodestyle'
|
||||||
pkgname=python-pycodestyle
|
pkgname=python-pycodestyle
|
||||||
version=2.3.1
|
version=2.4.0
|
||||||
revision=2
|
revision=1
|
||||||
noarch=yes
|
noarch=yes
|
||||||
replaces="pycodestyle>=0"
|
|
||||||
wrksrc="pycodestyle-${version}"
|
wrksrc="pycodestyle-${version}"
|
||||||
build_style=python-module
|
build_style=python-module
|
||||||
pycompile_module="pycodestyle.py"
|
pycompile_module="pycodestyle.py"
|
||||||
|
@ -14,11 +13,10 @@ maintainer="Alessio Sergi <al3hex@gmail.com>"
|
||||||
homepage="https://github.com/PyCQA/pycodestyle"
|
homepage="https://github.com/PyCQA/pycodestyle"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
distfiles="${PYPI_SITE}/p/pycodestyle/pycodestyle-${version}.tar.gz"
|
distfiles="${PYPI_SITE}/p/pycodestyle/pycodestyle-${version}.tar.gz"
|
||||||
checksum=682256a5b318149ca0d2a9185d365d8864a768a28db66a84a2ea946bcc426766
|
checksum=cbfca99bd594a10f674d0cd97a3d802a1fdef635d4361e1a2658de47ed261e3a
|
||||||
alternatives="pycodestyle:pycodestyle:/usr/bin/pycodestyle2"
|
alternatives="pycodestyle:pycodestyle:/usr/bin/pycodestyle2"
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
sed -n '/Copyright/,/SOFTWARE\./p' pycodestyle.py >LICENSE
|
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue