From 8fb5d68c642e14a8e34ac6348d6ddc78ce03df4e Mon Sep 17 00:00:00 2001 From: lemmi Date: Mon, 15 Jul 2024 09:19:20 +0200 Subject: [PATCH] python3-pyinfra: update to 3.0.1. --- srcpkgs/python3-pyinfra/template | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/srcpkgs/python3-pyinfra/template b/srcpkgs/python3-pyinfra/template index c72b1d7881b..8a138c05a18 100644 --- a/srcpkgs/python3-pyinfra/template +++ b/srcpkgs/python3-pyinfra/template @@ -1,12 +1,12 @@ # Template file for 'python3-pyinfra' pkgname=python3-pyinfra -version=2.9.2 +version=3.0.1 revision=1 -build_style=python3-module +build_style=python3-pep517 hostmakedepends="python3-setuptools" depends="python3 python3-Jinja2 python3-click python3-colorama python3-dateutil python3-distro python3-docopt python3-gevent python3-paramiko python3-pywinrm - python3-six python3-yaml" + python3-six python3-yaml python3-packaging python3-typeguard" checkdepends="${depends} python3-pytest python3-mock openssh" short_desc="Automate infrastructure super fast at massive scale" maintainer="Leah Neukirchen " @@ -14,11 +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=10a4d7698f60ff142541d7e5c8173147b3613489c720899f3b92e278f2e95789 - -post_extract() { - vsed -i -e '/configparser/d' setup.py # is in Python 3.8 -} +checksum=23cc2709d3979b71955541454889d19edf6077acef14826b7fd730bca6cc7273 post_install() { rm -r ${DESTDIR}/${py3_sitelib}/tests