pkgsrc-Changes archive

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

CVS commit: pkgsrc/ham/gnuradio-core



Module Name:    pkgsrc
Committed By:   wiz
Date:           Thu Apr  3 07:04:34 UTC 2025

Modified Files:
        pkgsrc/ham/gnuradio-core: Makefile.common

Log Message:
gnuradio-core: not for python 3.9/3.13 due to py-qtgraph-qt5


To generate a diff of this commit:
cvs rdiff -u -r1.56 -r1.57 pkgsrc/ham/gnuradio-core/Makefile.common

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

Modified files:

Index: pkgsrc/ham/gnuradio-core/Makefile.common
diff -u pkgsrc/ham/gnuradio-core/Makefile.common:1.56 pkgsrc/ham/gnuradio-core/Makefile.common:1.57
--- pkgsrc/ham/gnuradio-core/Makefile.common:1.56       Thu Feb 27 13:49:50 2025
+++ pkgsrc/ham/gnuradio-core/Makefile.common    Thu Apr  3 07:04:34 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.56 2025/02/27 13:49:50 adam Exp $
+# $NetBSD: Makefile.common,v 1.57 2025/04/03 07:04:34 wiz Exp $
 # used by ham/gnuradio-channels/Makefile
 # used by ham/gnuradio-companion/Makefile
 # used by ham/gnuradio-core/Makefile
@@ -67,6 +67,8 @@ DEPENDS+=     ${PYPKGPREFIX}-yaml-[0-9]*:../
 # filter designer
 DEPENDS+=      ${PYPKGPREFIX}-qtgraph-qt5-[0-9]*:../../x11/py-qtgraph-qt5
 
+PYTHON_VERSIONS_INCOMPATIBLE=  39 313 # p-qtgraph-qt5
+
 DISTINFO_FILE= ${.CURDIR}/../../ham/gnuradio-core/distinfo
 PATCHDIR=      ${.CURDIR}/../../ham/gnuradio-core/patches
 



Home | Main Index | Thread Index | Old Index