pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/devel/py-zope.testrunner



Module Name:    pkgsrc
Committed By:   adam
Date:           Sun Jun 18 12:03:54 UTC 2023

Modified Files:
        pkgsrc/devel/py-zope.testrunner: Makefile

Log Message:
py-zope.testrunner: add USE_LANGUAGES=


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/py-zope.testrunner/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/py-zope.testrunner/Makefile
diff -u pkgsrc/devel/py-zope.testrunner/Makefile:1.1 pkgsrc/devel/py-zope.testrunner/Makefile:1.2
--- pkgsrc/devel/py-zope.testrunner/Makefile:1.1        Sun Jun 18 12:00:13 2023
+++ pkgsrc/devel/py-zope.testrunner/Makefile    Sun Jun 18 12:03:54 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2023/06/18 12:00:13 adam Exp $
+# $NetBSD: Makefile,v 1.2 2023/06/18 12:03:54 adam Exp $
 
 DISTNAME=      zope.testrunner-6.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -14,6 +14,8 @@ DEPENDS+=     ${PYPKGPREFIX}-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
+
 USE_PKG_RESOURCES=     yes
 
 PYTHON_VERSIONS_INCOMPATIBLE=  27



Home | Main Index | Thread Index | Old Index