python-yamllint: update to 1.11.1. (#13267)
This commit is contained in:
parent
3f38beb642
commit
d2bd15930b
1 changed files with 7 additions and 7 deletions
|
@ -1,20 +1,20 @@
|
|||
# Template file for 'python-yamllint'
|
||||
pkgname=python-yamllint
|
||||
version=1.11.0
|
||||
version=1.11.1
|
||||
revision=1
|
||||
noarch=yes
|
||||
wrksrc="yamllint-${version}"
|
||||
build_style=python-module
|
||||
pycompile_module="yamllint"
|
||||
hostmakedepends="python-setuptools python3-setuptools"
|
||||
depends="python-setuptools python-yaml python-pathspec"
|
||||
checkdepends="python3-yaml python3-pathspec"
|
||||
depends="python-pathspec python-setuptools python-yaml"
|
||||
checkdepends="python3-pathspec python3-yaml"
|
||||
short_desc="Python2 linter for YAML files"
|
||||
maintainer="Joseph LaFreniere <joseph@lafreniere.xyz>"
|
||||
homepage="https://github.com/adrienverge/yamllint"
|
||||
license="GPL-3"
|
||||
license="GPL-3.0-or-later"
|
||||
distfiles="${homepage}/archive/v${version}.tar.gz"
|
||||
checksum=55916772ada4507fea84d09f8ca7c24b2e0fc8dea6c1f2caf8328c72cc81ae6e
|
||||
checksum=56221b7c0a50b1619e491eb157624a5d1b160c1a4f019d64f117268f42fe4ca4
|
||||
noarch=yes
|
||||
alternatives="yamllint:yamllint:/usr/bin/yamllint2"
|
||||
|
||||
do_check() {
|
||||
|
@ -23,7 +23,7 @@ do_check() {
|
|||
|
||||
python3-yamllint_package() {
|
||||
noarch=yes
|
||||
depends="python3-setuptools python3-yaml python3-pathspec"
|
||||
depends="python3-pathspec python3-setuptools python3-yaml"
|
||||
pycompile_module="yamllint"
|
||||
short_desc="${short_desc/Python2/Python3}"
|
||||
alternatives="yamllint:yamllint:/usr/bin/yamllint3"
|
||||
|
|
Loading…
Reference in a new issue