# Template file for 'python-yamllint' pkgname=python-yamllint version=1.15.0 revision=2 archs=noarch 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=9c27608ec61777f83c2cb29158b247a02079ad2aebb86522dd941397e3e78f6a alternatives="yamllint:yamllint:/usr/bin/yamllint2" do_check() { python3 setup.py test } python3-yamllint_package() { archs=noarch 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* } }