Sun Jun 18 12:03:54 2023 UTC ()
py-zope.testrunner: add USE_LANGUAGES=


(adam)
diff -r1.1 -r1.2 pkgsrc/devel/py-zope.testrunner/Makefile

cvs diff -r1.1 -r1.2 pkgsrc/devel/py-zope.testrunner/Makefile (expand / switch to unified diff)

--- pkgsrc/devel/py-zope.testrunner/Makefile 2023/06/18 12:00:13 1.1
+++ pkgsrc/devel/py-zope.testrunner/Makefile 2023/06/18 12:03:54 1.2
@@ -1,28 +1,30 @@ @@ -1,28 +1,30 @@
1# $NetBSD: Makefile,v 1.1 2023/06/18 12:00:13 adam Exp $ 1# $NetBSD: Makefile,v 1.2 2023/06/18 12:03:54 adam Exp $
2 2
3DISTNAME= zope.testrunner-6.0 3DISTNAME= zope.testrunner-6.0
4PKGNAME= ${PYPKGPREFIX}-${DISTNAME} 4PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
5CATEGORIES= devel python 5CATEGORIES= devel python
6MASTER_SITES= ${MASTER_SITE_PYPI:=z/zope.testrunner/} 6MASTER_SITES= ${MASTER_SITE_PYPI:=z/zope.testrunner/}
7 7
8MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
9HOMEPAGE= https://github.com/zopefoundation/zope.testrunner 9HOMEPAGE= https://github.com/zopefoundation/zope.testrunner
10COMMENT= Zope testrunner script 10COMMENT= Zope testrunner script
11LICENSE= zpl-2.1 11LICENSE= zpl-2.1
12 12
13DEPENDS+= ${PYPKGPREFIX}-zope.exceptions-[0-9]*:../../devel/py-zope.exceptions 13DEPENDS+= ${PYPKGPREFIX}-zope.exceptions-[0-9]*:../../devel/py-zope.exceptions
14DEPENDS+= ${PYPKGPREFIX}-zope.interface-[0-9]*:../../devel/py-zope.interface 14DEPENDS+= ${PYPKGPREFIX}-zope.interface-[0-9]*:../../devel/py-zope.interface
15TEST_DEPENDS+= ${PYPKGPREFIX}-zope.testing-[0-9]*:../../devel/py-zope.testing 15TEST_DEPENDS+= ${PYPKGPREFIX}-zope.testing-[0-9]*:../../devel/py-zope.testing
16 16
 17USE_LANGUAGES= # none
 18
17USE_PKG_RESOURCES= yes 19USE_PKG_RESOURCES= yes
18 20
19PYTHON_VERSIONS_INCOMPATIBLE= 27 21PYTHON_VERSIONS_INCOMPATIBLE= 27
20 22
21TEST_ENV+= PYTHONPATH=${WRKSRC}/build/lib 23TEST_ENV+= PYTHONPATH=${WRKSRC}/build/lib
22 24
23post-install: 25post-install:
24 cd ${DESTDIR}${PREFIX}/bin && \ 26 cd ${DESTDIR}${PREFIX}/bin && \
25 ${MV} zope-testrunner zope-testrunner-${PYVERSSUFFIX} || ${TRUE} 27 ${MV} zope-testrunner zope-testrunner-${PYVERSSUFFIX} || ${TRUE}
26 28
27.include "../../lang/python/egg.mk" 29.include "../../lang/python/egg.mk"
28.include "../../mk/bsd.pkg.mk" 30.include "../../mk/bsd.pkg.mk"