Bug 245101

Summary: New port: devel/py-proxmoxer Wrapper around the Proxmox REST API v2
Product: Ports & Packages Reporter: david
Component: Individual Port(s)Assignee: Dmitry Marakasov <amdmi3>
Status: Closed FIXED    
Severity: Affects Some People CC: david
Priority: ---    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
Add new port devel/py-proxmoxer none

Description david 2020-03-27 13:43:26 UTC
Created attachment 212754 [details]
Add new port devel/py-proxmoxer

Add new port devel/proxmoxer.

We are using this internally at our company (indirectly through sysutils/ansible which has some modules that depend on this).

I am willing to accept port maintainership.
Comment 1 Dmitry Marakasov freebsd_committer freebsd_triage 2021-02-18 20:42:39 UTC
Committed with minor changes (added testing support; note that some tests fail), thanks!
Comment 2 commit-hook freebsd_committer freebsd_triage 2021-02-18 20:43:24 UTC
A commit references this bug:

Author: amdmi3
Date: Thu Feb 18 20:42:35 UTC 2021
New revision: 565979
URL: https://svnweb.freebsd.org/changeset/ports/565979

Log:
  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

Changes:
  head/devel/Makefile
  head/devel/py-proxmoxer/
  head/devel/py-proxmoxer/Makefile
  head/devel/py-proxmoxer/distinfo
  head/devel/py-proxmoxer/pkg-descr