svn commit: r526783 - in head/devel: . py-datadog

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sat Feb 22 15:54:43 UTC 2020


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 <sunpoet at FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME=	datadog
+PORTVERSION=	0.34.1
+CATEGORIES=	devel python
+MASTER_SITES=	CHEESESHOP
+PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER=	sunpoet at 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 <bsd.port.mk>

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


More information about the svn-ports-all mailing list