You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
29 lines
861 B
Tcl
29 lines
861 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-ajsonrpc
|
|
version 1.2.0
|
|
revision 0
|
|
|
|
categories-append devel
|
|
supported_archs noarch
|
|
platforms {darwin any}
|
|
license MIT
|
|
maintainers nomaintainer
|
|
|
|
homepage https://github.com/pavlov99/ajsonrpc
|
|
description JSON-RPC 1/2 transport implementation
|
|
long_description {*}${description}
|
|
|
|
checksums rmd160 e9385ab3678cb17754e57ac78918e82fe0af2961 \
|
|
sha256 791bac18f0bf0dee109194644f151cf8b7ff529c4b8d6239ac48104a3251a19f \
|
|
size 22108
|
|
|
|
python.versions 310 311 312 313 314
|
|
|
|
if {$subport ne $name} {
|
|
test.run yes
|
|
}
|