Subject: CVS commit: pkgsrc/devel
From: Adam Ciarcinski
Date: 2018-04-03 13:13:29
Message id: 20180403111329.50046FBEC@cvs.NetBSD.org

Log Message:
py-backcall: added version 0.1.0

Specifications for callback functions passed in to an API

If your code lets other people supply callback functions, it's important to
specify the function signature you expect, and check that functions support
that. Adding extra parameters later would break other peoples code unless
you're careful.

backcall provides a way of specifying the callback signature using a prototype
function.

Files:
RevisionActionfile
1.1addpkgsrc/devel/py-backcall/DESCR
1.1addpkgsrc/devel/py-backcall/Makefile
1.1addpkgsrc/devel/py-backcall/PLIST
1.1addpkgsrc/devel/py-backcall/distinfo