pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-xopen



Module Name:    pkgsrc
Committed By:   joerg
Date:           Thu May 14 19:37:42 UTC 2020

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

Log Message:
PYTHON_VERSIONS_INCOMPATIBLE must be set before including pyversion.mk.
Drop logic for unsupported versions.


To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 pkgsrc/devel/py-xopen/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-xopen/Makefile
diff -u pkgsrc/devel/py-xopen/Makefile:1.17 pkgsrc/devel/py-xopen/Makefile:1.18
--- pkgsrc/devel/py-xopen/Makefile:1.17 Fri Apr  3 16:20:49 2020
+++ pkgsrc/devel/py-xopen/Makefile      Thu May 14 19:37:42 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.17 2020/04/03 16:20:49 adam Exp $
+# $NetBSD: Makefile,v 1.18 2020/05/14 19:37:42 joerg Exp $
 
 DISTNAME=      xopen-0.9.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -14,15 +14,12 @@ BUILD_DEPENDS+=     ${PYPKGPREFIX}-setuptool
 DEPENDS+=      pigz-[0-9]*:../../archivers/pigz
 TEST_DEPENDS+= ${PYPKGPREFIX}-test-[0-9]*:../../devel/py-test
 
+PYTHON_VERSIONS_INCOMPATIBLE=  27
+
 .include "../../lang/python/pyversion.mk"
-.if ${_PYTHON_VERSION} == 27
-DEPENDS+=      ${PYPKGPREFIX}-bz2file-[0-9]*:../../archivers/py-bz2file
-.endif
 
 USE_LANGUAGES= # none
 
-PYTHON_VERSIONS_INCOMPATIBLE=  27
-
 do-test:
        cd ${WRKSRC} && pytest-${PYVERSSUFFIX} tests
 



Home | Main Index | Thread Index | Old Index