aboutsummaryrefslogtreecommitdiff
path: root/devel/Makefile
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2021-02-18 20:42:33 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2021-02-18 20:42:33 +0000
commitaa63d5f77b5b249148adc0a785b6a00f156a1ebf (patch)
treebd533b7bd593148b78978a8dae198a8111de6dff /devel/Makefile
parentdf0b7154a32d16cde44de52fcbf76cf43c48afa9 (diff)
downloadports-aa63d5f77b5b249148adc0a785b6a00f156a1ebf.tar.gz
ports-aa63d5f77b5b249148adc0a785b6a00f156a1ebf.zip
Add devel/py-proxmoxer: Wrapper around the Proxmox REST API v2
Proxmoxer is a wrapper around the Proxmox REST API v2. It was inspired by slumber, but it dedicated only to Proxmox. It allows to use not only REST API over HTTPS, but the same api over ssh and pvesh utility. Like Proxmoxia it dynamically creates attributes which responds to the attributes you've attempted to reach. WWW: https://github.com/proxmoxer/proxmoxer PR: 245101 Submitted by: david@isnic.is
Notes
Notes: svn path=/head/; revision=565979
Diffstat (limited to 'devel/Makefile')
-rw-r--r--devel/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile
index e4bff6fa556d..9ce0b50ff080 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -4835,6 +4835,7 @@
SUBDIR += py-proselint
SUBDIR += py-proto-plus
SUBDIR += py-protobuf
+ SUBDIR += py-proxmoxer
SUBDIR += py-ptable
SUBDIR += py-ptpython
SUBDIR += py-ptvsd