You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
25 lines
869 B
Tcl
25 lines
869 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 2.0.0
|
|
revision 0
|
|
|
|
license Apache-2
|
|
maintainers {mps @Schamschula} openmaintainer
|
|
description Mixed sync async queue to interoperate between asyncio \
|
|
tasks and classic threads
|
|
long_description {*}${description}
|
|
homepage https://github.com/aio-libs/janus/
|
|
|
|
platforms {darwin any}
|
|
supported_archs noarch
|
|
|
|
checksums rmd160 32c6c4746c11531ddcfb6fe28b1f26676e24a639 \
|
|
sha256 0970f38e0e725400496c834a368a67ee551dc3b5ad0a257e132f5b46f2e77770 \
|
|
size 22910
|
|
|
|
python.versions 310 311 312 313 314
|