pkgsrc/devel/py-zope.hookable/Makefile
taca 31e2aea19b 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.
2018-10-28 15:17:47 +00:00

14 lines
403 B
Makefile

# $NetBSD: Makefile,v 1.1 2018/10/28 15:17:47 taca Exp $
DISTNAME= zope.hookable-4.2.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= devel python
MASTER_SITES= ${MASTER_SITE_PYPI:=z/zope.hookable/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://github.com/zopefoundation/zope.hookable
COMMENT= Zope hookable
LICENSE= zpl-2.1
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"