5.0.1: - Stop using the setuptools ``Feature`` class, allowing this project to be built from source with newer versions of setuptools that remove that functionality. 5.0.0: - Add support for Python 3.7 and 3.8. - Drop support for Python 3.4.
14 lines
404 B
Makefile
14 lines
404 B
Makefile
# $NetBSD: Makefile,v 1.3 2020/06/08 13:09:07 adam Exp $
|
|
|
|
DISTNAME= zope.hookable-5.0.1
|
|
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
|
CATEGORIES= devel python
|
|
MASTER_SITES= ${MASTER_SITE_PYPI:=z/zope.hookable/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://github.com/zopefoundation/zope.hookable
|
|
COMMENT= Zope hookable
|
|
LICENSE= zpl-2.1
|
|
|
|
.include "../../lang/python/egg.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|