# -*- 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.43.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  92a65771df5c96546439dfe8c0e7f92331b81351 \
                    sha256  52ed6e251c5d2c084224d73efee56b007ef5c2d408a4a071270e82131d336e20 \
                    size    368953

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
}
