python3-pyinfra: update to 1.3.4.
This commit is contained in:
parent
0bc4eb8e7c
commit
5927adc2fc
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'python3-pyinfra'
|
||||
pkgname=python3-pyinfra
|
||||
version=1.3.3
|
||||
revision=2
|
||||
version=1.3.4
|
||||
revision=1
|
||||
wrksrc="pyinfra-${version}"
|
||||
build_style=python3-module
|
||||
hostmakedepends="python3-setuptools"
|
||||
|
@ -13,7 +13,7 @@ maintainer="Leah Neukirchen <leah@vuxu.org>"
|
|||
license="MIT"
|
||||
homepage="https://pyinfra.com/"
|
||||
distfiles="https://github.com/Fizzadar/pyinfra/archive/v${version}.tar.gz"
|
||||
checksum=f6a7575f0f5ad337f988916296ee5b756f2be4ac24d047b5a6130d71b2acc8c1
|
||||
checksum=c33f1c4e716fc0aba7d49f36467c5983e37e9d02ad94c3036ba07d8c61fab5c3
|
||||
|
||||
post_extract() {
|
||||
vsed -i -e '/configparser/d' setup.py # is in Python 3.8
|
||||
|
|
Loading…
Reference in New Issue