f1e0f08fc5
4.7: - Added support for Python 3.7.
16 lines
429 B
Makefile
16 lines
429 B
Makefile
# $NetBSD: Makefile,v 1.2 2018/12/22 09:02:54 adam Exp $
|
|
|
|
DISTNAME= zope.testing-4.7
|
|
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
|
CATEGORIES= devel python
|
|
MASTER_SITES= ${MASTER_SITE_PYPI:=z/zope.testing/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://github.com/zopefoundation/zope.testing
|
|
COMMENT= Zope testing helpers
|
|
LICENSE= zpl-2.1
|
|
|
|
USE_LANGUAGES= # none
|
|
|
|
.include "../../lang/python/egg.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|