You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
27 lines
878 B
Tcl
27 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
|
|
supported_archs noarch
|
|
platforms {darwin any}
|
|
license BSD
|
|
|
|
python.versions 310 311 312 313
|
|
python.pep517_backend flit
|
|
|
|
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
|