pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-xdist



Module Name:    pkgsrc
Committed By:   tnn
Date:           Thu Aug 25 07:37:27 UTC 2022

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

Log Message:
py-xdist: propagate PYTHON_VERSIONS_INCOMPATIBLE


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/py-xdist/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-xdist/Makefile
diff -u pkgsrc/devel/py-xdist/Makefile:1.1 pkgsrc/devel/py-xdist/Makefile:1.2
--- pkgsrc/devel/py-xdist/Makefile:1.1  Wed Aug 24 09:28:57 2022
+++ pkgsrc/devel/py-xdist/Makefile      Thu Aug 25 07:37:27 2022
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2022/08/24 09:28:57 wiz Exp $
+# $NetBSD: Makefile,v 1.2 2022/08/25 07:37:27 tnn Exp $
 
 DISTNAME=      xdist-0.0.2
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -15,6 +15,8 @@ TEST_DEPENDS+=        ${PYPKGPREFIX}-nose>=0:..
 
 USE_LANGUAGES= # none
 
+PYTHON_VERSIONS_INCOMPATIBLE=  27 37   # py-pandas
+
 BUILDLINK_API_DEPENDS.py-numpy+=       ${PYPKGPREFIX}-numpy>=1.16.5
 .include "../../math/py-numpy/buildlink3.mk"
 .include "../../lang/python/egg.mk"



Home | Main Index | Thread Index | Old Index