# -*- 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-janus
version             2.0.0
revision            0

platforms           {darwin any}
supported_archs     noarch
license             Apache-2
maintainers         nomaintainer

description         Mixed sync async queue to interoperate between asyncio \
                    tasks and classic threads
long_description    {*}${description}

homepage            https://github.com/aio-libs/janus/

checksums           rmd160  32c6c4746c11531ddcfb6fe28b1f26676e24a639 \
                    sha256  0970f38e0e725400496c834a368a67ee551dc3b5ad0a257e132f5b46f2e77770 \
                    size    22910

python.versions     312
