PyZabbix is a Python module for working with the Zabbix API.

https://github.com/lukecyca/pyzabbix

PR:		205921
Submitted by:	Fotis Zabaras <fotis@zabaras.eu>
This commit is contained in:
Martin Wilke 2016-01-10 10:47:50 +00:00
parent 5c9b57a43d
commit 1aa7e85779
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=405693
4 changed files with 27 additions and 0 deletions

View File

@ -268,6 +268,7 @@
SUBDIR += py-ipy
SUBDIR += py-pyang
SUBDIR += py-pysmi
SUBDIR += py-pyzabbix
SUBDIR += py-snmp4
SUBDIR += py-snmp4-apps
SUBDIR += py-snmp4-mibs

View File

@ -0,0 +1,21 @@
# Created by: Fotis Zabaras <fotis@zabaras.eu>
# $FreeBSD$
PORTNAME= pyzabbix
PORTVERSION= 0.7.4
CATEGORIES= net-mgmt python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= fotis@zabaras.eu
COMMENT= Zabbix API Python Library
LICENSE= LGPL21
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}requests>=1.0:${PORTSDIR}/www/py-requests
USES= python:2.7
USE_PYTHON= distutils autoplist
NO_ARCH= yes
.include <bsd.port.mk>

View File

@ -0,0 +1,2 @@
SHA256 (pyzabbix-0.7.4.tar.gz) = a30b52427851d3284b0334ba9f99a839208c79c5ce2284863ef2bc2e187c8ad8
SIZE (pyzabbix-0.7.4.tar.gz) = 2956

View File

@ -0,0 +1,3 @@
PyZabbix is a Python module for working with the Zabbix API.
https://github.com/lukecyca/pyzabbix