python3-pyinfra: update to 2.9.
This commit is contained in:
parent
58302c46f0
commit
50724c52d6
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'python3-pyinfra'
|
||||
pkgname=python3-pyinfra
|
||||
version=2.8
|
||||
version=2.9
|
||||
revision=1
|
||||
build_style=python3-module
|
||||
hostmakedepends="python3-setuptools"
|
||||
|
@ -14,7 +14,7 @@ license="MIT"
|
|||
homepage="https://pyinfra.com/"
|
||||
changelog="https://github.com/Fizzadar/pyinfra/blob/HEAD/CHANGELOG.md"
|
||||
distfiles="https://github.com/Fizzadar/pyinfra/archive/v${version}.tar.gz"
|
||||
checksum=07afae072e699cc880506524d8235d38429f897094c101dc3cad731597f50670
|
||||
checksum=3c8f71b557a850ae23370b4846d0631110648168c5fe9723051a7bf74ec3f50c
|
||||
|
||||
post_extract() {
|
||||
vsed -i -e '/configparser/d' setup.py # is in Python 3.8
|
||||
|
|
Loading…
Reference in New Issue