pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-test5



Module Name:    pkgsrc
Committed By:   gutteridge
Date:           Tue Oct 29 22:27:30 UTC 2019

Modified Files:
        pkgsrc/devel/py-test5: Makefile

Log Message:
py-test5: build fix for (non-standard) PYTHON_VERSION_DEFAULT=27

Move PYTHON_VERSIONS_INCOMPATIBLE before the inclusion of pyversion.mk,
so it's picked up when needed. (This should address bulk build failures
noted in mef@'s NetBSD 9-BETA builds, where apparently
PYTHON_VERSION_DEFAULT has been set to "27".)


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/devel/py-test5/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-test5/Makefile
diff -u pkgsrc/devel/py-test5/Makefile:1.2 pkgsrc/devel/py-test5/Makefile:1.3
--- pkgsrc/devel/py-test5/Makefile:1.2  Fri Oct 25 09:35:13 2019
+++ pkgsrc/devel/py-test5/Makefile      Tue Oct 29 22:27:29 2019
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2019/10/25 09:35:13 adam Exp $
+# $NetBSD: Makefile,v 1.3 2019/10/29 22:27:29 gutteridge Exp $
 
 DISTNAME=      pytest-5.2.2
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/py//}
@@ -10,6 +10,8 @@ HOMEPAGE=     http://pytest.org/
 COMMENT=       Python testing tool
 LICENSE=       mit
 
+PYTHON_VERSIONS_INCOMPATIBLE=  27
+
 DEPENDS+=      ${PYPKGPREFIX}-atomicwrites>=1.0:../../devel/py-atomicwrites
 DEPENDS+=      ${PYPKGPREFIX}-attrs>=17.4.0:../../devel/py-attrs
 DEPENDS+=      ${PYPKGPREFIX}-expat-[0-9]*:../../textproc/py-expat
@@ -31,8 +33,6 @@ TEST_DEPENDS+=        ${PYPKGPREFIX}-xmlschema-
 DEPENDS+=      ${PYPKGPREFIX}-importlib-metadata>=0.12:../../devel/py-importlib-metadata
 .endif
 
-PYTHON_VERSIONS_INCOMPATIBLE=  27
-
 USE_LANGUAGES= # none
 USE_TOOLS+=    bash:build
 



Home | Main Index | Thread Index | Old Index