# -*- 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-sniffio
version             1.3.1
categories-append   devel
supported_archs     noarch
platforms           {darwin any}
license             {Apache-2 MIT}

python.versions     39 310 311 312 313 314

maintainers         {@jandemter demter.de:jan} openmaintainer

description         Sniff out which async library your code is running under
long_description    This is a tiny package whose only purpose is to let you \
                    detect which async library your code is running under.

homepage            https://github.com/python-trio/sniffio

checksums           rmd160  7ed50a618aea4898d388add3e4bb0ebb411e8c2c \
                    sha256  f4324edc670a0f49750a81b895f35c3adb843cca46f0530f79fc1babb23789dc \
                    size    20372

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