2018-07-05 14:06:38 +02:00
|
|
|
# -*- 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
|
2024-01-28 17:45:50 -05:00
|
|
|
version 0.22.1
|
|
|
|
|
revision 0
|
|
|
|
|
|
2018-07-05 14:06:38 +02:00
|
|
|
categories-append devel
|
|
|
|
|
license MIT
|
2023-12-17 08:55:21 +11:00
|
|
|
platforms {darwin any}
|
|
|
|
|
supported_archs noarch
|
2018-07-05 14:06:38 +02:00
|
|
|
|
2024-01-28 17:45:50 -05:00
|
|
|
python.versions 312
|
2018-07-05 14:06:38 +02:00
|
|
|
|
|
|
|
|
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
|
2019-03-10 13:26:00 +01:00
|
|
|
|
2024-01-28 17:45:50 -05:00
|
|
|
checksums rmd160 5d88b5e7227de549a275123ad806cf18503ee9e7 \
|
|
|
|
|
sha256 6026f7bed3432e206589c94dcf599be8cd85b5736b118c7275845c1bd922a553 \
|
|
|
|
|
size 28803
|