python3-ansible-compat: update to 2.2.5.

This commit is contained in:
Jan Christian Grünhage 2022-11-22 19:49:05 +01:00 committed by Michal Vasilek
parent 0eddd66177
commit cb2c2c24bf

View file

@ -1,6 +1,6 @@
# Template file for 'python3-ansible-compat' # Template file for 'python3-ansible-compat'
pkgname=python3-ansible-compat pkgname=python3-ansible-compat
version=2.2.4 version=2.2.5
revision=1 revision=1
build_style=python3-pep517 build_style=python3-pep517
hostmakedepends="python3-wheel python3-setuptools_scm" hostmakedepends="python3-wheel python3-setuptools_scm"
@ -10,10 +10,10 @@ maintainer="Jan Christian Grünhage <jan.christian@gruenhage.xyz>"
license="MIT" license="MIT"
homepage="https://github.com/ansible/ansible-compat" homepage="https://github.com/ansible/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=6a2c3ade5005530cdfdd8e961c784b1718f17ad480a1be5a8014bff89c9c9c2e checksum=28c7c545fd60ef9c3059cfb2fefd27f92db091ff6b5868f83f121ceb5e1fe1b5
post_patch() { post_patch() {
vsed -e "/setuptools_scm_git_archive/d" -i pyproject.toml export SETUPTOOLS_SCM_PRETEND_VERSION="${version}"
} }
post_install() { post_install() {