pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/ham/gr-osmosdr ham/gr-osmosdr: Mark python 36 and 37 a...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/787c0215e5a6
branches:  trunk
changeset: 322940:787c0215e5a6
user:      gdt <gdt%pkgsrc.org@localhost>
date:      Tue Apr 30 16:13:42 2019 +0000

description:
ham/gr-osmosdr: Mark python 36 and 37 as not ok

Both 36 and 37 result in build errors.  The package builds ok with 27.

diffstat:

 ham/gr-osmosdr/Makefile |  6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diffs (22 lines):

diff -r e04566a986d3 -r 787c0215e5a6 ham/gr-osmosdr/Makefile
--- a/ham/gr-osmosdr/Makefile   Tue Apr 30 15:36:15 2019 +0000
+++ b/ham/gr-osmosdr/Makefile   Tue Apr 30 16:13:42 2019 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.16 2019/04/25 07:33:00 maya Exp $
+# $NetBSD: Makefile,v 1.17 2019/04/30 16:13:42 gdt Exp $
 
 DISTNAME=              gr-osmosdr-0.1.4
-PKGREVISION=           12
+PKGREVISION=           13
 CATEGORIES=            ham
 MASTER_SITES+=         http://git.osmocom.org/gr-osmosdr/snapshot/
 
@@ -22,6 +22,8 @@
 
 PLIST_SUBST+=  PYSITELIB=${PYSITELIB}
 
+# Python 36 and 37 result in build errors; 27 builds ok.
+PYTHON_VERSIONS_INCOMPATIBLE=  36 37
 REPLACE_PYTHON+=       apps/osmocom_siggen_base.py
 
 .include       "../../devel/boost-headers/buildlink3.mk"



Home | Main Index | Thread Index | Old Index