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:   nia
Date:           Wed Dec 30 09:26:53 UTC 2020

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

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.28 -r1.29 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.28 pkgsrc/ham/gnuradio-core/Makefile.common:1.29
--- pkgsrc/ham/gnuradio-core/Makefile.common:1.28       Mon Dec 14 00:41:56 2020
+++ pkgsrc/ham/gnuradio-core/Makefile.common    Wed Dec 30 09:26:52 2020
@@ -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]*
 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