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