# Template file for 'python-yamllint' pkgname=python-yamllint version=1.14.0 revision=1 noarch=yes wrksrc="yamllint-${version}" build_style=python-module pycompile_module="yamllint" hostmakedepends="python-setuptools python3-setuptools" depends="python-pathspec python-setuptools python-yaml" checkdepends="python3-pathspec python3-yaml" short_desc="Python2 linter for YAML files" maintainer="Joseph LaFreniere " license="GPL-3.0-or-later" homepage="https://github.com/adrienverge/yamllint" distfiles="${homepage}/archive/v${version}.tar.gz" checksum=17fff12fe15d1df799d8c8766fad76d3b7501d6a7f496190bd654340db5254e2 alternatives="yamllint:yamllint:/usr/bin/yamllint2" do_check() { python3 setup.py test } python3-yamllint_package() { noarch=yes depends="python3-pathspec python3-setuptools python3-yaml" pycompile_module="yamllint" short_desc="${short_desc/Python2/Python3}" alternatives="yamllint:yamllint:/usr/bin/yamllint3" pkg_install() { vmove usr/bin/*3 vmove usr/lib/python3* } }