View | Details | Raw Unified | Return to bug 245101
Collapse All | Expand All

(-)devel/py-proxmoxer/Makefile (+20 lines)
Line 0 Link Here
1
# $FreeBSD$
2
# Created by: Davíð Steinn Geirsson <david@isnic.is>
3
4
PORTNAME=       proxmoxer
5
PORTVERSION=    1.0.4
6
CATEGORIES=     devel python
7
MASTER_SITES=   CHEESESHOP
8
PKGNAMEPREFIX=  ${PYTHON_PKGNAMEPREFIX}
9
10
MAINTAINER=     david@isnic.is
11
COMMENT=        Proxmoxer is a wrapper around the Proxmox REST API v2.
12
13
LICENSE=        MIT
14
15
RUN_DEPENDS=   	${PYTHON_PKGNAMEPREFIX}requests>=2.0.0:www/py-requests@${PY_FLAVOR}
16
17
USES=           python:2.7+
18
USE_PYTHON=     distutils autoplist
19
20
.include <bsd.port.mk>
(-)devel/py-proxmoxer/distinfo (+3 lines)
Line 0 Link Here
1
SHA256 (proxmoxer-1.0.4.tar.gz) = 48de41cc3927057dc7f8d7e9bd489145b43847541e443aa82b011faf7e424694
2
SIZE (proxmoxer-1.0.4.tar.gz) = 16754
3
(-)devel/py-proxmoxer/pkg-descr (+7 lines)
Line 0 Link Here
1
Proxmoxer is a wrapper around the Proxmox REST API v2.
2
3
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.
4
5
Like Proxmoxia it dynamically creates attributes which responds to the attributes you’ve attempted to reach.
6
7
WWW: https://github.com/proxmoxer/proxmoxer

Return to bug 245101