Subject: CVS commit: pkgsrc/devel/py-zope.hookable
From: Takahiro Kambe
Date: 2018-10-28 16:17:48
Message id: 20181028151748.1BA4CFBEE@cvs.NetBSD.org

Log Message:
devel/py-zope.hookable: add version 4.2.0

Add devel/py-zope.hookable package version 4.2.0 with Python 3.7 support
from upstream.

===============
 zope.hookable
===============

This package supports the efficient creation of "hookable" objects, which
are callable objects that are meant to be optionally replaced.

The idea is that you create a function that does some default thing and make it
hookable. Later, someone can modify what it does by calling its sethook method
and changing its implementation.  All users of the function, including those
that imported it, will see the change.

Files:
RevisionActionfile
1.1addpkgsrc/devel/py-zope.hookable/DESCR
1.1addpkgsrc/devel/py-zope.hookable/Makefile
1.1addpkgsrc/devel/py-zope.hookable/PLIST
1.1addpkgsrc/devel/py-zope.hookable/distinfo
1.1addpkgsrc/devel/py-zope.hookable/patches/patch-setup.py
1.1addpkgsrc/devel/py-zope.hookable/patches/patch-tox.ini