mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-06 13:57:14 +02:00
testing/py-ansible-lint: upgrade to 3.4.20
This commit is contained in:
parent
8dc86fdf41
commit
dec78dceb2
@ -2,7 +2,7 @@
|
|||||||
# Maintainer: Fabian Affolter <fabian@affolter-engineering.ch>
|
# Maintainer: Fabian Affolter <fabian@affolter-engineering.ch>
|
||||||
pkgname=py-ansible-lint
|
pkgname=py-ansible-lint
|
||||||
_pkgname=ansible-lint
|
_pkgname=ansible-lint
|
||||||
pkgver=3.4.17
|
pkgver=3.4.20
|
||||||
pkgrel=0
|
pkgrel=0
|
||||||
pkgdesc="A tool to check ansible playbooks"
|
pkgdesc="A tool to check ansible playbooks"
|
||||||
url="https://github.com/willthames/ansible-lint"
|
url="https://github.com/willthames/ansible-lint"
|
||||||
@ -16,8 +16,8 @@ builddir="$srcdir"/$_pkgname-$pkgver
|
|||||||
|
|
||||||
build() {
|
build() {
|
||||||
cd "$builddir"
|
cd "$builddir"
|
||||||
python2 setup.py build || return 1
|
python2 setup.py build
|
||||||
python3 setup.py build || return 1
|
python3 setup.py build
|
||||||
}
|
}
|
||||||
|
|
||||||
package() {
|
package() {
|
||||||
@ -45,4 +45,4 @@ _py() {
|
|||||||
$python setup.py install --prefix=/usr --root="$subpkgdir"
|
$python setup.py install --prefix=/usr --root="$subpkgdir"
|
||||||
}
|
}
|
||||||
|
|
||||||
sha512sums="92ce47f01f30fbbe8e8e67cf9654b50d33ff98722c75a2c14d1ad8a42cbfae5a7643961ffb2fe4ec28d986a5c7dce43d090694917c2aa3da161dbd182a1ed3d8 ansible-lint-3.4.17.tar.gz"
|
sha512sums="a1644cbad1b629cf2d428bded305793ca8e97dc73c1fa9454f65bcce8e51fee23ea0dcd0bca7fbe998bed0dc008a5cf8363980ed180fd3b8cb2a7f214b34cff2 ansible-lint-3.4.20.tar.gz"
|
||||||
|
Loading…
Reference in New Issue
Block a user