c34410b1dc
4.3.3 (2016-12-13) ------------------ - Correct typos and ReST formatting errors in documentation. - Add API documentation for the adapter registry. - Ensure that the ``LICENSE.txt`` file is included in built wheels. - Fix C optimizations broken on Py3k. See the Python bug at: http://bugs.python.org/issue15657 (https://github.com/zopefoundation/zope.interface/issues/60)
16 lines
525 B
Makefile
16 lines
525 B
Makefile
# $NetBSD: Makefile,v 1.24 2016/12/19 08:54:50 wiz Exp $
|
|
|
|
DISTNAME= zope.interface-4.3.3
|
|
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/zope.i/ZopeI/}
|
|
CATEGORIES= devel python
|
|
MASTER_SITES= ${MASTER_SITE_PYPI:=z/zope.interface/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://pypi.python.org/pypi/zope.interface
|
|
COMMENT= The zope.interface package used in Zope 3 and Twisted
|
|
LICENSE= zpl-2.1
|
|
|
|
DEPENDS+= ${PYPKGPREFIX}-ZopeEvent-[0-9]*:../../devel/py-ZopeEvent
|
|
|
|
.include "../../lang/python/egg.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|