Files
2020-10-29 10:38:11 +00:00

29 lines
878 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-backcall
version 0.2.0
revision 0
categories-append devel
platforms darwin
license BSD
python.versions 27 35 36 37 38 39
maintainers {stromnov @stromnov} openmaintainer
description Specifications for callback functions passed in to an API.
long_description ${description}
homepage https://github.com/takluyver/backcall
checksums rmd160 7d42ca6b0199ab946ad86c30fc799d3a9e6c5f1e \
sha256 5cbdbf27be5e7cfadb448baf0aa95508f91f2bbc6c6437cd9cd06e2a4c215e1e \
size 18041
if {${name} ne ${subport}} {
livecheck.type none
}