python3-pyinfra: update to 0.16.
This commit is contained in:
parent
c6d905b8f6
commit
96d2390578
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'python3-pyinfra'
|
# Template file for 'python3-pyinfra'
|
||||||
pkgname=python3-pyinfra
|
pkgname=python3-pyinfra
|
||||||
version=0.15
|
version=0.16
|
||||||
revision=1
|
revision=1
|
||||||
archs=noarch
|
archs=noarch
|
||||||
wrksrc="pyinfra-${version}"
|
wrksrc="pyinfra-${version}"
|
||||||
|
@ -14,7 +14,7 @@ maintainer="Leah Neukirchen <leah@vuxu.org>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
homepage="https://pyinfra.com/"
|
homepage="https://pyinfra.com/"
|
||||||
distfiles="https://github.com/Fizzadar/pyinfra/archive/v${version}.tar.gz"
|
distfiles="https://github.com/Fizzadar/pyinfra/archive/v${version}.tar.gz"
|
||||||
checksum=4c311fc5a4bb132e2838bc4546da40bda677d7937105cc22de4cf789ad2b20eb
|
checksum=4eaaa5134801d267c78264ee660bdb002a82b67aaced71556ed7107498720edb
|
||||||
|
|
||||||
post_extract() {
|
post_extract() {
|
||||||
vsed -i -e '/configparser/d' setup.py # is in Python 3.8
|
vsed -i -e '/configparser/d' setup.py # is in Python 3.8
|
||||||
|
|
Loading…
Reference in a new issue