pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/ham/gnuradio-core gnuradio-core: Convert to PYTHON_VER...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c0749230fffc
branches:  trunk
changeset: 443869:c0749230fffc
user:      nia <nia%pkgsrc.org@localhost>
date:      Wed Dec 30 09:26:52 2020 +0000

description:
gnuradio-core: Convert to PYTHON_VERSIONS_INCOMPATIBLE

This will ease transition to newer Python versions, and also removes
the apparently unnecessary restriction on 3.6. According to the upstream
build system, 3.6 is the minimum version required.

diffstat:

 ham/gnuradio-core/Makefile.common |  6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diffs (20 lines):

diff -r 14081c236888 -r c0749230fffc ham/gnuradio-core/Makefile.common
--- a/ham/gnuradio-core/Makefile.common Wed Dec 30 09:21:36 2020 +0000
+++ b/ham/gnuradio-core/Makefile.common Wed Dec 30 09:26:52 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.28 2020/12/14 00:41:56 dbj Exp $
+# $NetBSD: Makefile.common,v 1.29 2020/12/30 09:26:52 nia Exp $
 # This Makefile fragment is included in the package Makefiles for
 # GNU Radio distributed packages (they all share common configure and build
 # settings).
@@ -53,7 +53,9 @@
 DISTINFO_FILE=         ${.CURDIR}/../../ham/gnuradio-core/distinfo
 PATCHDIR=              ${.CURDIR}/../../ham/gnuradio-core/patches
 
-PYTHON_VERSIONS_ACCEPTED= 37 38
+# see CMakeLists.txt GR_PYTHON_MIN_VERSION
+PYTHON_VERSIONS_INCOMPATIBLE= 27
+
 PLIST_SUBST+=  PYVERSSUFFIX=${PYVERSSUFFIX}
 PLIST_SUBST+=  PYSITELIB=${PYSITELIB}
 PY_PATCHPLIST= yes



Home | Main Index | Thread Index | Old Index