Skip to content

Commit 8fb5d68

Browse files
committed
python3-pyinfra: update to 3.0.1.
1 parent b0fb18a commit 8fb5d68

File tree

1 file changed

+4
-8
lines changed

1 file changed

+4
-8
lines changed

srcpkgs/python3-pyinfra/template

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,20 @@
11
# Template file for 'python3-pyinfra'
22
pkgname=python3-pyinfra
3-
version=2.9.2
3+
version=3.0.1
44
revision=1
5-
build_style=python3-module
5+
build_style=python3-pep517
66
hostmakedepends="python3-setuptools"
77
depends="python3 python3-Jinja2 python3-click python3-colorama python3-dateutil
88
python3-distro python3-docopt python3-gevent python3-paramiko python3-pywinrm
9-
python3-six python3-yaml"
9+
python3-six python3-yaml python3-packaging python3-typeguard"
1010
checkdepends="${depends} python3-pytest python3-mock openssh"
1111
short_desc="Automate infrastructure super fast at massive scale"
1212
maintainer="Leah Neukirchen <[email protected]>"
1313
license="MIT"
1414
homepage="https://pyinfra.com/"
1515
changelog="https://github.com/Fizzadar/pyinfra/blob/HEAD/CHANGELOG.md"
1616
distfiles="https://github.com/Fizzadar/pyinfra/archive/v${version}.tar.gz"
17-
checksum=10a4d7698f60ff142541d7e5c8173147b3613489c720899f3b92e278f2e95789
18-
19-
post_extract() {
20-
vsed -i -e '/configparser/d' setup.py # is in Python 3.8
21-
}
17+
checksum=23cc2709d3979b71955541454889d19edf6077acef14826b7fd730bca6cc7273
2218

2319
post_install() {
2420
rm -r ${DESTDIR}/${py3_sitelib}/tests

0 commit comments

Comments
 (0)