svn commit: r529392 - in head/devel/py-ddtrace: . files
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Sat Mar 28 12:52:15 UTC 2020
Author: sunpoet
Date: Sat Mar 28 12:52:04 2020
New Revision: 529392
URL: https://svnweb.freebsd.org/changeset/ports/529392
Log:
Update to 0.35.0
Changes: https://github.com/DataDog/dd-trace-py/releases
Added:
head/devel/py-ddtrace/files/
head/devel/py-ddtrace/files/patch-ddtrace-profile-collector-stack.pyx (contents, props changed)
Modified:
head/devel/py-ddtrace/Makefile
head/devel/py-ddtrace/distinfo
Modified: head/devel/py-ddtrace/Makefile
==============================================================================
--- head/devel/py-ddtrace/Makefile Sat Mar 28 12:51:58 2020 (r529391)
+++ head/devel/py-ddtrace/Makefile Sat Mar 28 12:52:04 2020 (r529392)
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= ddtrace
-PORTVERSION= 0.34.0
+PORTVERSION= 0.35.0
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -20,7 +20,7 @@ RUN_DEPENDS= ${PY_ENUM34} \
${PYTHON_PKGNAMEPREFIX}msgpack>=0.5.0:devel/py-msgpack@${PY_FLAVOR}
USES= python
-USE_PYTHON= autoplist concurrent distutils
+USE_PYTHON= autoplist concurrent cython distutils
OPTIONS_DEFINE= OPENTRACING
OPTIONS_DEFAULT=OPENTRACING
Modified: head/devel/py-ddtrace/distinfo
==============================================================================
--- head/devel/py-ddtrace/distinfo Sat Mar 28 12:51:58 2020 (r529391)
+++ head/devel/py-ddtrace/distinfo Sat Mar 28 12:52:04 2020 (r529392)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1582354960
-SHA256 (ddtrace-0.34.0.tar.gz) = 10fa20fb3d7405124d679d99ded72fbb09691b1f6f88f3793c05e37eb3213771
-SIZE (ddtrace-0.34.0.tar.gz) = 660394
+TIMESTAMP = 1585063954
+SHA256 (ddtrace-0.35.0.tar.gz) = 71539e20fca1ba83b9ac64da80785051c433bff0a752136884d95b668ad4ae4c
+SIZE (ddtrace-0.35.0.tar.gz) = 836529
Added: head/devel/py-ddtrace/files/patch-ddtrace-profile-collector-stack.pyx
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/devel/py-ddtrace/files/patch-ddtrace-profile-collector-stack.pyx Sat Mar 28 12:52:04 2020 (r529392)
@@ -0,0 +1,11 @@
+--- ddtrace/profile/collector/stack.pyx.orig 2020-03-13 18:20:41 UTC
++++ ddtrace/profile/collector/stack.pyx
+@@ -34,7 +34,7 @@ IF UNAME_SYSNAME == "Linux":
+
+ cdef extern from "<pthread.h>":
+ # POSIX says this might be a struct, but CPython relies on it being an integer.
+- ctypedef int pthread_t
++ ctypedef struct pthread_t
+ int pthread_getcpuclockid(pthread_t thread, clockid_t *clock_id)
+
+ cdef p_pthread_getcpuclockid(tid):
More information about the svn-ports-head
mailing list