Skip to content
GitLab
Menu
Why GitLab
Pricing
Contact Sales
Explore
Why GitLab
Pricing
Contact Sales
Explore
Sign in
Get free trial
Primary navigation
Search or go to…
Project
F
FreeBSD ports
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Privacy statement
Keyboard shortcuts
?
What's new
6
Snippets
Groups
Projects
Show more breadcrumbs
FreeBSD
FreeBSD ports
Commits
4e54062d
Verified
Commit
4e54062d
authored
1 year ago
by
sunpoet
Browse files
Options
Downloads
Patches
Plain Diff
devel/py-ddtrace: Update to 1.14.0
Changes:
https://github.com/DataDog/dd-trace-py/releases
parent
29eb8ba9
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
devel/py-ddtrace/Makefile
+5
-8
5 additions, 8 deletions
devel/py-ddtrace/Makefile
devel/py-ddtrace/distinfo
+3
-3
3 additions, 3 deletions
devel/py-ddtrace/distinfo
with
8 additions
and
11 deletions
devel/py-ddtrace/Makefile
+
5
−
8
View file @
4e54062d
PORTNAME
=
ddtrace
PORTVERSION
=
1.1
3.3
PORTVERSION
=
1.1
4.0
CATEGORIES
=
devel python
MASTER_SITES
=
PYPI
PKGNAMEPREFIX
=
${
PYTHON_PKGNAMEPREFIX
}
...
...
@@ -24,6 +24,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}attrs>=20:devel/py-attrs@${PY_FLAVOR} \
${
PYTHON_PKGNAMEPREFIX
}
jsonschema>
=
0:devel/py-jsonschema@
${
PY_FLAVOR
}
\
${
PYTHON_PKGNAMEPREFIX
}
opentelemetry-api>
=
1:devel/py-opentelemetry-api@
${
PY_FLAVOR
}
\
${
PYTHON_PKGNAMEPREFIX
}
protobuf>
=
3,1:devel/py-protobuf@
${
PY_FLAVOR
}
\
${
PYTHON_PKGNAMEPREFIX
}
six>
=
0:devel/py-six@
${
PY_FLAVOR
}
\
${
PYTHON_PKGNAMEPREFIX
}
tenacity>
=
5:devel/py-tenacity@
${
PY_FLAVOR
}
\
${
PYTHON_PKGNAMEPREFIX
}
typing-extensions>
=
0:devel/py-typing-extensions@
${
PY_FLAVOR
}
\
${
PYTHON_PKGNAMEPREFIX
}
xmltodict>
=
0.12:devel/py-xmltodict@
${
PY_FLAVOR
}
...
...
@@ -37,17 +38,13 @@ OPENTRACING_DESC= OpenTracing support
OPENTRACING_RUN_DEPENDS
=
${
PYTHON_PKGNAMEPREFIX
}
opentracing>
=
2.0.0:devel/py-opentracing@
${
PY_FLAVOR
}
.
include
<bsd.port.
pre
.mk>
.
include
<bsd.port.
options
.mk>
.if
${PYTHON_REL}
<
30800
RUN_DEPENDS
+=
${
PYTHON_PKGNAMEPREFIX
}
importlib-metadata>
=
0:devel/py-importlib-metadata@
${
PY_FLAVOR
}
.
endif
.if
${OPSYS}
==
FreeBSD
&&
(
${
OSVERSION
}
>=
1400079
||
(
${
OSVERSION
}
>=
1302505
&&
${
OSVERSION
}
< 1400000
))
.if
${OPSYS}
==
FreeBSD
&&
((
${
OSVERSION
}
>=
1302505
&&
${
OSVERSION
}
< 1400000
)
||
${
OSVERSION
}
>=
1400079
)
CFLAGS
+=
-Wno-error
=
int-conversion
.
endif
post-install
:
${
FIND
}
${
STAGEDIR
}${
PYTHON_SITELIBDIR
}
-name
'*.so'
-exec
${
STRIP_CMD
}
{}
+
.
include
<bsd.port.
post.
mk>
.
include
<bsd.port.mk>
This diff is collapsed.
Click to expand it.
devel/py-ddtrace/distinfo
+
3
−
3
View file @
4e54062d
TIMESTAMP = 1685
162120
SHA256 (ddtrace-1.1
3.3
.tar.gz) =
59675234bd50603d6eb0b49a67440c4d22bc14c0b716e181a135e590da9c0037
SIZE (ddtrace-1.1
3.3
.tar.gz) = 2
277888
TIMESTAMP = 1685
792236
SHA256 (ddtrace-1.1
4.0
.tar.gz) =
402350cbcac0cdbb45ae145c4205eed331723e9f260bb9547e3a50a029646a4e
SIZE (ddtrace-1.1
4.0
.tar.gz) = 2
340382
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment