summaryrefslogtreecommitdiff
path: root/ham/gnuradio-core
diff options
context:
space:
mode:
authornia <nia@pkgsrc.org>2020-12-30 09:26:52 +0000
committernia <nia@pkgsrc.org>2020-12-30 09:26:52 +0000
commitfbdb5c34fa33670c670aaece727a4b88e229eca3 (patch)
tree743c9f21d1a89c0ad4de0041e1be0b1bf7977ee0 /ham/gnuradio-core
parentba8024697d16a2224bbcba8309a5dcbbcc2d614b (diff)
downloadpkgsrc-fbdb5c34fa33670c670aaece727a4b88e229eca3.tar.gz
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 (limited to 'ham/gnuradio-core')
-rw-r--r--ham/gnuradio-core/Makefile.common6
1 files changed, 4 insertions, 2 deletions
diff --git a/ham/gnuradio-core/Makefile.common b/ham/gnuradio-core/Makefile.common
index 7bbf466cfcc..891e8cd9e6b 100644
--- a/ham/gnuradio-core/Makefile.common
+++ b/ham/gnuradio-core/Makefile.common
@@ -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 @@ DEPENDS+= ${PYPKGPREFIX}-gobject3-[0-9]*:../../devel/py-gobject3
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