From unknown Sun Jul 27 03:20:54 2025 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Mailer: MIME-tools 5.509 (Entity 5.509) Content-Type: text/plain; charset=utf-8 From: bug#33658 <33658@debbugs.gnu.org> To: bug#33658 <33658@debbugs.gnu.org> Subject: Status: [PATCH] gnu: Add chirp. Reply-To: bug#33658 <33658@debbugs.gnu.org> Date: Sun, 27 Jul 2025 10:20:54 +0000 retitle 33658 [PATCH] gnu: Add chirp. reassign 33658 guix-patches submitter 33658 Arun Isaac severity 33658 normal tag 33658 patch thanks From debbugs-submit-bounces@debbugs.gnu.org Fri Dec 07 04:23:10 2018 Received: (at submit) by debbugs.gnu.org; 7 Dec 2018 09:23:10 +0000 Received: from localhost ([127.0.0.1]:36275 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1gVCLl-00034Y-R1 for submit@debbugs.gnu.org; Fri, 07 Dec 2018 04:23:10 -0500 Received: from eggs.gnu.org ([208.118.235.92]:56761) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1gVCLj-00034J-SC for submit@debbugs.gnu.org; Fri, 07 Dec 2018 04:23:08 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gVCLd-0007TO-MV for submit@debbugs.gnu.org; Fri, 07 Dec 2018 04:23:02 -0500 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-0.5 required=5.0 tests=BAYES_05 autolearn=disabled version=3.3.2 Received: from lists.gnu.org ([2001:4830:134:3::11]:36646) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1gVCLd-0007TK-JA for submit@debbugs.gnu.org; Fri, 07 Dec 2018 04:23:01 -0500 Received: from eggs.gnu.org ([2001:4830:134:3::10]:38117) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gVCLc-0005dd-2e for guix-patches@gnu.org; Fri, 07 Dec 2018 04:23:01 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gVCLY-0007OG-Ud for guix-patches@gnu.org; Fri, 07 Dec 2018 04:23:00 -0500 Received: from vultr.systemreboot.net ([45.77.148.100]:49642) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1gVCLY-0007JH-Fv for guix-patches@gnu.org; Fri, 07 Dec 2018 04:22:56 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=systemreboot.net; s=default; h=Content-Transfer-Encoding:Content-Type: MIME-Version:Message-Id:Date:Subject:Cc:To:From:Sender:Reply-To:Content-ID: Content-Description:Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc :Resent-Message-ID:In-Reply-To:References:List-Id:List-Help:List-Unsubscribe: List-Subscribe:List-Post:List-Owner:List-Archive; bh=NMBMdVTo3yXGe4jjGoStm9hDJfVh3E8KMNUDPN4FjYY=; b=UzQ+aBErr8f4OhRWPVZ/bB+Zn6 /49jSGyoODs/NviCqFIzE4nNLCiE4WhdI7Jows77ucBoxtgqsFyRc5pZGXiRcVqHmt9QuKR26rxzi 1yRKkVZntZNw5e5L8iF5cgWh/1TMtpZPn8lRKK7XzUIEvKiAA56jBEMZJi+uqC4EfPGQ=; Received: from [14.139.128.15] (helo=localhost.localdomain) by systemreboot.net with esmtpsa (TLSv1.2:ECDHE-RSA-AES128-GCM-SHA256:128) (Exim 4.91) (envelope-from ) id 1gVCLP-0007xR-Ja; Fri, 07 Dec 2018 14:52:48 +0530 From: Arun Isaac To: guix-patches@gnu.org Subject: [PATCH] gnu: Add chirp. Date: Fri, 7 Dec 2018 14:51:49 +0530 Message-Id: <20181207092149.21370-1-arunisaac@systemreboot.net> X-Mailer: git-send-email 2.19.2 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] [fuzzy] X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 2001:4830:134:3::11 X-Spam-Score: -4.1 (----) X-Debbugs-Envelope-To: submit Cc: Arun Isaac X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -5.1 (-----) * gnu/packages/ham-radio.scm (chirp): New variable. --- gnu/packages/ham-radio.scm | 35 +++++++++++++++++++++++++++++++++-- 1 file changed, 33 insertions(+), 2 deletions(-) diff --git a/gnu/packages/ham-radio.scm b/gnu/packages/ham-radio.scm index 0f96553c6..b73671c8b 100644 --- a/gnu/packages/ham-radio.scm +++ b/gnu/packages/ham-radio.scm @@ -1,5 +1,5 @@ ;;; GNU Guix --- Functional package management for GNU -;;; Copyright © 2017 Arun Isaac +;;; Copyright © 2017, 2018 Arun Isaac ;;; ;;; This file is part of GNU Guix. ;;; @@ -20,9 +20,13 @@ #:use-module ((guix licenses) #:prefix license:) #:use-module (guix packages) #:use-module (guix download) + #:use-module (gnu packages gtk) #:use-module (gnu packages libusb) #:use-module (gnu packages pkg-config) - #:use-module (guix build-system cmake)) + #:use-module (gnu packages python) + #:use-module (gnu packages xml) + #:use-module (guix build-system cmake) + #:use-module (guix build-system python)) (define-public rtl-sdr (package @@ -50,3 +54,30 @@ cheap software defined radio, since the chip allows transferring the raw I/Q samples to the host. @code{rtl-sdr} provides drivers for this purpose.") (license license:gpl2+))) + +(define-public chirp + (package + (name "chirp") + (version "20181205") + (source + (origin + (method url-fetch) + (uri (string-append "https://trac.chirp.danplanet.com/chirp_daily/daily-" + version "/chirp-daily-" version ".tar.gz")) + (sha256 + (base32 + "1cp280b95j39xaxs50zn55jigg7pyfpm9n098hmsyxrplqn8z43c")))) + (build-system python-build-system) + (inputs + `(("python2-libxml2" ,python2-libxml2) + ("python2-pygtk" ,python2-pygtk) + ("python2-pyserial" ,python2-pyserial))) + (arguments + `(#:python ,python-2)) + (home-page "https://chirp.danplanet.com") + (synopsis "Cross-radio programming tool") + (description "Chirp is a cross-radio programming tool. It supports a +growing list of radios across several manufacturers and allows transferring of +memory contents between them.") + (license (list license:gpl3+ + license:lgpl3+)))) ; chirp/elib_intl.py -- 2.19.2 From debbugs-submit-bounces@debbugs.gnu.org Tue Dec 11 21:02:32 2018 Received: (at 33658) by debbugs.gnu.org; 12 Dec 2018 02:02:32 +0000 Received: from localhost ([127.0.0.1]:44361 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1gWtr5-0000mg-S1 for submit@debbugs.gnu.org; Tue, 11 Dec 2018 21:02:32 -0500 Received: from wout2-smtp.messagingengine.com ([64.147.123.25]:43975) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1gWtr3-0000mS-LY for 33658@debbugs.gnu.org; Tue, 11 Dec 2018 21:02:30 -0500 Received: from compute4.internal (compute4.nyi.internal [10.202.2.44]) by mailout.west.internal (Postfix) with ESMTP id C00BFDC0; Tue, 11 Dec 2018 21:02:23 -0500 (EST) Received: from mailfrontend1 ([10.202.2.162]) by compute4.internal (MEProxy); Tue, 11 Dec 2018 21:02:24 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=famulari.name; h=date:from:to:cc:subject:message-id:references:mime-version :content-type:in-reply-to; s=mesmtp; bh=gceRsp6jjiYs9AZ6Pt2GXtth rPdkVSAOtYp3dwXYQ7E=; b=w37QkQu6uoENz7D2vSCIsQEXwcWG+VsR0bFNglXJ 4W+G1Lh2lhz1R20bTHIC4OVqCpRbZgjpjRxVAkCqEIFVp9Wz3n2LPUAGnK0qWE6c uwBr5MPreyjJvR1YQxQGzKy71A2xo1xLVrOnfwy27wEHJnaBP5I+ljk+Gc/bOd92 AmQ= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to:x-me-proxy :x-me-proxy:x-me-sender:x-me-sender:x-sasl-enc; s=fm1; bh=gceRsp 6jjiYs9AZ6Pt2GXtthrPdkVSAOtYp3dwXYQ7E=; b=Wiu+PVDlXOB1Sh6NCMt/E2 +zmOkdFMg99+bdFOxNtGs96k6rSJfYrPMRTELn5YsZQgrS3EoAKEyo3r/HTuyMCp NjNzPLjhZKlzqJmEUH9iHdbKUngSJMBe12v1AN0u5azYt4ptJnSKfA/433k3ZOWw lVhmZWSx0a7xq4sZC2WeqktveY9IwfDCk/iqIS5vo2aiRfMEZI7H6aQtBApCyp0t T8SGS3WsJONpVBDUD2tXMzzMqQNpPwO2hLihkqme7KPMQhiFpXpP0vgYxl+isTdX c7wy6uLsRllaHsDpUB4gT0DyU3jIWkEcT/vdaqV+1KfwBpqCC9HXz5srce5JW5Aw == X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgedtkedrudegkedggeduucetufdoteggodetrfdotf fvucfrrhhofhhilhgvmecuhfgrshhtofgrihhlpdfquhhtnecuuegrihhlohhuthemucef tddtnecusecvtfgvtghiphhivghnthhsucdlqddutddtmdenucfjughrpeffhffvuffkfh ggtggujggfsehgtderredtredvnecuhfhrohhmpefnvghoucfhrghmuhhlrghrihcuoehl vghosehfrghmuhhlrghrihdrnhgrmhgvqeenucfkphepudejvddrheekrddvtddurddvfe ehnecurfgrrhgrmhepmhgrihhlfhhrohhmpehlvghosehfrghmuhhlrghrihdrnhgrmhgv necuvehluhhsthgvrhfuihiivgeptd X-ME-Proxy: Received: from localhost (unknown [172.58.201.235]) by mail.messagingengine.com (Postfix) with ESMTPA id 8DF3CE4445; Tue, 11 Dec 2018 21:02:22 -0500 (EST) Date: Tue, 11 Dec 2018 21:02:21 -0500 From: Leo Famulari To: Arun Isaac Subject: Re: [bug#33658] [PATCH] gnu: Add chirp. Message-ID: <20181212020221.GE6546@jasmine.lan> References: <20181207092149.21370-1-arunisaac@systemreboot.net> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="zaRBsRFn0XYhEU69" Content-Disposition: inline In-Reply-To: <20181207092149.21370-1-arunisaac@systemreboot.net> User-Agent: Mutt/1.11.0 (2018-11-25) X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 33658 Cc: 33658@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.7 (-) --zaRBsRFn0XYhEU69 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Fri, Dec 07, 2018 at 02:51:49PM +0530, Arun Isaac wrote: > * gnu/packages/ham-radio.scm (chirp): New variable. Thanks, LGTM! --zaRBsRFn0XYhEU69 Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAABCAAdFiEEsFFZSPHn08G5gDigJkb6MLrKfwgFAlwQbC0ACgkQJkb6MLrK fwhLVBAAvxMcezCIsuWrQZIfMdE+CtQW/nEUodjmS8UUHSafg7ZNXoDFxRqkO4Bh EsXQfxUGYEnhCOWiA1SSkO7QpPWApBkY0DcqvkVRNET2bP4t4kkjwP9K/9QZEssZ CDgwS/S7/IK1wk4lOa07g22+2U+dZZV/dFZf8EnzKYl+7NStQdKFhXMPORnTmsXp dflnwh4cVjmYuuOxxJ8ezL6d+0QSw7yJ1uRFOv3ACcLl4wXsWL8KlTJZCm+EeisE TrZbfaF9VLjfWxYyZsX7Au6RRqtTGXAzHNGhTPseRq+ro6TqaljYZcugAiJohrIn 50OCGN/omsAi0VcaQPn8/EGkOaT0Pe6/uZxsZ+F9MrPjrRnEOCQfXUmrbaVjonV2 L+vX5LRPMo8uz4KC+Udl2ejIfrto+Ut8/wjiD+Qzo4+nYQkAS5y771a02k+EPe1B ykUw1/ZgTqWIBHagVh8RO2VotpQcQ2YXCBOjj1bluWQL+eToSgA0yJqc9QsMZMe/ uK/esWAmF7Nuoo0vt3u2lkVO7Myh6NhJ0IkxEwEQ2fkExsKO0o9p7w5h/vIRhTZx Htmd6o6Hod5WzerfdivykwE3EiUXVN8jj9fN6fQWZMEJ4IB3N4TXzFCSwOXF1atO kJ30awPLXQeHWfYO/eark79Z3+uEjkDPF8nCAE5JCfpavazu5sQ= =29bI -----END PGP SIGNATURE----- --zaRBsRFn0XYhEU69-- From debbugs-submit-bounces@debbugs.gnu.org Wed Dec 12 02:22:42 2018 Received: (at 33658-done) by debbugs.gnu.org; 12 Dec 2018 07:22:42 +0000 Received: from localhost ([127.0.0.1]:44433 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1gWyqw-0002A3-KF for submit@debbugs.gnu.org; Wed, 12 Dec 2018 02:22:42 -0500 Received: from vultr.systemreboot.net ([45.77.148.100]:46982) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1gWyqu-00029s-AK for 33658-done@debbugs.gnu.org; Wed, 12 Dec 2018 02:22:41 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=systemreboot.net; s=default; h=Content-Type:MIME-Version:Message-ID:Date: References:In-Reply-To:Subject:Cc:To:From:Sender:Reply-To: Content-Transfer-Encoding:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Id: List-Help:List-Unsubscribe:List-Subscribe:List-Post:List-Owner:List-Archive; bh=Lkdvr1Yq//JMO3Rfw1yiOcDeAdtKHaRywaXItplR2JA=; b=h6d7wC1j2sk4QrkYkvuRX62OT PZDH0c/z2SteHFp2tPK2W1EhrBWu+7xiqQTimrNfqFrUDPllgp+f2tcF7M6F+deC+kEaxdW9kot1/ ec/cLXV0wPY+FWEZEZwAi8rEh8cv4TZA/UuMAQOhhcJ0/XJAfq+gqm+4cDzFtuZXSbznk=; Received: from [103.5.134.173] (helo=steel) by systemreboot.net with esmtpsa (TLSv1.2:ECDHE-RSA-AES256-GCM-SHA384:256) (Exim 4.91) (envelope-from ) id 1gWyqp-0007N6-Jh; Wed, 12 Dec 2018 12:52:36 +0530 From: Arun Isaac To: Leo Famulari Subject: Re: [bug#33658] [PATCH] gnu: Add chirp. In-Reply-To: <20181212020221.GE6546@jasmine.lan> References: <20181207092149.21370-1-arunisaac@systemreboot.net> <20181212020221.GE6546@jasmine.lan> Date: Wed, 12 Dec 2018 12:52:24 +0530 Message-ID: MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: 1.5 (+) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: Pushed, thanks for the review! Content analysis details: (1.5 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- 1.5 RCVD_IN_SORBS_WEB RBL: SORBS: sender is an abusable web server [103.5.134.173 listed in dnsbl.sorbs.net] -0.0 SPF_PASS SPF: sender matches SPF record X-Debbugs-Envelope-To: 33658-done Cc: 33658-done@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: 0.5 (/) Pushed, thanks for the review! From unknown Sun Jul 27 03:20:54 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Wed, 09 Jan 2019 12:24:04 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator