4.5: Add official support for Python 3.9 and 3.10. Undo dropping support for Python 3.5. Drop support for running the tests using python setup.py test.
20 lines
619 B
Makefile
20 lines
619 B
Makefile
# $NetBSD: Makefile,v 1.4 2022/02/11 11:20:39 adam Exp $
|
|
|
|
DISTNAME= zope.exceptions-4.5
|
|
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
|
CATEGORIES= devel python
|
|
MASTER_SITES= ${MASTER_SITE_PYPI:=z/zope.exceptions/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://github.com/zopefoundation/zope.exceptions
|
|
COMMENT= Zope testing helpers
|
|
LICENSE= zpl-2.1
|
|
|
|
DEPENDS+= ${PYPKGPREFIX}-ZopeInterface-[0-9]*:../../devel/py-ZopeInterface
|
|
# circular dependency
|
|
#TEST_DEPENDS+= ${PYPKGPREFIX}-ZopeTestrunner-[0-9]*:../../devel/py-ZopeTestrunner
|
|
|
|
USE_LANGUAGES= # none
|
|
|
|
.include "../../lang/python/egg.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|