# -*- 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.47.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 4fc496c01d8f64b01d2ae30e0a60d7f01003042e \ sha256 8218891d5e41b4ea8d61d2aed62ed10c80e39d9f2959d6f939efbf056857e050 \ size 381895 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 }