git: 4d4c7a9fd43f - main - devel/py-ddtrace: Update to 0.49.0

Po-Chuan Hsieh sunpoet at FreeBSD.org
Wed May 26 12:58:31 UTC 2021


The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=4d4c7a9fd43fd027f5e73574ae35b92bda205494

commit 4d4c7a9fd43fd027f5e73574ae35b92bda205494
Author:     Po-Chuan Hsieh <sunpoet at FreeBSD.org>
AuthorDate: 2021-05-26 12:54:52 +0000
Commit:     Po-Chuan Hsieh <sunpoet at FreeBSD.org>
CommitDate: 2021-05-26 12:54:52 +0000

    devel/py-ddtrace: Update to 0.49.0
    
    Changes:        https://github.com/DataDog/dd-trace-py/releases
---
 devel/py-ddtrace/Makefile | 10 ++++++++--
 devel/py-ddtrace/distinfo |  6 +++---
 2 files changed, 11 insertions(+), 5 deletions(-)

diff --git a/devel/py-ddtrace/Makefile b/devel/py-ddtrace/Makefile
index 422ee76bc394..dfc54272770a 100644
--- a/devel/py-ddtrace/Makefile
+++ b/devel/py-ddtrace/Makefile
@@ -1,7 +1,7 @@
 # Created by: Po-Chuan Hsieh <sunpoet at FreeBSD.org>
 
 PORTNAME=	ddtrace
-PORTVERSION=	0.48.4
+PORTVERSION=	0.49.0
 CATEGORIES=	devel python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -27,10 +27,16 @@ OPENTRACING_DESC=	OpenTracing support
 
 OPENTRACING_RUN_DEPENDS=${PYTHON_PKGNAMEPREFIX}opentracing>=2.0.0:devel/py-opentracing@${PY_FLAVOR}
 
+.include <bsd.port.pre.mk>
+
+.if ${PYTHON_REL} < 30700
+RUN_DEPENDS+=	${PYTHON_PKGNAMEPREFIX}pep562>=0:devel/py-pep562@${PY_FLAVOR}
+.endif
+
 post-patch:
 	@${RM} ${WRKSRC}/ddtrace/profiling/collector/stack.c
 
 post-install:
 	${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/ddtrace/vendor/*/*.so
 
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>
diff --git a/devel/py-ddtrace/distinfo b/devel/py-ddtrace/distinfo
index bf2c067108f9..ac24a2ba6f20 100644
--- a/devel/py-ddtrace/distinfo
+++ b/devel/py-ddtrace/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1621183182
-SHA256 (ddtrace-0.48.4.tar.gz) = 8300bc9c0d0ca87302fe380e898c75670ec8d1a5a28fc909f2fa08db3fc623a2
-SIZE (ddtrace-0.48.4.tar.gz) = 1289857
+TIMESTAMP = 1621699707
+SHA256 (ddtrace-0.49.0.tar.gz) = 9174bcaacea6a7518b9e5608019ecccf442c0f746aa13e9497b428974a41f246
+SIZE (ddtrace-0.49.0.tar.gz) = 1250403


More information about the dev-commits-ports-all mailing list