# -*- 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.1.0
revision 0
categories-append devel
platforms darwin
license BSD
python.versions 27 34 35 36 37
maintainers {stromnov @stromnov} openmaintainer
description Specifications for callback functions passed in to an API.
long_description ${description}
homepage https://github.com/takluyver/backcall
master_sites pypi:[string index ${python.rootname} 0]/${python.rootname}
distname ${python.rootname}-${version}
checksums rmd160 13c59b24f2ea2acd09b63c9196dcc6cb6cb04e01 \
sha256 38ecd85be2c1e78f77fd91700c76e14667dc21e2713b63876c0eb901196e01e4
if {${name} ne ${subport}} {
livecheck.type none
}