From owner-svn-ports-head@freebsd.org Fri Apr 20 15:44:20 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D01D7FAD89A; Fri, 20 Apr 2018 15:44:19 +0000 (UTC) (envelope-from pizzamig@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 7D38873465; Fri, 20 Apr 2018 15:44:19 +0000 (UTC) (envelope-from pizzamig@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 7833C1A4D1; Fri, 20 Apr 2018 15:44:19 +0000 (UTC) (envelope-from pizzamig@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w3KFiJPx097785; Fri, 20 Apr 2018 15:44:19 GMT (envelope-from pizzamig@FreeBSD.org) Received: (from pizzamig@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w3KFiJOR097780; Fri, 20 Apr 2018 15:44:19 GMT (envelope-from pizzamig@FreeBSD.org) Message-Id: <201804201544.w3KFiJOR097780@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pizzamig set sender to pizzamig@FreeBSD.org using -f From: Luca Pizzamiglio Date: Fri, 20 Apr 2018 15:44:19 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r467836 - in head/net-mgmt: . py-prometheus-client X-SVN-Group: ports-head X-SVN-Commit-Author: pizzamig X-SVN-Commit-Paths: in head/net-mgmt: . py-prometheus-client X-SVN-Commit-Revision: 467836 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 20 Apr 2018 15:44:20 -0000 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@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 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