1423f2192f
5.3.0 (2021-03-17) ================== - Add support for Python 3.9. - Fix `package init file missing` warning - Make standard streams provide a `buffer` attribute on Python 3 when using `--buffer` or testing under subunit.
22 lines
821 B
Makefile
22 lines
821 B
Makefile
# $NetBSD: Makefile,v 1.6 2021/04/14 04:57:39 adam Exp $
|
|
|
|
DISTNAME= zope.testrunner-5.3.0
|
|
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/zope.t/ZopeT/}
|
|
CATEGORIES= devel python
|
|
MASTER_SITES= ${MASTER_SITE_PYPI:=z/zope.testrunner/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://github.com/zopefoundation/zope.testrunner
|
|
COMMENT= Zope testrunner script
|
|
LICENSE= zpl-2.1
|
|
|
|
DEPENDS+= ${PYPKGPREFIX}-six-[0-9]*:../../lang/py-six
|
|
DEPENDS+= ${PYPKGPREFIX}-zope.exceptions-[0-9]*:../../devel/py-zope.exceptions
|
|
DEPENDS+= ${PYPKGPREFIX}-ZopeInterface-[0-9]*:../../devel/py-ZopeInterface
|
|
TEST_DEPENDS+= ${PYPKGPREFIX}-zope.testing-[0-9]*:../../devel/py-zope.testing
|
|
|
|
PYTHON_VERSIONED_DEPENDENCIES+= setuptools
|
|
|
|
.include "../../lang/python/egg.mk"
|
|
.include "../../lang/python/versioned_dependencies.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|