You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
fb46958084
- add py312, drop py37 subport
28 lines
938 B
Tcl
28 lines
938 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-aiorpcX
|
|
version 0.22.1
|
|
revision 0
|
|
|
|
categories-append devel
|
|
license MIT
|
|
platforms {darwin any}
|
|
supported_archs noarch
|
|
|
|
python.versions 312
|
|
|
|
maintainers {ipglider.org:miguel @ipglider} openmaintainer
|
|
|
|
description Generic async RPC implementation, including JSON-RPC.
|
|
long_description Transport, protocol and framing-independent async RPC \
|
|
client and server implementation.
|
|
|
|
homepage https://github.com/kyuupichan/aiorpcX
|
|
|
|
checksums rmd160 5d88b5e7227de549a275123ad806cf18503ee9e7 \
|
|
sha256 6026f7bed3432e206589c94dcf599be8cd85b5736b118c7275845c1bd922a553 \
|
|
size 28803
|