From unknown Mon Jun 16 10:41:02 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#78312 <78312@debbugs.gnu.org> To: bug#78312 <78312@debbugs.gnu.org> Subject: Status: [PATCH v2] gnu: Add python-pydigitalwavetools. Reply-To: bug#78312 <78312@debbugs.gnu.org> Date: Mon, 16 Jun 2025 17:41:02 +0000 retitle 78312 [PATCH v2] gnu: Add python-pydigitalwavetools. reassign 78312 guix-patches submitter 78312 Cayetano Santos severity 78312 normal tag 78312 patch thanks From debbugs-submit-bounces@debbugs.gnu.org Thu May 08 04:42:48 2025 Received: (at submit) by debbugs.gnu.org; 8 May 2025 08:42:48 +0000 Received: from localhost ([127.0.0.1]:53867 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1uCwq8-00008Y-7a for submit@debbugs.gnu.org; Thu, 08 May 2025 04:42:48 -0400 Received: from lists.gnu.org ([2001:470:142::17]:48088) by debbugs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.84_2) (envelope-from ) id 1uCwq5-00007s-LZ for submit@debbugs.gnu.org; Thu, 08 May 2025 04:42:46 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1uCwpz-000783-U5 for guix-patches@gnu.org; Thu, 08 May 2025 04:42:40 -0400 Received: from devianza.investici.org ([2c0f:f930:0:4::108]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1uCwpy-0001Qt-5J for guix-patches@gnu.org; Thu, 08 May 2025 04:42:39 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=inventati.org; s=stigmate; t=1746693745; bh=Wq9oXeM3YWvCUg1j174UFT7CGzR380v9KB17ISpFuFU=; h=From:To:Cc:Subject:Date:From; b=oX1zZjS8wDK/7yYiuacQ+AEgQ2Fl8j6gkEngMlgr3Q2gI3qAQwRmF8xspsDgyj9qd 9Qqonuwbd/EBnLMGVrj3tTwYdc8BQP0j9JwjCi7zwf3JzMtboAd87VohA+XzrflmQl GdIDiVsCekW62OWB72qhXNJ9XILJw79IUYzHwuV0= Received: from mx2.investici.org (unknown [127.0.0.1]) by devianza.investici.org (Postfix) with ESMTP id 4ZtQcK6s2bz6vMV; Thu, 8 May 2025 08:42:25 +0000 (UTC) Received: from [198.167.222.108] (mx2.investici.org [198.167.222.108]) (Authenticated sender: cayetano.santos@inventati.org) by localhost (Postfix) with ESMTPSA id 4ZtQcK4sSxz6vL6; Thu, 8 May 2025 08:42:25 +0000 (UTC) From: Cayetano Santos To: 78297@debbugs.gnu.org Subject: [PATCH v2] gnu: Add python-pydigitalwavetools. Date: Thu, 8 May 2025 10:41:09 +0200 Message-ID: X-Mailer: git-send-email 2.49.0 MIME-Version: 1.0 X-Debbugs-Cc: Cayetano Santos , Ekaitz Zarraga , Gabriel Wicki , Maxim Cournoyer Content-Transfer-Encoding: 8bit Received-SPF: pass client-ip=2c0f:f930:0:4::108; envelope-from=csantosb@inventati.org; helo=devianza.investici.org X-Spam_score_int: -27 X-Spam_score: -2.8 X-Spam_bar: -- X-Spam_report: (-2.8 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, RCVD_IN_DNSWL_LOW=-0.7, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: 0.9 (/) X-Debbugs-Envelope-To: submit Cc: Cayetano Santos , Cayetano Santos via Guix-patches via 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.1 (/) From: Cayetano Santos via Guix-patches via * gnu/packages/electronics.scm (python-pydigitalwavetools): New variable. Change-Id: Iff4d12231b366cff20b386fb1d1ae121ef50e51e Signed-off-by: Cayetano Santos --- Note that VCD stands for Value Champ Dump, see [0]. [0] https://en.wikipedia.org/wiki/Value_change_dump gnu/packages/electronics.scm | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) diff --git a/gnu/packages/electronics.scm b/gnu/packages/electronics.scm index da37a9fb33..0cff76786b 100644 --- a/gnu/packages/electronics.scm +++ b/gnu/packages/electronics.scm @@ -610,6 +610,31 @@ (define-public python-edalize some tool-specific options are set.") (license license:bsd-2))) +(define-public python-pydigitalwavetools + (package + (name "python-pydigitalwavetools") + (version "1.1") + (source + (origin + (method git-fetch) + (uri (git-reference + (url "https://github.com/Nic30/pyDigitalWaveTools/") + (commit (string-append "v" version)))) + (file-name (git-file-name name version)) + (sha256 + (base32 "1zbk4ndpwm4h8vdv9f567bpsizpy6q4jf0xmma77h0gsnnaqkwis")))) + (build-system pyproject-build-system) + (native-inputs + (list python-pytest + python-setuptools + python-wheel)) + (home-page "https://github.com/Nic30/pyDigitalWaveTools/") + (synopsis "Library to manipulate digital wave files.") + (description + "Pydigitalwavetools is a Python library to parse, write and format +@acronym{VCD, Value Champ Dump} and other digital wave files.") + (license license:expat))) + (define-public python-surf (package (name "python-surf") base-commit: 01ca654387c64265b310f2887d884cd7ec7c4f0a -- 2.49.0 From debbugs-submit-bounces@debbugs.gnu.org Thu May 08 05:30:35 2025 Received: (at 78312-done) by debbugs.gnu.org; 8 May 2025 09:30:35 +0000 Received: from localhost ([127.0.0.1]:54209 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1uCxaN-0003Cu-6c for submit@debbugs.gnu.org; Thu, 08 May 2025 05:30:35 -0400 Received: from latitanza.investici.org ([2001:888:2000:56::19]:24135) by debbugs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.84_2) (envelope-from ) id 1uCxaK-0003Cg-0L for 78312-done@debbugs.gnu.org; Thu, 08 May 2025 05:30:33 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=inventati.org; s=stigmate; t=1746696630; bh=XsqULKICcNnhzr3f4ds8K/8cHYAccPSv+sReW6wNkeQ=; h=From:To:Subject:Date:From; b=PDY7LHzV6aNgtEfSUWM876VMsuh4YILuJYHxwI5iMGd3TlljNdRrWJF+ztYBdFqqZ zoOE2Fmvu0ggceeCZ2YDdLBCpDFZIZG1YyCgdXqsXEGFB+4KWUZ3GoTaI+WSa+yO3T gRXKIrGgX4nZxEY7Pi6+aMUYrR1sHYKkkj73NbEw= Received: from mx3.investici.org (unknown [127.0.0.1]) by latitanza.investici.org (Postfix) with ESMTP id 4ZtRgp0dK6zGp7p for <78312-done@debbugs.gnu.org>; Thu, 8 May 2025 09:30:30 +0000 (UTC) Received: from [82.94.249.234] (mx3.investici.org [82.94.249.234]) (Authenticated sender: cayetano.santos@inventati.org) by localhost (Postfix) with ESMTPSA id 4ZtRgn6q0KzGp7n for <78312-done@debbugs.gnu.org>; Thu, 8 May 2025 09:30:29 +0000 (UTC) From: Cayetano Santos To: 78312-done@debbugs.gnu.org Subject: close User-Agent: mu4e 1.12.9; emacs 29.4 Date: Thu, 08 May 2025 11:30:28 +0200 Message-ID: <87selfih57.fsf@inventati.org> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 78312-done 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 (-) --=-=-= Content-Type: text/plain Wrong patch, see #78297. --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iI0EARYKADUWIQTMuBhC+dcFjs1nN3q/XN9N9r9mggUCaBx5tBccY3NhbnRvc2JA aW52ZW50YXRpLm9yZwAKCRC/XN9N9r9mggTaAP43PsvCbat7Bi9mT6gzSAheRVkh CwWcUi0tjZeHxoh3KwD/UoHIvMp9rpnnL3mkV1nemR16XWKuwjyWlO7zhvtg1QA= =VKoM -----END PGP SIGNATURE----- --=-=-=-- From debbugs-submit-bounces@debbugs.gnu.org Mon May 12 08:07:55 2025 Received: (at 78312) by debbugs.gnu.org; 12 May 2025 12:07:55 +0000 Received: from localhost ([127.0.0.1]:51016 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1uERwp-0000U7-Kn for submit@debbugs.gnu.org; Mon, 12 May 2025 08:07:55 -0400 Received: from cotopaxi.ee.ethz.ch ([129.132.148.196]:39435) by debbugs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.84_2) (envelope-from ) id 1uERwn-0000Tg-5r; Mon, 12 May 2025 08:07:53 -0400 Received: from coney (mob-194-230-148-150.cgn.sunrise.net [194.230.148.150]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (prime256v1) server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) (Authenticated sender: gabriel) by cotopaxi.ee.ethz.ch (Postfix) with ESMTPSA id DD6331FF2B; Mon, 12 May 2025 14:07:46 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=erlikon.ch; s=20250312; t=1747051667; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=Dgh+isT/jx882rYvUR1ak6Lx/SA4QisXMS5Ig2dModk=; b=jAWYr/iuoRNRl/WtloZDnQG1DfFsvV9GtYRiejsN3VUC5qkTqadGKZjh0BhY7N3nKHxczA 4jJdu9bn0V/et3cEFvl2XRd63B3uwoylUw1aboibSOlOzo/QdgTfwMbG7kUUlp7ZxywEQ5 pslFIXeMobDeCJHzwcF9gncWjBXYBc5XI9Yr56i6pwxTzxNuTretaAhXaAZyknL8bPwqnq xDYhXHudcGAORD8DG4ff+6fyY5NpeOJJwhhopLYJXk6MSC07AM0FCPiy+3Zwhq7M/Ys3iD YwW8oDgLI0Kmk0Xf4U5jUCN0GpGpYtEgtN2DHqQ/fWWcdVpmRKymDI2KDB6JEMuAtdGT++ n1yJbkCBf3JIFbLZe+lsnF655hSsR9Z8s43DUmx16TFOGnlTYTINMo1xi30pzLOAasyon7 ieW3kWRpEWoHT58Vj3Rd8BCHHbcSL587p6ASnObFCF3OQzNxO77hxeCBcRqmHNBUPRcYER jtAblLb/tLcmbkhG+lNsPv+khtpq8CiI17MpZn0zQdvJdhN8PmkCDzrSX0bimUrnppVcnR RlfDy+apEIvDy0rnSVVMwMnMRvEZvCWqrBxc6atR3ZnhFd0pWwkotVaxBxDEQ0PDPbbMNF vPzLF29YhgQThI15bd+8AtV+AJgpY5iXaWWcgVoYk5GUBue+Jb1V4= Date: Mon, 12 May 2025 14:07:38 +0200 From: Gabriel Wicki To: Cayetano Santos Subject: Re: [bug#78312] [PATCH v2] gnu: Add python-pydigitalwavetools. Message-ID: References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 78312 Cc: 78297@debbugs.gnu.org, Maxim Cournoyer , 78312@debbugs.gnu.org, Ekaitz Zarraga 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.0 (-) LGTM From unknown Mon Jun 16 10:41:02 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Tue, 10 Jun 2025 11:24:11 +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