python3-ansible-compat: update to 2.0.2.
This commit is contained in:
parent
4c9d101980
commit
6ab7380450
1 changed files with 3 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'python3-ansible-compat'
|
||||
pkgname=python3-ansible-compat
|
||||
version=2.0.0
|
||||
version=2.0.2
|
||||
revision=1
|
||||
wrksrc="${pkgname/python3-/}-${version}"
|
||||
build_style=python3-pep517
|
||||
|
@ -12,11 +12,11 @@ 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=4027da4ec2b524c263a801cc2dc6da2b98c2996cec258cef118a30c790467ed2
|
||||
checksum=c651995dc323ef145bab857fee6540febc881fb71b7feafe8163d49e273163a5
|
||||
|
||||
post_patch() {
|
||||
# scm versioning is broken in this release
|
||||
vsed -e "/name =/a version = ${version}" -e "/setuptools_scm/d" -i setup.cfg
|
||||
vsed -e "/name =/a version = ${version}" -i setup.cfg
|
||||
}
|
||||
|
||||
post_install() {
|
||||
|
|
Loading…
Reference in a new issue