Path to this page:
./
sysutils/py-salt-pepper,
CLI front-end to a running salt-api system
Branch: CURRENT,
Version: 0.7.6nb3,
Package name: py311-salt-pepper-0.7.6nb3,
Maintainer: pkgsrc-usersPepper contains a Python library and CLI scripts for accessing a remote
salt-api instance.
pepperlib abstracts the HTTP calls to salt-api so existing Python projects can
easily integrate with a remote Salt installation just by instantiating a class.
The pepper CLI script allows users to execute Salt commands from computers that
are external to computers running the salt-master or salt-minion daemons as
though they were running Salt locally. The long-term goal is to add additional
CLI scripts maintain the same interface as Salt's own CLI scripts (salt,
salt-run, salt-key, etc).
Required to run:[
devel/py-setuptools] [
lang/python37]
Required to build:[
pkgtools/cwrappers] [
devel/py-setuptools_scm]
Master sites:
Filesize: 23.295 KB
Version history: (Expand)
- (2024-04-30) Updated to version: py311-salt-pepper-0.7.6nb3
- (2023-02-09) Updated to version: py310-salt-pepper-0.7.6nb2
- (2022-01-05) Updated to version: py39-salt-pepper-0.7.6nb2
- (2022-01-05) Updated to version: py39-salt-pepper-0.7.6nb1
- (2021-10-07) Updated to version: py39-salt-pepper-0.7.6
- (2020-03-17) Updated to version: py37-salt-pepper-0.7.6
CVS history: (Expand)
2022-01-13 20:31:25 by Thomas Klausner | Files touched by this commit (43) |
Log message:
*: setuptools_scm: switch to versioned_dependencies
|
2022-01-05 16:41:32 by Thomas Klausner | Files touched by this commit (289) |
Log message:
python: egg.mk: add USE_PKG_RESOURCES flag
This flag should be set for packages that import pkg_resources
and thus need setuptools after the build step.
Set this flag for packages that need it and bump PKGREVISION.
|
2022-01-04 21:55:40 by Thomas Klausner | Files touched by this commit (1595) |
Log message:
*: bump PKGREVISION for egg.mk users
They now have a tool dependency on py-setuptools instead of a DEPENDS
|
2021-10-26 13:20:30 by Nia Alarie | Files touched by this commit (630) |
Log message:
sysutils: Replace RMD160 checksums with BLAKE2s checksums
All checksums have been double-checked against existing RMD160 and
SHA512 hashes
|
2021-10-07 16:58:44 by Nia Alarie | Files touched by this commit (630) |
Log message:
sysutils: Remove SHA1 hashes for distfiles
|
2020-03-17 11:59:32 by Adam Ciarcinski | Files touched by this commit (3) | |
Log message:
py-salt-pepper: updated to 0.7.6
0.7.6:
Unknown changes
|
2019-01-24 14:58:17 by Adam Ciarcinski | Files touched by this commit (5) |
Log message:
py-salt-pepper: added version 0.7.5
Pepper contains a Python library and CLI scripts for accessing a remote
salt-api instance.
pepperlib abstracts the HTTP calls to salt-api so existing Python projects can
easily integrate with a remote Salt installation just by instantiating a class.
The pepper CLI script allows users to execute Salt commands from computers that
are external to computers running the salt-master or salt-minion daemons as
though they were running Salt locally. The long-term goal is to add additional
CLI scripts maintain the same interface as Salt's own CLI scripts (salt,
salt-run, salt-key, etc).
|