Port details |
- py-datadog Datadog Python library
- 0.51.0 devel
=2 0.50.2Version of this port present on the latest quarterly branch. - Maintainer: sunpoet@FreeBSD.org
 - Port Added: 2020-02-22 15:54:51
- Last Update: 2025-02-03 15:51:05
- Commit Hash: acb5579
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- Also Listed In: python
- License: BSD3CLAUSE
- WWW:
- https://github.com/DataDog/datadogpy
- Description:
- 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.
¦ ¦ ¦ ¦ 
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - There is no configure plist information for this port.
- Dependency lines:
-
- ${PYTHON_PKGNAMEPREFIX}datadog>0:devel/py-datadog@${PY_FLAVOR}
- Conflicts:
- CONFLICTS_INSTALL:
- To install the port:
- cd /usr/ports/devel/py-datadog/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/py-datadog
- pkg install py311-datadog
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above. NOTE: This is a Python port. Instead of py311-datadog listed in the above command, you can pick from the names under the Packages section.- PKGNAME: py311-datadog
- Package flavors (<flavor>: <package>)
- distinfo:
- TIMESTAMP = 1738088958
SHA256 (datadog-0.51.0.tar.gz) = 3279534f831ae0b4ae2d8ce42ef038b4ab38e667d7ed6ff7437982d7a0cf5250
SIZE (datadog-0.51.0.tar.gz) = 352649
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- py311-hatchling>=0.15.0 : devel/py-hatchling@py311
- python3.11 : lang/python311
- py311-build>=0 : devel/py-build@py311
- py311-installer>=0 : devel/py-installer@py311
- Test dependencies:
-
- python3.11 : lang/python311
- Runtime dependencies:
-
- py311-requests>=2.6.0 : www/py-requests@py311
- python3.11 : lang/python311
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- devel_py-datadog
- USES:
- python
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.51.0 03 Feb 2025 15:51:05
    |
Po-Chuan Hsieh (sunpoet)  |
devel/py-datadog: Update to 0.51.0
Changes: https://github.com/DataDog/datadogpy/releases |
0.50.2 28 Nov 2024 04:39:19
    |
Po-Chuan Hsieh (sunpoet)  |
devel/py-datadog: Update to 0.50.2
Changes: https://github.com/DataDog/datadogpy/releases |
0.50.1 25 Sep 2024 18:21:58
    |
Po-Chuan Hsieh (sunpoet)  |
devel/py-datadog: Update to 0.50.1
Changes: https://github.com/DataDog/datadogpy/releases |
0.50.0 08 Sep 2024 18:37:18
    |
Po-Chuan Hsieh (sunpoet)  |
devel/py-datadog: Update to 0.50.0
Changes: https://github.com/DataDog/datadogpy/releases |
0.49.1 31 Mar 2024 03:06:23
    |
Po-Chuan Hsieh (sunpoet)  |
devel/py-datadog: Update to 0.49.1
Changes: https://github.com/DataDog/datadogpy/releases |
0.49.0 23 Mar 2024 14:31:13
    |
Po-Chuan Hsieh (sunpoet)  |
devel/py-datadog: Update to 0.49.0
Changes: https://github.com/DataDog/datadogpy/releases |
0.48.0 21 Feb 2024 15:07:15
    |
Po-Chuan Hsieh (sunpoet)  |
devel/py-datadog: Update to 0.48.0
Changes: https://github.com/DataDog/datadogpy/releases |
0.47.0 11 Sep 2023 03:08:10
    |
Po-Chuan Hsieh (sunpoet)  |
devel/py-datadog: Update to 0.47.0
Changes: https://github.com/DataDog/datadogpy/releases |
0.46.0 31 Jul 2023 16:39:59
    |
Po-Chuan Hsieh (sunpoet)  |
devel/py-datadog: Update to 0.46.0
Changes: https://github.com/DataDog/datadogpy/releases |
0.45.0 27 Jun 2023 19:34:34
    |
Rene Ladan (rene)  |
all: remove explicit versions in USES=python for "3.x+"
The logic in USES=python will automatically convert this to 3.8+ by
itself.
Adjust two ports that only had Python 3.7 mentioned but build fine
on Python 3.8 too.
finance/quickfix: mark BROKEN with PYTHON
libtool: compile: c++ -DHAVE_CONFIG_H -I. -I../.. -I -I. -I.. -I../.. -I../C++
-DLIBICONV_PLUG -DPYTHON_MAJOR_VERSION=3 -Wno-unused-variable
-Wno-maybe-uninitialized -O2 -pipe -DLIBICONV_PLUG -fstack-protector-strong
-fno-strict-aliasing -DLIBICONV_PLUG -Wall -ansi
-Wno-unused-command-line-argument -Wpointer-arith -Wwrite-strings
-Wno-overloaded-virtual -Wno-deprecated-declarations -Wno-deprecated -std=c++0x
-MT _quickfix_la-QuickfixPython.lo -MD -MP -MF
.deps/_quickfix_la-QuickfixPython.Tpo -c QuickfixPython.cpp -fPIC -DPIC -o
.libs/_quickfix_la-QuickfixPython.o
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean
'-Wno-uninitialized'? [-Wunknown-warning-option]
QuickfixPython.cpp:175:11: fatal error: 'Python.h' file not found
^~~~~~~~~~
1 warning and 1 error generated.
Reviewed by: portmgr, vishwin, yuri
Differential Revision: <https://reviews.freebsd.org/D40568> |
0.45.0 05 Apr 2023 17:30:16
    |
Po-Chuan Hsieh (sunpoet)  |
devel/py-datadog: Update to 0.45.0
Changes: https://github.com/DataDog/datadogpy/releases |
0.44.0_2 04 Apr 2023 18:29:11
    |
Antoine Brodin (antoine)  |
USE_PYTHON=pep517: bump PORTREVISION |
0.44.0_1 21 Mar 2023 19:20:34
    |
Po-Chuan Hsieh (sunpoet)  |
devel/py-datadog: Convert to USE_PYTHON=pep517
- Bump PORTREVISION for dependency and package change |
0.44.0 11 Jan 2023 15:58:34
    |
Dmitry Marakasov (amdmi3)  |
*/*: rename CHEESESHOP to PYPI in MASTER_SITES
PR: 267994
Differential revision: D37518
Approved by: bapt |
07 Sep 2022 21:58:51
    |
Stefan Eßer (se)  |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
0.44.0 07 Sep 2022 21:10:59
    |
Stefan Eßer (se)  |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
0.44.0 20 Jul 2022 14:21:35
    |
Tobias C. Berner (tcberner)  |
devel: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* "Waitman Gobble" <uzimac@da3m0n8t3r.com>
* <jkoshy@FreeBSD.org>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Dalton <aaron@daltons.ca>
* Aaron H. K. Diep <ahkdiep@gmail.com>
* Aaron Hurt <ahurt@anbcs.com>
* Abel Chow <abel_chow@yahoo.com>
* Adam McLaurin
* Adam Saponara <as@php.net>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org> (Only the first 15 lines of the commit message are shown above ) |
0.44.0 16 Apr 2022 04:19:18
    |
Po-Chuan Hsieh (sunpoet)  |
devel/py-datadog: Fix build with setuptools 61.0.0+ |
0.44.0 25 Mar 2022 13:36:53
    |
Po-Chuan Hsieh (sunpoet)  |
devel/py-datadog: Update to 0.44.0
Changes: https://github.com/DataDog/datadogpy/releases |
0.43.0 11 Jan 2022 18:44:21
    |
Po-Chuan Hsieh (sunpoet)  |
devel/py-datadog: Update to 0.43.0
Changes: https://github.com/DataDog/datadogpy/releases |
0.42.0 10 Jan 2022 15:15:39
    |
Stefan Eßer (se)  |
Fix CONFLICTS entries of multiple ports
There have been lots of missing CONFLICTS_INSTALL entries, either
because conflicting ports were added without updating existing ports,
due to name changes of generated packages, due to mis-understanding
the format and semantics of the conflicts entries, or just due to
typoes in package names.
This patch is the result of a comparison of all files contained in
the official packages with each other. This comparison was based on
packages built with default options and may therefore have missed
further conflicts with optionally installed files.
Where possible, version numbers in conflicts entries have been
generalized, some times taking advantage of the fact that a port (Only the first 15 lines of the commit message are shown above ) |
0.42.0 06 Jul 2021 14:56:29
    |
Po-Chuan Hsieh (sunpoet)  |
devel/py-datadog: Update to 0.42.0
Changes: https://github.com/DataDog/datadogpy/releases |
0.41.0 25 Apr 2021 20:35:23
    |
Po-Chuan Hsieh (sunpoet)  |
devel/py-datadog: Update to 0.41.0
Changes: https://github.com/DataDog/datadogpy/releases |
0.40.1 18 Apr 2021 05:43:11
    |
Po-Chuan Hsieh (sunpoet)  |
devel/py-datadog: Update to 0.40.1
Changes: https://github.com/DataDog/datadogpy/releases |
0.40.0 06 Apr 2021 14:31:07
    |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
0.40.0 17 Feb 2021 18:06:18
  |
sunpoet  |
Update to 0.40.0
Changes: https://github.com/DataDog/datadogpy/releases |
0.39.0 10 Jan 2021 08:20:18
  |
sunpoet  |
Clean up Makefile after r559531 (USES=python:3.6+) |
0.39.0 28 Dec 2020 23:02:15
  |
antoine  |
Drop python 2.7 support from a few ports
With hat: portmgr |
0.39.0 30 Aug 2020 07:15:07
  |
sunpoet  |
Update to 0.39.0
Changes: https://github.com/DataDog/datadogpy/releases |
0.38.0 09 Jul 2020 18:08:57
  |
sunpoet  |
Update version requirement of RUN_DEPENDS |
0.38.0 08 Jul 2020 18:57:56
  |
sunpoet  |
Update to 0.38.0
Changes: https://github.com/DataDog/datadogpy/releases |
0.37.1 24 Jun 2020 17:37:47
  |
sunpoet  |
Update to 0.37.1
Changes: https://github.com/DataDog/datadogpy/releases |
0.37.0 24 Jun 2020 11:36:08
  |
sunpoet  |
Update to 0.37.0
Changes: https://github.com/DataDog/datadogpy/releases |
0.36.0 08 May 2020 08:49:16
  |
sunpoet  |
Update to 0.36.0
Changes: https://github.com/DataDog/datadogpy/releases |
0.35.0 28 Mar 2020 12:51:58
  |
sunpoet  |
Update to 0.35.0
Changes: https://github.com/DataDog/datadogpy/releases |
0.34.1 22 Feb 2020 15:54:42
  |
sunpoet  |
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 |