pkgsrc/devel/py-zope.testing/Makefile
adam 338e0f9777 py-zope.testing: updated to 4.9
4.9 (2021-01-08)
Make setupstack.txt test work again if the current directory is empty.

4.8 (2021-01-04)
Add support for Python 3.8 and 3.9.
Drop support for Python 3.3 and 3.4.
Extend IGNORE_EXCEPTION_MODULE_IN_PYTHON2 to cover also exceptions without arguments (thus without a colon on the last line of the traceback output).
2021-01-15 10:02:35 +00:00

16 lines
429 B
Makefile

# $NetBSD: Makefile,v 1.3 2021/01/15 10:02:35 adam Exp $
DISTNAME= zope.testing-4.9
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"