python-yamllint: update to 1.6.1

This commit is contained in:
Alessio Sergi 2017-03-02 15:12:41 +01:00
parent cd2199ad22
commit 68eb76e13c

View file

@ -1,24 +1,24 @@
# Template file for 'python-yamllint' # Template file for 'python-yamllint'
pkgname=python-yamllint pkgname=python-yamllint
version=1.6.0 version=1.6.1
revision=1 revision=1
noarch=yes noarch=yes
wrksrc="yamllint-${version}" wrksrc="yamllint-${version}"
build_style=python-module build_style=python-module
pycompile_module="yamllint" pycompile_module="yamllint"
hostmakedepends="python-setuptools python3-setuptools" hostmakedepends="python-setuptools python3-setuptools"
depends="python-yaml" depends="python-setuptools python-yaml"
short_desc="A Python2 linter for YAML files" short_desc="Python2 linter for YAML files"
maintainer="Joseph LaFreniere <joseph@lafreniere.xyz>" maintainer="Joseph LaFreniere <joseph@lafreniere.xyz>"
homepage="https://github.com/adrienverge/yamllint" homepage="https://github.com/adrienverge/yamllint"
license="GPL-3" license="GPL-3"
distfiles="${homepage}/archive/v${version}.tar.gz" distfiles="${homepage}/archive/v${version}.tar.gz"
checksum=4e7ea55142fdfc247bb01711962bae852136bf56ddfdd1d66e07eff355d9969e checksum=a100c738df43e9bf82abfb5f496c503c48ee1112c56c8906078bb11733bb6aa0
alternatives="yamllint:yamllint:/usr/bin/yamllint2" alternatives="yamllint:yamllint:/usr/bin/yamllint2"
python3-yamllint_package() { python3-yamllint_package() {
noarch=yes noarch=yes
depends="python3-yaml" depends="python3-setuptools python3-yaml"
pycompile_module="yamllint" pycompile_module="yamllint"
short_desc="${short_desc/Python2/Python3}" short_desc="${short_desc/Python2/Python3}"
alternatives="yamllint:yamllint:/usr/bin/yamllint3" alternatives="yamllint:yamllint:/usr/bin/yamllint3"