Port details |
- py-datadog Datadog Python library
- 0.44.0_1 devel
=0 Version of this port present on the latest quarterly branch. - Maintainer: sunpoet@FreeBSD.org
 - Port Added: 2020-02-22 15:54:51
- Last Update: 2023-03-21 19:20:34
- Commit Hash: e8204c4
- Also Listed In: python
- License: BSD3CLAUSE
- 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.
¦ ¦ ¦ ¦ 
- 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:
- Conflicts Matches:
-
There are no Conflicts Matches for this port. This is usually an error.
- 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 py39-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 py39-datadog listed in the above command, you can pick from the names under the Packages section.- PKGNAME: py39-datadog
- Package flavors (<flavor>: <package>)
- distinfo:
- TIMESTAMP = 1647264522
SHA256 (datadog-0.44.0.tar.gz) = 071170f0c7ef22511dbf7f9bd76c4be500ee2d3d52072900a5c87b5495d2c733
SIZE (datadog-0.44.0.tar.gz) = 340022
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:
-
- py39-hatchling>=0.15.0 : devel/py-hatchling@py39
- python3.9 : lang/python39
- py39-build>0 : devel/py-build@py39
- py39-installer>0 : devel/py-installer@py39
- Test dependencies:
-
- python3.9 : lang/python39
- Runtime dependencies:
-
- py39-requests>=2.6.0 : www/py-requests@py39
- python3.9 : lang/python39
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- devel_py-datadog
- USES:
- python:3.7+
- 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.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 |