Bug 245101 - New port: devel/py-proxmoxer Wrapper around the Proxmox REST API v2
Summary: New port: devel/py-proxmoxer Wrapper around the Proxmox REST API v2
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Some People
Assignee: Dmitry Marakasov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-03-27 13:43 UTC by david
Modified: 2021-02-18 20:43 UTC (History)
1 user (show)

See Also:


Attachments
Add new port devel/py-proxmoxer (2.66 KB, patch)
2020-03-27 13:43 UTC, david
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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