From owner-svn-ports-all@freebsd.org Sat Feb 22 15:54:43 2020 Return-Path: Delivered-To: svn-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id BE771241CA6; Sat, 22 Feb 2020 15:54:43 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 48PtDz4MBdz3ygk; Sat, 22 Feb 2020 15:54:43 +0000 (UTC) (envelope-from sunpoet@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 7F19125E31; Sat, 22 Feb 2020 15:54:43 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 01MFshg8053416; Sat, 22 Feb 2020 15:54:43 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 01MFsgsN053413; Sat, 22 Feb 2020 15:54:42 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <202002221554.01MFsgsN053413@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sat, 22 Feb 2020 15:54:42 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r526783 - in head/devel: . py-datadog X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: in head/devel: . py-datadog X-SVN-Commit-Revision: 526783 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 22 Feb 2020 15:54:43 -0000 Author: sunpoet Date: Sat Feb 22 15:54:42 2020 New Revision: 526783 URL: https://svnweb.freebsd.org/changeset/ports/526783 Log: Add py-datadog 0.34.1 The Datadog Python Library is a collection of tools suitable for inclusion in existing Python projects or for the development of standalone scripts. It provides an abstraction on top of Datadog's raw HTTP interface and the Agent's DogStatsD metrics aggregation server, to interact with Datadog and efficiently report events and metrics. WWW: https://github.com/DataDog/datadogpy Added: head/devel/py-datadog/ head/devel/py-datadog/Makefile (contents, props changed) head/devel/py-datadog/distinfo (contents, props changed) head/devel/py-datadog/pkg-descr (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Sat Feb 22 15:05:40 2020 (r526782) +++ head/devel/Makefile Sat Feb 22 15:54:42 2020 (r526783) @@ -4284,6 +4284,7 @@ SUBDIR += py-darts.util.lru SUBDIR += py-dask SUBDIR += py-dataclasses + SUBDIR += py-datadog SUBDIR += py-datatest SUBDIR += py-dateparser SUBDIR += py-dateutil Added: head/devel/py-datadog/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-datadog/Makefile Sat Feb 22 15:54:42 2020 (r526783) @@ -0,0 +1,24 @@ +# Created by: Po-Chuan Hsieh +# $FreeBSD$ + +PORTNAME= datadog +PORTVERSION= 0.34.1 +CATEGORIES= devel python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= Datadog Python library + +LICENSE= BSD3CLAUSE +LICENSE_FILE= ${WRKSRC}/LICENSE + +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}decorator>=3.3.2:devel/py-decorator@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}requests>=2.6.0:www/py-requests@${PY_FLAVOR} + +USES= python +USE_PYTHON= autoplist concurrent distutils + +NO_ARCH= yes + +.include Added: head/devel/py-datadog/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-datadog/distinfo Sat Feb 22 15:54:42 2020 (r526783) @@ -0,0 +1,3 @@ +TIMESTAMP = 1582354946 +SHA256 (datadog-0.34.1.tar.gz) = 3bd8cc3d6915c6ac74c68093068b903de3fae22b8dd3d31480bfc2092a1f51d7 +SIZE (datadog-0.34.1.tar.gz) = 324085 Added: head/devel/py-datadog/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-datadog/pkg-descr Sat Feb 22 15:54:42 2020 (r526783) @@ -0,0 +1,7 @@ +The Datadog Python Library is a collection of tools suitable for inclusion in +existing Python projects or for the development of standalone scripts. It +provides an abstraction on top of Datadog's raw HTTP interface and the Agent's +DogStatsD metrics aggregation server, to interact with Datadog and efficiently +report events and metrics. + +WWW: https://github.com/DataDog/datadogpy