# -*- 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
version             1.44.1
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  abf74e9f72441c79cae4d49db46b1c130996d802 \
                    sha256  24e6a53eeabffd2f95d952aa35ca52f0f4201d17f820ac9d3ff7244c665aaf68 \
                    size    243446

python.versions     39 310 311 312

if {${name} ne ${subport}} {
    depends_build-append \
                    port:py${python.version}-setuptools

    depends_run-append \
                    port:py${python.version}-urllib3 \
                    port:py${python.version}-certifi

    livecheck.type  none
}
