pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/py-xdist py-xdist: propagate PYTHON_VERSIONS_INC...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/faae869fa8ae
branches:  trunk
changeset: 383982:faae869fa8ae
user:      tnn <tnn%pkgsrc.org@localhost>
date:      Thu Aug 25 07:37:27 2022 +0000

description:
py-xdist: propagate PYTHON_VERSIONS_INCOMPATIBLE

diffstat:

 devel/py-xdist/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r acc8164908e0 -r faae869fa8ae devel/py-xdist/Makefile
--- a/devel/py-xdist/Makefile   Thu Aug 25 07:34:41 2022 +0000
+++ b/devel/py-xdist/Makefile   Thu Aug 25 07:37:27 2022 +0000
@@ -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 @@
 
 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