aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSébastien Santoro <dereckson@gmail.com>2025-11-18 19:09:00 +0000
committerDave Cottlehuber <dch@FreeBSD.org>2025-11-18 19:10:09 +0000
commitb8ddbb36e7d1afaea12ac5d36b32c32ec6ec8107 (patch)
tree16317b73a7e6ec4a3d67e08c5b1e4b26e0cf2188
parent609a2b01e660391b443d0b506f325a7a6c6a9323 (diff)
sysutils/py-salt-tower: New Port - external pillar for SaltStack piller composition
PR: 281933
-rw-r--r--sysutils/Makefile1
-rw-r--r--sysutils/py-salt-tower/Makefile21
-rw-r--r--sysutils/py-salt-tower/distinfo3
-rw-r--r--sysutils/py-salt-tower/pkg-descr3
4 files changed, 28 insertions, 0 deletions
diff --git a/sysutils/Makefile b/sysutils/Makefile
index 2bbe763eaefe..28cb62441e3c 100644
--- a/sysutils/Makefile
+++ b/sysutils/Makefile
@@ -1103,6 +1103,7 @@
SUBDIR += py-rdiff-backup
SUBDIR += py-resolve-march-native
SUBDIR += py-salt
+ SUBDIR += py-salt-tower
SUBDIR += py-scandir
SUBDIR += py-scarab
SUBDIR += py-supervisor
diff --git a/sysutils/py-salt-tower/Makefile b/sysutils/py-salt-tower/Makefile
new file mode 100644
index 000000000000..e93d07ae3716
--- /dev/null
+++ b/sysutils/py-salt-tower/Makefile
@@ -0,0 +1,21 @@
+PORTNAME= salt-tower
+DISTVERSION= 1.12.0
+CATEGORIES= sysutils python
+MASTER_SITES= PYPI
+PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER= dereckson@gmail.com
+COMMENT= External pillar to manage and merge a stack of pillars
+WWW= https://jgraichen.github.io/salt-tower/
+
+LICENSE= MIT
+LICENSE_FILE= ${WRKSRC}/LICENSE
+
+BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pdm-pep517>0:devel/py-pdm-pep517@${PY_FLAVOR}
+
+USES= python
+USE_PYTHON= autoplist pep517
+
+NO_ARCH= yes
+
+.include <bsd.port.mk>
diff --git a/sysutils/py-salt-tower/distinfo b/sysutils/py-salt-tower/distinfo
new file mode 100644
index 000000000000..caf558083051
--- /dev/null
+++ b/sysutils/py-salt-tower/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1722101087
+SHA256 (salt-tower-1.12.0.tar.gz) = c267508f29f18afcf62b1e048fb85fad54f54cf07e1958d02181f34ad975c2fa
+SIZE (salt-tower-1.12.0.tar.gz) = 23668
diff --git a/sysutils/py-salt-tower/pkg-descr b/sysutils/py-salt-tower/pkg-descr
new file mode 100644
index 000000000000..a9ab82bccfb6
--- /dev/null
+++ b/sysutils/py-salt-tower/pkg-descr
@@ -0,0 +1,3 @@
+SaltStack pillar to allow a stack of different pillar with advanced merge
+capabilities. It allows to inject Jinja variables to select the pillar
+files to load and merge dictionaries into unique consolidated values.