python-pycodestyle: update to 2.6.0
This commit is contained in:
parent
5231856452
commit
a0eb9a873c
1 changed files with 4 additions and 6 deletions
|
@ -1,19 +1,18 @@
|
||||||
# Template file for 'python-pycodestyle'
|
# Template file for 'python-pycodestyle'
|
||||||
pkgname=python-pycodestyle
|
pkgname=python-pycodestyle
|
||||||
version=2.5.0
|
version=2.6.0
|
||||||
revision=2
|
revision=1
|
||||||
archs=noarch
|
archs=noarch
|
||||||
wrksrc="pycodestyle-${version}"
|
wrksrc="pycodestyle-${version}"
|
||||||
build_style=python-module
|
build_style=python-module
|
||||||
pycompile_module="pycodestyle.py"
|
|
||||||
hostmakedepends="python-setuptools python3-setuptools"
|
hostmakedepends="python-setuptools python3-setuptools"
|
||||||
depends="python-setuptools"
|
depends="python-setuptools"
|
||||||
short_desc="Python2 style guide checker (formerly called pep8)"
|
short_desc="Python2 style guide checker (formerly called pep8)"
|
||||||
maintainer="Alessio Sergi <al3hex@gmail.com>"
|
maintainer="Alessio Sergi <al3hex@gmail.com>"
|
||||||
homepage="https://github.com/PyCQA/pycodestyle"
|
|
||||||
license="MIT"
|
license="MIT"
|
||||||
|
homepage="https://github.com/PyCQA/pycodestyle"
|
||||||
distfiles="${PYPI_SITE}/p/pycodestyle/pycodestyle-${version}.tar.gz"
|
distfiles="${PYPI_SITE}/p/pycodestyle/pycodestyle-${version}.tar.gz"
|
||||||
checksum=e40a936c9a450ad81df37f549d676d127b1b66000a6c500caa2b085bc0ca976c
|
checksum=c58a7d2815e0e8d7972bf1803331fb0152f867bd89adf8a01dfd55085434192e
|
||||||
alternatives="pycodestyle:pycodestyle:/usr/bin/pycodestyle2"
|
alternatives="pycodestyle:pycodestyle:/usr/bin/pycodestyle2"
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
|
@ -22,7 +21,6 @@ post_install() {
|
||||||
|
|
||||||
python3-pycodestyle_package() {
|
python3-pycodestyle_package() {
|
||||||
archs=noarch
|
archs=noarch
|
||||||
pycompile_module="pycodestyle.py"
|
|
||||||
depends="python3-setuptools"
|
depends="python3-setuptools"
|
||||||
short_desc="${short_desc/Python2/Python3}"
|
short_desc="${short_desc/Python2/Python3}"
|
||||||
alternatives="pycodestyle:pycodestyle:/usr/bin/pycodestyle3"
|
alternatives="pycodestyle:pycodestyle:/usr/bin/pycodestyle3"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue