# -*- 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-sentry-sdk
python.rootname     sentry_sdk
version             2.51.0
revision            0

supported_archs     noarch
platforms           {darwin any}
license             MIT
maintainers         {judaew @judaew} openmaintainer

description         Sentry SDK for Python
long_description    This is the next line of the Python SDK for Sentry, \
                    intended to replace the raven package on PyPI.
homepage            https://github.com/getsentry/sentry-python

checksums           rmd160  36e9411557f39b641748094f3d2b4a1f5f932eaf \
                    sha256  b89d64577075fd8c13088bc3609a2ce77a154e5beb8cba7cc16560b0539df4f7 \
                    size    407447

python.versions     310 311 312 313 314

if {${name} ne ${subport}} {
    depends_run-append \
                    port:py${python.version}-urllib3 \
                    port:py${python.version}-certifi

    livecheck.type  none
}
