void-packages/srcpkgs/python3-pyinfra/template
2021-11-04 19:26:50 +01:00

26 lines
830 B
Bash

# Template file for 'python3-pyinfra'
pkgname=python3-pyinfra
version=1.4.18
revision=1
wrksrc="pyinfra-${version}"
build_style=python3-module
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"
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=4b69c99d59b0744ad48534cb08bd15c8f4a34d16f45d2ae95117f6edb7f5551b
post_extract() {
vsed -i -e '/configparser/d' setup.py # is in Python 3.8
}
post_install() {
rm -r ${DESTDIR}/${py3_sitelib}/tests
vlicense LICENSE.md
}