pkgsrc/devel/py-ZopeInterface/Makefile
adam 855fe321c8 py-ZopeInterface: update to 4.4.3
4.4.3:
- Avoid exceptions when the ``__annotations__`` attribute is added to
  interface definitions with Python 3.x type hints.
- Fix the possibility of a rare crash in the C extension when
  deallocating items.
2017-10-07 11:40:56 +00:00

16 lines
532 B
Makefile

# $NetBSD: Makefile,v 1.29 2017/10/07 11:40:56 adam Exp $
DISTNAME= zope.interface-4.4.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= https://github.com/zopefoundation/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"