mirror of
https://github.com/netbirdio/FreeBSD-ports.git
synced 2026-05-22 18:42:42 -07:00
sysutils/py-salt-tower: New Port - external pillar for SaltStack piller composition
PR: 281933
This commit is contained in:
committed by
Dave Cottlehuber
parent
609a2b01e6
commit
b8ddbb36e7
@@ -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
|
||||
|
||||
@@ -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>
|
||||
@@ -0,0 +1,3 @@
|
||||
TIMESTAMP = 1722101087
|
||||
SHA256 (salt-tower-1.12.0.tar.gz) = c267508f29f18afcf62b1e048fb85fad54f54cf07e1958d02181f34ad975c2fa
|
||||
SIZE (salt-tower-1.12.0.tar.gz) = 23668
|
||||
@@ -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.
|
||||
Reference in New Issue
Block a user