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
897 B
Tcl
25 lines
897 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-txaio
|
|
version 23.1.1
|
|
revision 0
|
|
checksums rmd160 106030d9af1de23f178a05dc29a2eb60bf319f19 \
|
|
sha256 f9a9216e976e5e3246dfd112ad7ad55ca915606b60b84a757ac769bd404ff704 \
|
|
size 53704
|
|
|
|
maintainers nomaintainer
|
|
license MIT
|
|
supported_archs noarch
|
|
platforms {darwin any}
|
|
|
|
description Compatibility API between asyncio/Twisted/Trollius
|
|
long_description txaio is a helper library for writing code that runs \
|
|
unmodified on both Twisted and asyncio / Trollius.
|
|
|
|
homepage https://github.com/crossbario/txaio
|
|
|
|
python.versions 310 311 312 313
|