pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/ham ham/gnuradio: add 38 to PYTHON_VERSIONS_ACCEPTED



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b1bf2f27bc0f
branches:  trunk
changeset: 443464:b1bf2f27bc0f
user:      dbj <dbj%pkgsrc.org@localhost>
date:      Mon Dec 14 00:41:56 2020 +0000

description:
ham/gnuradio: add 38 to PYTHON_VERSIONS_ACCEPTED

diffstat:

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

diffs (36 lines):

diff -r 606cbf074ca7 -r b1bf2f27bc0f ham/gnuradio-core/Makefile.common
--- a/ham/gnuradio-core/Makefile.common Mon Dec 14 00:41:03 2020 +0000
+++ b/ham/gnuradio-core/Makefile.common Mon Dec 14 00:41:56 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.27 2020/08/30 20:43:46 tnn Exp $
+# $NetBSD: Makefile.common,v 1.28 2020/12/14 00:41:56 dbj 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,7 @@
 DISTINFO_FILE=         ${.CURDIR}/../../ham/gnuradio-core/distinfo
 PATCHDIR=              ${.CURDIR}/../../ham/gnuradio-core/patches
 
-PYTHON_VERSIONS_ACCEPTED= 37
+PYTHON_VERSIONS_ACCEPTED= 37 38
 PLIST_SUBST+=  PYVERSSUFFIX=${PYVERSSUFFIX}
 PLIST_SUBST+=  PYSITELIB=${PYSITELIB}
 PY_PATCHPLIST= yes
diff -r 606cbf074ca7 -r b1bf2f27bc0f ham/gr-osmosdr/Makefile
--- a/ham/gr-osmosdr/Makefile   Mon Dec 14 00:41:03 2020 +0000
+++ b/ham/gr-osmosdr/Makefile   Mon Dec 14 00:41:56 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.28 2020/08/30 21:52:43 tnn Exp $
+# $NetBSD: Makefile,v 1.29 2020/12/14 00:41:57 dbj Exp $
 
 DISTNAME=              gr-osmosdr-0.2.2
 CATEGORIES=            ham
@@ -26,7 +26,7 @@
 
 PLIST_SUBST+=  PYSITELIB=${PYSITELIB}
 
-PYTHON_VERSIONS_ACCEPTED=      37
+PYTHON_VERSIONS_ACCEPTED=      37 38
 REPLACE_PYTHON+=               apps/osmocom_siggen_base.py
 
 .include       "../../devel/boost-headers/buildlink3.mk"



Home | Main Index | Thread Index | Old Index