# -*- 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.48.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  8663b6db75135bd09d9baef9bbede43f972178da \
                    sha256  5213190977ff7fdff8a58b722fb807f8d5524a80488626ebeda1b5676c0c1473 \
                    size    384828

python.versions     310 311 312 313

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

    livecheck.type  none
}
