svn commit: r467836 - in head/net-mgmt: . py-prometheus-client
Luca Pizzamiglio
pizzamig at FreeBSD.org
Fri Apr 20 15:44:20 UTC 2018
Author: pizzamig
Date: Fri Apr 20 15:44:18 2018
New Revision: 467836
URL: https://svnweb.freebsd.org/changeset/ports/467836
Log:
net-mgmt/py-prometheus-client: Add python client for prometheus
Add the official python client implementation for prometheus
Sponsored by: trivago N.V.
Added:
head/net-mgmt/py-prometheus-client/
head/net-mgmt/py-prometheus-client/Makefile (contents, props changed)
head/net-mgmt/py-prometheus-client/distinfo (contents, props changed)
head/net-mgmt/py-prometheus-client/pkg-descr (contents, props changed)
Modified:
head/net-mgmt/Makefile
Modified: head/net-mgmt/Makefile
==============================================================================
--- head/net-mgmt/Makefile Fri Apr 20 15:41:33 2018 (r467835)
+++ head/net-mgmt/Makefile Fri Apr 20 15:44:18 2018 (r467836)
@@ -316,6 +316,7 @@
SUBDIR += py-ncclient
SUBDIR += py-pdagent
SUBDIR += py-pyIOSXR
+ SUBDIR += py-prometheus-client
SUBDIR += py-pyang
SUBDIR += py-pyeapi
SUBDIR += py-pynsca
Added: head/net-mgmt/py-prometheus-client/Makefile
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/net-mgmt/py-prometheus-client/Makefile Fri Apr 20 15:44:18 2018 (r467836)
@@ -0,0 +1,27 @@
+# $FreeBSD$
+
+PORTNAME= prometheus-client
+PORTVERSION= 0.2.0
+DISTVERSIONPREFIX= v
+CATEGORIES= net-mgmt python
+PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER= pizzamig at FreeBSD.org
+COMMENT= Official Python client for Prometheus
+
+LICENSE= APACHE20
+LICENSE_FILE= ${WRKSRC}/LICENSE
+
+BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}twisted>=17.9.0:devel/py-twisted@${FLAVOR}
+RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}twisted>=17.9.0:devel/py-twisted@${FLAVOR}
+
+USES= python
+
+USE_PYTHON= autoplist distutils
+
+USE_GITHUB= yes
+GH_ACCOUNT= prometheus
+GH_PROJECT= client_python
+
+NO_ARCH= yes
+.include <bsd.port.mk>
Added: head/net-mgmt/py-prometheus-client/distinfo
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/net-mgmt/py-prometheus-client/distinfo Fri Apr 20 15:44:18 2018 (r467836)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1524048766
+SHA256 (prometheus-client_python-v0.2.0_GH0.tar.gz) = d270837133c3e808ac66a4f5f9ae1b671296c171b23d48a509cfa38c7017376d
+SIZE (prometheus-client_python-v0.2.0_GH0.tar.gz) = 41574
Added: head/net-mgmt/py-prometheus-client/pkg-descr
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/net-mgmt/py-prometheus-client/pkg-descr Fri Apr 20 15:44:18 2018 (r467836)
@@ -0,0 +1,3 @@
+Prometheus instrumentation library for Python applications
+
+WWW: https://github.com/prometheus/client_python
More information about the svn-ports-all
mailing list