mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-29 17:02:56 +02:00
python3-pyinfra: update to 3.3.1.
This commit is contained in:
parent
86b011768d
commit
f22f031c5e
1 changed files with 3 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'python3-pyinfra'
|
# Template file for 'python3-pyinfra'
|
||||||
pkgname=python3-pyinfra
|
pkgname=python3-pyinfra
|
||||||
version=3.2
|
version=3.3.1
|
||||||
revision=1
|
revision=1
|
||||||
build_style=python3-pep517
|
build_style=python3-pep517
|
||||||
hostmakedepends="python3-setuptools"
|
hostmakedepends="python3-setuptools"
|
||||||
|
@ -8,14 +8,14 @@ depends="python3 python3-Jinja2 python3-click python3-colorama python3-dateutil
|
||||||
python3-distro python3-docopt python3-gevent python3-paramiko python3-pywinrm
|
python3-distro python3-docopt python3-gevent python3-paramiko python3-pywinrm
|
||||||
python3-six python3-yaml python3-packaging python3-typeguard
|
python3-six python3-yaml python3-packaging python3-typeguard
|
||||||
python3-setuptools"
|
python3-setuptools"
|
||||||
checkdepends="${depends} python3-pytest python3-mock openssh"
|
checkdepends="${depends} python3-pytest python3-mock openssh sudo"
|
||||||
short_desc="Automate infrastructure super fast at massive scale"
|
short_desc="Automate infrastructure super fast at massive scale"
|
||||||
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
homepage="https://pyinfra.com/"
|
homepage="https://pyinfra.com/"
|
||||||
changelog="https://github.com/Fizzadar/pyinfra/blob/HEAD/CHANGELOG.md"
|
changelog="https://github.com/Fizzadar/pyinfra/blob/HEAD/CHANGELOG.md"
|
||||||
distfiles="https://github.com/Fizzadar/pyinfra/archive/v${version}.tar.gz"
|
distfiles="https://github.com/Fizzadar/pyinfra/archive/v${version}.tar.gz"
|
||||||
checksum=7da8d0dc2a5fba37b221c26de2510167d32db8aa0ff1fe4417ee2266c007e285
|
checksum=6490bba47b0182b0c79b3c915bf1f1058be874af4a7edcb95f1ef990f4a44e22
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
rm -r ${DESTDIR}/${py3_sitelib}/tests
|
rm -r ${DESTDIR}/${py3_sitelib}/tests
|
||||||
|
|
Loading…
Add table
Reference in a new issue