# Template file for 'python3-ansible-compat' pkgname=python3-ansible-compat version=2.1.0 revision=1 wrksrc="${pkgname/python3-/}-${version}" build_style=python3-pep517 hostmakedepends="python3-wheel python3-setuptools_scm" depends="python3-subprocess-tee python3-yaml" short_desc="Python package for working with various version of ansible" maintainer="Jan Christian Grünhage " license="MIT" homepage="https://github.com/ansible-community/ansible-compat" distfiles="${PYPI_SITE}/a/${pkgname/python3-/}/${pkgname/python3-/}-${version}.tar.gz" checksum=62bae1bb5c20663d5ee1bfec04f073c08be721040af9ef5bddc7904e6678d184 post_patch() { vsed -e "/setuptools_scm_git_archive/d" -i pyproject.toml } post_install() { vlicense LICENSE }