python3-pyinfra: update to 2.1.
This commit is contained in:
parent
54d2c5afee
commit
6ad8d91300
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'python3-pyinfra'
|
||||
pkgname=python3-pyinfra
|
||||
version=2.0.2
|
||||
version=2.1
|
||||
revision=1
|
||||
wrksrc="pyinfra-${version}"
|
||||
build_style=python3-module
|
||||
|
@ -14,7 +14,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=d5775bbd7060a67184092f6d29d7ee9f08ad76035cad7328e2fd63824c6fa649
|
||||
checksum=aba617e8b672b3a2f0a3efcbf142a86c5e47a2adfe9b54ceef009ccbfc8221a9
|
||||
|
||||
post_extract() {
|
||||
vsed -i -e '/configparser/d' setup.py # is in Python 3.8
|
||||
|
|
Loading…
Reference in New Issue