22 lines
721 B
Bash
22 lines
721 B
Bash
# Template file for 'python3-ansible-compat'
|
|
pkgname=python3-ansible-compat
|
|
version=2.2.1
|
|
revision=2
|
|
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 <jan.christian@gruenhage.xyz>"
|
|
license="MIT"
|
|
homepage="https://github.com/ansible-community/ansible-compat"
|
|
distfiles="${PYPI_SITE}/a/${pkgname/python3-/}/${pkgname/python3-/}-${version}.tar.gz"
|
|
checksum=7a012753a0a02dab2f22b0e574e3e7b00399f660606154474ffe25621fa80d3b
|
|
|
|
post_patch() {
|
|
vsed -e "/setuptools_scm_git_archive/d" -i pyproject.toml
|
|
}
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|