You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
34 lines
1.0 KiB
Tcl
34 lines
1.0 KiB
Tcl
# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
|
|
|
|
PortSystem 1.0
|
|
PortGroup python 1.0
|
|
|
|
name py-opentelemetry-api
|
|
version 1.43.0
|
|
revision 0
|
|
|
|
categories-append devel
|
|
platforms {darwin any}
|
|
supported_archs noarch
|
|
license Apache-2
|
|
maintainers {reneeotten @reneeotten} openmaintainer
|
|
|
|
description OpenTelemetry Python API
|
|
long_description {*}${description}
|
|
|
|
homepage https://github.com/open-telemetry/opentelemetry-python/tree/main/opentelemetry-api
|
|
|
|
distname opentelemetry_api-${version}
|
|
|
|
checksums rmd160 5a35faa2cc09d2b5467266d728a89629a2484d9e \
|
|
sha256 107d0d03857ea8fc7c5fcbbbd83f800c281f0d560553d61c1d675fccfd1761c1 \
|
|
size 73476
|
|
|
|
python.versions 313 314
|
|
python.pep517_backend hatch
|
|
|
|
if {${name} ne ${subport}} {
|
|
depends_lib-append \
|
|
port:py${python.version}-typing_extensions
|
|
}
|