File tree Expand file tree Collapse file tree 1 file changed +4
-8
lines changed
Expand file tree Collapse file tree 1 file changed +4
-8
lines changed Original file line number Diff line number Diff line change 11# Template file for 'python3-pyinfra'
22pkgname=python3-pyinfra
3- version=2.9.2
3+ version=3.0.1
44revision=1
5- build_style=python3-module
5+ build_style=python3-pep517
66hostmakedepends="python3-setuptools"
77depends="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 "
1010checkdepends="${depends} python3-pytest python3-mock openssh"
1111short_desc="Automate infrastructure super fast at massive scale"
1212maintainer="Leah Neukirchen <
[email protected] >"
1313license="MIT"
1414homepage="https://pyinfra.com/"
1515changelog="https://github.com/Fizzadar/pyinfra/blob/HEAD/CHANGELOG.md"
1616distfiles="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
2319post_install() {
2420 rm -r ${DESTDIR}/${py3_sitelib}/tests
You can’t perform that action at this time.
0 commit comments