Maintainer: farrokhi@FreeBSD.org 
Port Added: 2018-07-30 14:18:26
Last Update: 2018-07-30 15:18:02
SVN Revision: 475894
Also Listed In: python
License: BSD3CLAUSE
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
WWW: https://github.com/takluyver/backcall
SVNWeb : Homepage : PortsMon
There is no configure plist information for this port.
Dependency line: py27-backcall>0:devel/py-backcall
To install the port: cd /usr/ports/devel/py-backcall/ && make install clean
To add the package: pkg install py27-backcall
PKGNAME: py27-backcall
There is no flavor information for this port.
distinfo:
TIMESTAMP = 1532958667
SHA256 (backcall-0.1.0.tar.gz) = 38ecd85be2c1e78f77fd91700c76e14667dc21e2713b63876c0eb901196e01e4
SIZE (backcall-0.1.0.tar.gz) = 9690
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
- py27-setuptools>0 : devel/py-setuptools@py27
- python2.7 : lang/python27
Runtime dependencies:
- py27-setuptools>0 : devel/py-setuptools@py27
- python2.7 : lang/python27
This port is required by:
for Run
* - deleted ports are only shown under the This port is required by section. It was harder to do for the Required section. Perhaps later...
Configuration Options
No options to configure
USES:
python
Master Sites:
- https://files.pythonhosted.org/packages/source/b/backcall/
- https://pypi.org/packages/source/b/backcall/