Files
2021-01-09 19:21:23 -05:00

30 lines
928 B
Tcl

# -*- 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 0.6.1
platforms darwin
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 0c3cff78e16cfe597408b206c074540f5d7cd34a \
sha256 4712e0ef75711fe5947c2db855bc96221a9a03641b52e5ae8e25c2b705dd1d0c \
size 19226
python.versions 38 39
if {${name} ne ${subport}} {
depends_build-append \
port:py${python.version}-setuptools
livecheck.type none
}