Port details |
- py-pyinfra Automates infrastructure using Python
- 3.5 sysutils
=2 3.3.1Version of this port present on the latest quarterly branch. - Maintainer: atanubiswas484@gmail.com
 - Port Added: 2024-08-07 05:54:05
- Last Update: 2025-09-05 02:06:13
- Commit Hash: cf8ffc1
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py311-PyOpenGL, p5-Sane
- Also Listed In: python
- License: MIT
- WWW:
- https://pyinfra.com/
- Description:
- pyinfra turns Python code into shell commands and runs them on your servers.
Execute ad-hoc commands and write declarative operations. Target SSH servers,
local machine and Docker containers. Fast and scales from one server to
thousands.
Think ansible but Python instead of YAML, and a lot faster.
¦ ¦ ¦ ¦ 
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - There is no configure plist information for this port.
- USE_RC_SUBR (Service Scripts)
- no SUBR information found for this port
- Dependency lines:
-
- ${PYTHON_PKGNAMEPREFIX}pyinfra>0:sysutils/py-pyinfra@${PY_FLAVOR}
- To install the port:
- cd /usr/ports/sysutils/py-pyinfra/ && make install clean
- To add the package, run one of these commands:
- pkg install sysutils/py-pyinfra
- pkg install py311-pyinfra
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above. NOTE: This is a Python port. Instead of py311-pyinfra listed in the above command, you can pick from the names under the Packages section.- PKGNAME: py311-pyinfra
- Package flavors (<flavor>: <package>)
- distinfo:
- TIMESTAMP = 1757009414
SHA256 (pyinfra-3.5.tar.gz) = db7f7de7e5e3d2202fb01c089e93e6bef7a5d898d119f3a8964da4b54e123a9c
SIZE (pyinfra-3.5.tar.gz) = 233210
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- py311-setuptools>0 : devel/py-setuptools@py311
- py311-wheel>0 : devel/py-wheel@py311
- python3.11 : lang/python311
- py311-build>=0 : devel/py-build@py311
- py311-installer>=0 : devel/py-installer@py311
- Test dependencies:
-
- py311-coverage>0 : devel/py-coverage@py311
- py311-pytest-cov>0 : devel/py-pytest-cov@py311
- py311-pyyaml>6 : devel/py-pyyaml@py311
- py311-pytest>=0 : devel/py-pytest@py311
- python3.11 : lang/python311
- Runtime dependencies:
-
- py311-click>2 : devel/py-click@py311
- py311-distro>=1.6<2 : sysutils/py-distro@py311
- py311-gevent>=1.5 : devel/py-gevent@py311
- py311-Jinja2>2<4 : devel/py-Jinja2@py311
- py311-packaging>=16.1 : devel/py-packaging@py311
- py311-paramiko>=2.7<4 : security/py-paramiko@py311
- py311-python-dateutil>2<3 : devel/py-python-dateutil@py311
- py311-pywinrm>0 : security/py-pywinrm@py311
- py311-typeguard>0 : devel/py-typeguard@py311
- python3.11 : lang/python311
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- sysutils_py-pyinfra
- USES:
- pytest python
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
3.5 05 Sep 2025 02:06:13
    |
Vladimir Druzenko (vvd)  Author: Atanu Biswas |
sysutils/py-pyinfra: Update 3.3.1 => 3.5, take maintainership
Changelogs:
https://github.com/pyinfra-dev/pyinfra/releases/tag/v3.4
https://github.com/pyinfra-dev/pyinfra/releases/tag/v3.5
- Switch from GitHub to PyPI as per Python Ports Policy.
- Switch from distutils to pep517 as per Python Ports Policy.
- Remove dependency from devel/py-configparser as this backport is only
relevant to Python <3.
- Pyinfra dropped configparser as a requirement in v3.5 (no longer
imported).
- Remove runtime devel/py-setuptools as the Ports framework no longer
recommends setuptools as a runtime dependency.
- Removed PYTEST_BROKEN_TESTS entry for test_sshuserclient. This was
broken due to Paramiko <3.2 missing PKey.from_type_string. But Port's
tree now ships Paramiko 3.5.1, so the test passes.
Also removed the comments as they are no longer relevant.
PR: 289301 |
3.3.1 04 Sep 2025 05:34:12
    |
Jesús Daniel Colmenares Oviedo (dtxdf)  |
sysutils/py-pyinfra: drop maintainership |
3.3.1 03 Jun 2025 06:04:09
    |
Jesús Daniel Colmenares Oviedo (dtxdf)  |
*/*: Change maintainer address to my @FreeBSD.org email
Approved by: acm (mentor) |
3.3.1 24 May 2025 22:05:34
    |
Vladimir Druzenko (vvd)  Author: Jesús Daniel Colmenares Oviedo |
sysutils/py-pyinfra: Update 3.2 => 3.3.1, take maintainership
* Add TEST_DEPENDS=devel/py-pyyaml
* Add PYTEST_BROKEN_TESTS=test_sshuserclient
* Pet portfmt/portclippy
ChangeLogs:
https://github.com/pyinfra-dev/pyinfra/blob/v3.3.1/CHANGELOG.md
PR: 286940
Approved by: Florian Walpen <dev@submerge.ch> (former maintainer) |
3.2_1 18 Apr 2025 05:38:49
    |
Po-Chuan Hsieh (sunpoet)  |
sysutils/py-pyinfra: Add NO_ARCH
Approved by: portmgr (blanket) |
3.2_1 09 Apr 2025 17:45:14
    |
Po-Chuan Hsieh (sunpoet)  |
sysutils/py-pyinfra: Remove outdated PYTHON_REL check after lang/python38
removal (ca15850a2b13f4fede0294d724e1d4a8edec8407)
Approved by: portmgr (blanket)
With hat: python |
3.2_1 08 Mar 2025 04:05:21
    |
Charlie Li (vishwin)  |
python: bump all USE_PYTHON=distutils consumers after RUN_DEPENDS removal
Any missed ports, feel free to bump.
Any ports that need setuptools at runtime can have the devel/py-setuptools
manually added back to RUN_DEPENDS, but understand that this practice
is deprecated; see CHANGES for details. |
3.2 10 Feb 2025 14:12:31
    |
Philippe Audeoud (jadawin)  Author: Florian Walpen |
sysutils/py-pyinfra: Update to 3.2
Changelog: https://github.com/pyinfra-dev/pyinfra/releases/tag/v3.2
PR: 284689 |
3.1.1 13 Oct 2024 19:48:11
    |
Zsolt Udvari (uzsolt)  Author: Florian Walpen |
sysutils/py-pyinfra: Update to 3.1.1
Changelog: https://github.com/pyinfra-dev/pyinfra/releases
PR: 282055
Approved by: submitter is maintainer |
3.1 01 Sep 2024 15:25:56
    |
Vladimir Druzenko (vvd)  Author: Florian Walpen |
sysutils/py-pyinfra: Update 3.0.2 → 3.1
Changelog:
https://github.com/pyinfra-dev/pyinfra/releases/tag/v3.1
PR: 281172 |
3.0.2 07 Aug 2024 05:47:57
    |
Zsolt Udvari (uzsolt)  Author: Florian Walpen |
sysutils/py-pyinfra: new port: automates infrastructure
pyinfra turns Python code into shell commands and runs them on your
servers.
Execute ad-hoc commands and write declarative operations. Target SSH
servers, local machine and Docker containers. Fast and scales from one
server to thousands.
Think ansible but Python instead of YAML, and a lot faster.
PR: 279262 |