Edit

IABSD.fr/ports/sysutils/ansible-runner/patches

Branch :

  • Show log

    Commit

  • Author : landry
    Date : 2025-07-30 08:34:38
    Hash : 9a1733c8
    Message : Import sysutils/ansible-runner 2.4.1, from Mikolaj Kucharski Ansible Runner is a tool and Python library that helps when interfacing with Ansible directly or as part of another system whether that be through a container image interface, as a standalone tool, or as a Python module that can be imported. The goal is to provide a stable and consistent interface abstraction to Ansible. ok caspar@

  • patch-pyproject_toml
  • - relax dependency requirements
    
    Index: pyproject.toml
    --- pyproject.toml.orig
    +++ pyproject.toml
    @@ -1,5 +1,5 @@
     [build-system]
    -requires = ["setuptools>=45, <=70.0.0", "setuptools-scm[toml]>=6.2, <=8.1.0"]  # pin max versions of build deps and update as needed
    +requires = ["setuptools", "setuptools-scm[toml]"]
     build-backend = "setuptools.build_meta"
     
     [tool.setuptools_scm]