python3-ansible-compat: update to 2.1.0.

This commit is contained in:
Jan Christian Grünhage 2022-05-10 16:04:50 +02:00 committed by Leah Neukirchen
parent 3317483be2
commit 6ff9c2c38b

View file

@ -1,7 +1,7 @@
# Template file for 'python3-ansible-compat' # Template file for 'python3-ansible-compat'
pkgname=python3-ansible-compat pkgname=python3-ansible-compat
version=2.0.2 version=2.1.0
revision=2 revision=1
wrksrc="${pkgname/python3-/}-${version}" wrksrc="${pkgname/python3-/}-${version}"
build_style=python3-pep517 build_style=python3-pep517
hostmakedepends="python3-wheel python3-setuptools_scm" hostmakedepends="python3-wheel python3-setuptools_scm"
@ -11,7 +11,7 @@ maintainer="Jan Christian Grünhage <jan.christian@gruenhage.xyz>"
license="MIT" license="MIT"
homepage="https://github.com/ansible-community/ansible-compat" homepage="https://github.com/ansible-community/ansible-compat"
distfiles="${PYPI_SITE}/a/${pkgname/python3-/}/${pkgname/python3-/}-${version}.tar.gz" distfiles="${PYPI_SITE}/a/${pkgname/python3-/}/${pkgname/python3-/}-${version}.tar.gz"
checksum=c651995dc323ef145bab857fee6540febc881fb71b7feafe8163d49e273163a5 checksum=62bae1bb5c20663d5ee1bfec04f073c08be721040af9ef5bddc7904e6678d184
post_patch() { post_patch() {
vsed -e "/setuptools_scm_git_archive/d" -i pyproject.toml vsed -e "/setuptools_scm_git_archive/d" -i pyproject.toml