550a2dea5b
- Fixed a bug where a decorated method caused false positive failures on ``verifyClass()``. Changes 4.0.4: - Fixed a bug that was revealed by porting zope.traversing. During a loop, the loop body modified a weakref dict causing a ``RuntimeError`` error. Changes 4.0.3: - Fleshed out PyPI Trove classifiers. Changes 4.0.2: - Added support for Python 3.3. - Restored ability to install the package in the absence of ``setuptools``. - LP 1055223: Fix test which depended on dictionary order and failed randomly in Python 3.3. Changes 4.0.1: - Dropped explicit ``DeprecationWarnings`` for "class advice" APIS (these APIs are still deprecated under Python 2.x, and still raise an exception under Python 3.x, but no longer cause a warning to be emitted under Python 2.x).
17 lines
514 B
Makefile
17 lines
514 B
Makefile
# $NetBSD: Makefile,v 1.16 2013/08/13 17:42:28 adam Exp $
|
|
|
|
DISTNAME= zope.interface-4.0.5
|
|
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/zope.i/ZopeI/}
|
|
CATEGORIES= devel python
|
|
MASTER_SITES= http://pypi.python.org/packages/source/z/zope.interface/
|
|
EXTRACT_SUFX= .zip
|
|
|
|
MAINTAINER= sifu@0xx0.net
|
|
HOMEPAGE= http://pypi.python.org/pypi/zope.interface
|
|
COMMENT= The zope.interface package used in Zope 3 and Twisted
|
|
LICENSE= zpl
|
|
|
|
PYTHON_VERSIONS_INCLUDE_3X= yes
|
|
|
|
.include "../../lang/python/egg.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|