mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-08 16:13:50 +02:00
python-yamllint: update to 1.13.0.
This commit is contained in:
parent
bdacd0b1a2
commit
4374a88a61
1 changed files with 3 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'python-yamllint'
|
# Template file for 'python-yamllint'
|
||||||
pkgname=python-yamllint
|
pkgname=python-yamllint
|
||||||
version=1.12.1
|
version=1.13.0
|
||||||
revision=1
|
revision=1
|
||||||
noarch=yes
|
noarch=yes
|
||||||
wrksrc="yamllint-${version}"
|
wrksrc="yamllint-${version}"
|
||||||
|
@ -11,10 +11,10 @@ depends="python-pathspec python-setuptools python-yaml"
|
||||||
checkdepends="python3-pathspec python3-yaml"
|
checkdepends="python3-pathspec python3-yaml"
|
||||||
short_desc="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"
|
|
||||||
license="GPL-3.0-or-later"
|
license="GPL-3.0-or-later"
|
||||||
|
homepage="https://github.com/adrienverge/yamllint"
|
||||||
distfiles="${homepage}/archive/v${version}.tar.gz"
|
distfiles="${homepage}/archive/v${version}.tar.gz"
|
||||||
checksum=63549d4b34bab8dc6b44edb256faac23a21c8ea3644fa6400e7f846f86b50b62
|
checksum=9ead13bb88146703d7856a14ebb3bcd25ef95eacded865236f407f0cbb298c22
|
||||||
alternatives="yamllint:yamllint:/usr/bin/yamllint2"
|
alternatives="yamllint:yamllint:/usr/bin/yamllint2"
|
||||||
|
|
||||||
do_check() {
|
do_check() {
|
||||||
|
|
Loading…
Add table
Reference in a new issue