Source
# -*- 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 github 1.0
PortGroup python 1.0
github.setup pavlov99 json-rpc 1.10.8
name py-json-rpc
categories-append devel
license MIT
maintainers {sean @seanfarley} openmaintainer
description JSON-RPC 1/2 transport implementation
long_description ${description}
platforms darwin
supported_archs noarch
checksums rmd160 4faf179cbacc7b586392ce063c53b6eb6f6bd97f \
sha256 f25f01b8117e16591edbd719bfcdefb1fce64b4cae0df77ecbb881165988f8a4
python.versions 27 35 36
if {$subport ne $name} {
livecheck.type none
}