# $NetBSD: Makefile,v 1.8 2024/03/02 12:50:08 adam Exp $ DISTNAME= zope.testrunner-6.4 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} 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 TOOL_DEPENDS+= ${PYPKGPREFIX}-wheel-[0-9]*:../../devel/py-wheel DEPENDS+= ${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools DEPENDS+= ${PYPKGPREFIX}-zope.exceptions-[0-9]*:../../devel/py-zope.exceptions DEPENDS+= ${PYPKGPREFIX}-zope.interface-[0-9]*:../../devel/py-zope.interface TEST_DEPENDS+= ${PYPKGPREFIX}-zope.testing-[0-9]*:../../devel/py-zope.testing USE_LANGUAGES= # none PYTHON_VERSIONS_INCOMPATIBLE= 27 TEST_ENV+= PYTHONPATH=${WRKSRC}/build/lib post-install: cd ${DESTDIR}${PREFIX}/bin && \ ${MV} zope-testrunner zope-testrunner-${PYVERSSUFFIX} || ${TRUE} .include "../../lang/python/wheel.mk" .include "../../mk/bsd.pkg.mk"