# -*- 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.49.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  85724540b9e4e383c6e3efb54b410eb99f2f987e \
                    sha256  c1878599cde410d481c04ef50ee3aedd4f600e4d0d253f4763041e468b332c30 \
                    size    387228

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
}
