New package: python3-pyinfra-0.15

This commit is contained in:
Leah Neukirchen 2020-06-26 21:43:13 +02:00
parent 7b168b20fd
commit 28b669fdd6

View file

@ -0,0 +1,25 @@
# Template file for 'python3-pyinfra'
pkgname=python3-pyinfra
version=0.15
revision=1
archs=noarch
wrksrc="pyinfra-${version}"
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="python3 python3-Jinja2 python3-click python3-colorama python3-dateutil
python3-docopt python3-gevent python3-paramiko python3-pywinrm python3-six
python3-yaml"
short_desc="Automate infrastructure super fast at massive scale"
maintainer="Leah Neukirchen <leah@vuxu.org>"
license="MIT"
homepage="https://pyinfra.com/"
distfiles="https://github.com/Fizzadar/pyinfra/archive/v${version}.tar.gz"
checksum=4c311fc5a4bb132e2838bc4546da40bda677d7937105cc22de4cf789ad2b20eb
post_extract() {
vsed -i -e '/configparser/d' setup.py # is in Python 3.8
}
post_install() {
vlicense LICENSE.md
}