Search Criteria
Package Details: pyinfra 3.1.1-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: | 4 |
Popularity: | 0.052800 |
First Submitted: | 2020-06-13 17:12 (UTC) |
Last Updated: | 2024-10-01 06:59 (UTC) |
Dependencies (15)
- python (python37AUR, python311AUR, python310AUR)
- python-click
- python-dateutil
- python-distro
- python-gevent (python-gevent-gitAUR)
- python-importlib-metadata
- python-jinja
- python-packaging
- python-paramiko (python-paramiko-ngAUR)
- python-typeguard
- python-typing_extensions
- python-build (make)
- python-installer (python-installer-gitAUR) (make)
- python-setuptools (make)
- python-wheel (make)
Latest Comments
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),
pywinrm
doesn't seem to be used anymore. See CHANGELOG.md:81I also find no reference to
configparser
outside 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 :))