Search Criteria
Package Details: pyinfra 3.7-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/pyinfra.git (read-only, click to copy) |
|---|---|
| Package Base: | pyinfra |
| Description: | Automate infrastructure super fast at massive scale |
| Upstream URL: | https://github.com/pyinfra-dev/pyinfra |
| Licenses: | MIT |
| Submitter: | rumpelsepp |
| Maintainer: | xiota |
| Last Packager: | xiota |
| Votes: | 5 |
| Popularity: | 0.002235 |
| First Submitted: | 2020-06-13 17:12 (UTC) |
| Last Updated: | 2026-03-12 21:54 (UTC) |
Dependencies (15)
- python
- python-click
- python-dateutil (python-dateutil-gitAUR)
- python-distro
- python-gevent (python-gevent-gitAUR)
- python-jinja
- python-packaging
- python-paramiko (python-paramiko-ngAUR)
- python-pydantic
- python-typeguard
- python-typing_extensions
- python-build (make)
- python-hatch (python-hatch-gitAUR) (make)
- python-installer (make)
- python-wheel (make)
Latest Comments
5long commented on 2026-01-12 07:29 (UTC)
Fails to run due to DSSKey being removed from paramiko 4.0. Patch available: https://github.com/pyinfra-dev/pyinfra/pull/1525/changes/a655bdf425884055145cfd0011c3b444c9a3ada2
xiota commented on 2024-10-01 06:03 (UTC) (edited on 2024-10-01 07:48 (UTC) by xiota)
In case anyone wonders (me in future),
pywinrmdoesn't seem to be used anymore. See CHANGELOG.md:81I also find no reference to
configparseroutside ofsetup.py. Probably developer forgot to update depends list.virtualsid commented on 2024-05-03 12:54 (UTC)
@xiota - wow, that was quick! I somehow missed the pywinrm package in arch proper and just finished making my own PKGBUILD, d'oh. :)
Also, I think just 'configparser' is missing. I just installed it via AUR, and it works now - well, I'm able to run 'pyinfra' and not get an error about anything else being missing :)
I doubled checked against https://github.com/pyinfra-dev/pyinfra/blob/3.x/setup.py
xiota commented on 2024-05-03 12:01 (UTC)
@virtualsid Thanks for letting me know. Package updated. Let me know if you find anything else.
virtualsid commented on 2024-05-03 11:21 (UTC)
I just installed this, and notice that the dependency 'pywinrm' is missing, causing pyinfra to error out when trying to be run.
(In the meantime, I'm seeing if I can work out how to build the package for Arch :))