summaryrefslogtreecommitdiff
path: root/sysutils/py-ansible-runner
diff options
context:
space:
mode:
Diffstat (limited to 'sysutils/py-ansible-runner')
-rw-r--r--sysutils/py-ansible-runner/Makefile3
-rw-r--r--sysutils/py-ansible-runner/distinfo6
-rw-r--r--sysutils/py-ansible-runner/files/patch-pyproject.toml9
3 files changed, 14 insertions, 4 deletions
diff --git a/sysutils/py-ansible-runner/Makefile b/sysutils/py-ansible-runner/Makefile
index 6bc41088bba9..12ca49f28cdc 100644
--- a/sysutils/py-ansible-runner/Makefile
+++ b/sysutils/py-ansible-runner/Makefile
@@ -1,8 +1,9 @@
PORTNAME= ansible-runner
-DISTVERSION= 2.4.0
+DISTVERSION= 2.4.1
CATEGORIES= sysutils python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
+DISTNAME= ansible_runner-${PORTVERSION}
MAINTAINER= dch@FreeBSD.org
COMMENT= Extensible embeddable ansible job runner
diff --git a/sysutils/py-ansible-runner/distinfo b/sysutils/py-ansible-runner/distinfo
index 8cac74b76aaa..da594f253ad7 100644
--- a/sysutils/py-ansible-runner/distinfo
+++ b/sysutils/py-ansible-runner/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1733908164
-SHA256 (ansible-runner-2.4.0.tar.gz) = 82d02b2548830f37a53517b65c823c4af371069406c7d213b5c9041d45e0c5b6
-SIZE (ansible-runner-2.4.0.tar.gz) = 148802
+TIMESTAMP = 1743886958
+SHA256 (ansible_runner-2.4.1.tar.gz) = 11d717da4dd8d93d56703a4a98e5f2154026a7ed1b46d9930902b8298dc67d09
+SIZE (ansible_runner-2.4.1.tar.gz) = 149599
diff --git a/sysutils/py-ansible-runner/files/patch-pyproject.toml b/sysutils/py-ansible-runner/files/patch-pyproject.toml
new file mode 100644
index 000000000000..c7ee26c40fe9
--- /dev/null
+++ b/sysutils/py-ansible-runner/files/patch-pyproject.toml
@@ -0,0 +1,9 @@
+--- pyproject.toml.orig 2025-04-05 21:21:18 UTC
++++ 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>=45", "setuptools-scm[toml]>=6.2, <=8.1.0"] # pin max versions of build deps and update as needed
+ build-backend = "setuptools.build_meta"
+
+ [tool.setuptools_scm]