Authentication-Results: name.execsw.org; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=HtIT00AA; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=g/eIO0r1 Received: by mail.netbsd.org (Postfix, from userid 605) id 0292384EEF; Thu, 16 May 2024 20:02:22 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1715889742; bh=4rYJSacP8bRARvHWANbgBq3BpIpy2y0Pk565VqFEYVU=; h=Date:From:Subject:To:Reply-To:List-Id:List-Unsubscribe; b=HtIT00AA4Owew/D2LDmtcCzJHaIyP3TQF9PosL2hGDhx2h/nZOd7TCXGStopfGZR2 AW2DZD12gGjKRE6GUSWKW847siRzn0gTcogSkSv+V+YSTd4ZGWqo94qipP7aiJqWe2 Ibj4CKtvj8RVghHD+8mcMcZZBsUTSRBtB/gIGEh8= Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id E69DB84D59 for ; Thu, 16 May 2024 20:02:20 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Authentication-Results: mail.netbsd.org (amavisd-new); dkim=pass (1024-bit key) header.d=netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id hkmuDovfrzF6 for ; Thu, 16 May 2024 20:02:20 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 461DD84D2E for ; Thu, 16 May 2024 20:02:20 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1715889740; bh=4rYJSacP8bRARvHWANbgBq3BpIpy2y0Pk565VqFEYVU=; h=Date:From:Subject:To:Reply-To; b=g/eIO0r1IGDO992x/1y9oUXJ0iveNN9ndncT4+dAUWaL1/Twh5k+oU+mocnUFyh6G 6UhwLP8UKBgf4bvV60ErPKaYQlBfvKalfsI7Zpy1DCVDo6UZ2sWelRGc5IdlUuXuLs PPP39f4bvHDKmr8eWatP+ziT+84qvlR0Cj5RmNeY= Received: by cvs.NetBSD.org (Postfix, from userid 500) id 3DF3BFA2C; Thu, 16 May 2024 20:02:20 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1715889740183750" MIME-Version: 1.0 Date: Thu, 16 May 2024 20:02:20 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/ham/gnuradio-core To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20240516200220.3DF3BFA2C@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1715889740183750 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Thu May 16 20:02:20 UTC 2024 Modified Files: pkgsrc/ham/gnuradio-core: options.mk Log Message: gnuradio-core: match incompatible python versions to used dependency's To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10 pkgsrc/ham/gnuradio-core/options.mk Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1715889740183750 Content-Disposition: inline Content-Length: 721 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/ham/gnuradio-core/options.mk diff -u pkgsrc/ham/gnuradio-core/options.mk:1.9 pkgsrc/ham/gnuradio-core/options.mk:1.10 --- pkgsrc/ham/gnuradio-core/options.mk:1.9 Tue Jun 6 12:41:36 2023 +++ pkgsrc/ham/gnuradio-core/options.mk Thu May 16 20:02:20 2024 @@ -1,4 +1,4 @@ -# $NetBSD: options.mk,v 1.9 2023/06/06 12:41:36 riastradh Exp $ +# $NetBSD: options.mk,v 1.10 2024/05/16 20:02:20 wiz Exp $ PKG_OPTIONS_VAR= PKG_OPTIONS.gnuradio PKG_SUPPORTED_OPTIONS= ninja-build filter-design alsa @@ -26,6 +26,7 @@ do-build: .endif .if !empty(PKG_OPTIONS:Mfilter-design) +PYTHON_VERSIONS_INCOMPATIBLE+= 27 38 312 DEPENDS+= ${PYPKGPREFIX}-qtgraph-qt5-[0-9]*:../../x11/py-qtgraph-qt5 .endif --_----------=_1715889740183750--