From unknown Fri Jun 20 20:12:30 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#78403] [PATCH electronics-team v3] gnu: Add python-pydigitalwavetools. Resent-From: Cayetano Santos Original-Sender: "Debbugs-submit" Resent-CC: csantosb@inventati.org, ekaitz@elenq.tech, gabriel@erlikon.ch, maxim.cournoyer@gmail.com, guix-patches@gnu.org Resent-Date: Tue, 13 May 2025 08:27:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 78403 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 78297@debbugs.gnu.org Cc: csantosb@inventati.org, 78403@debbugs.gnu.org, Cayetano Santos , Ekaitz Zarraga , Gabriel Wicki , Maxim Cournoyer X-Debbugs-Original-Cc: Cayetano Santos , Cayetano Santos via Guix-patches via X-Debbugs-Original-Xcc: Cayetano Santos , Ekaitz Zarraga , Gabriel Wicki , Maxim Cournoyer Received: via spool by submit@debbugs.gnu.org id=B.174712478616937 (code B ref -1); Tue, 13 May 2025 08:27:01 +0000 Received: (at submit) by debbugs.gnu.org; 13 May 2025 08:26:26 +0000 Received: from localhost ([127.0.0.1]:57818 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1uEky2-0004P6-6o for submit@debbugs.gnu.org; Tue, 13 May 2025 04:26:26 -0400 Received: from lists.gnu.org ([2001:470:142::17]:48748) by debbugs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.84_2) (envelope-from ) id 1uEkxz-0004On-HZ for submit@debbugs.gnu.org; Tue, 13 May 2025 04:26:24 -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 1uEkxo-000359-D6 for guix-patches@gnu.org; Tue, 13 May 2025 04:26:13 -0400 Received: from latitanza.investici.org ([2001:888:2000:56::19]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1uEkxi-0005M7-Bk for guix-patches@gnu.org; Tue, 13 May 2025 04:26:10 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=inventati.org; s=stigmate; t=1747124763; bh=ZyjSsHdLdRKyC/tVpojFf7ewbaTR6F+wLjXwDCxvPvo=; h=From:To:Cc:Subject:Date:From; b=SUu7GKpNu/1Xt5PQpg7E6FxVlOx+MNiTirhFkeMaGSOAtArNl0KSnf4bAHZJ2s4ok 0ObXgJg/T/A4dNnptoGwGIXM3WVQ6AyKwuMNSUzeKKuVWa7Unr6Xm3crIUt1Ug7Qyd xvuf0mmlM4/IYntw83Ya+ZNnMMwb9rJv6eVkyEFI= Received: from mx3.investici.org (unknown [127.0.0.1]) by latitanza.investici.org (Postfix) with ESMTP id 4ZxV1731kkzGp8m; Tue, 13 May 2025 08:26:03 +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 4ZxV171SxhzGp8j; Tue, 13 May 2025 08:26:03 +0000 (UTC) From: Cayetano Santos Date: Tue, 13 May 2025 10:25:35 +0200 Message-ID: <711e4bd222897ef559ef60c38cecb3dcae586dbf.1747124735.git.csantosb@inventati.org> X-Mailer: git-send-email 2.49.0 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Received-SPF: pass client-ip=2001:888:2000:56::19; envelope-from=csantosb@inventati.org; helo=latitanza.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-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 --- gnu/packages/electronics.scm | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) diff --git a/gnu/packages/electronics.scm b/gnu/packages/electronics.scm index da37a9fb33..21c088460c 100644 --- a/gnu/packages/electronics.scm +++ b/gnu/packages/electronics.scm @@ -610,6 +610,33 @@ (define-public python-edalize some tool-specific options are set.") (license license:bsd-2))) +(define-public python-pydigitalwavetools + (package + (name "python-pydigitalwavetools") + (version "1.2") + (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 "0fll8anz3i1j1nngsij1psp8766kvdfpls655lbxn2ykypv3633m")))) + (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 digital +wave files in @acronym{VCD, Value Change Dump} format, a standardized ASCII +format used to store simulation data from Verilog and other hardware description +languages.") + (license license:expat))) + (define-public python-surf (package (name "python-surf") base-commit: 8a86f221d4066e7a0df2d07208c817035b98a949 -- 2.49.0 From unknown Fri Jun 20 20:12:30 2025 MIME-Version: 1.0 X-Mailer: MIME-tools 5.505 (Entity 5.505) X-Loop: help-debbugs@gnu.org From: help-debbugs@gnu.org (GNU bug Tracking System) To: Cayetano Santos Subject: bug#78403: closed (Re: [bug#78403] [PATCH electronics-team v3] gnu: Add python-pydigitalwavetools.) Message-ID: References: <87o6vtgqnd.fsf@gmail.com> <711e4bd222897ef559ef60c38cecb3dcae586dbf.1747124735.git.csantosb@inventati.org> X-Gnu-PR-Message: they-closed 78403 X-Gnu-PR-Package: guix-patches X-Gnu-PR-Keywords: patch Reply-To: 78403@debbugs.gnu.org Date: Fri, 16 May 2025 03:51:02 +0000 Content-Type: multipart/mixed; boundary="----------=_1747367462-12861-1" This is a multi-part message in MIME format... ------------=_1747367462-12861-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Your bug report #78403: [PATCH electronics-team v3] gnu: Add python-pydigitalwavetools. which was filed against the guix-patches package, has been closed. The explanation is attached below, along with your original report. If you require more details, please reply to 78403@debbugs.gnu.org. --=20 78403: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D78403 GNU Bug Tracking System Contact help-debbugs@gnu.org with problems ------------=_1747367462-12861-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at 78403-done) by debbugs.gnu.org; 16 May 2025 03:51:00 +0000 Received: from localhost ([127.0.0.1]:59762 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1uFm67-0003L8-HW for submit@debbugs.gnu.org; Thu, 15 May 2025 23:50:59 -0400 Received: from mail-pf1-x430.google.com ([2607:f8b0:4864:20::430]:45499) by debbugs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.84_2) (envelope-from ) id 1uFm64-0003Ki-Cr; Thu, 15 May 2025 23:50:57 -0400 Received: by mail-pf1-x430.google.com with SMTP id d2e1a72fcca58-7426c44e014so1840467b3a.3; Thu, 15 May 2025 20:50:56 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20230601; t=1747367450; x=1747972250; darn=debbugs.gnu.org; h=mime-version:user-agent:message-id:date:references:in-reply-to :subject:cc:to:from:from:to:cc:subject:date:message-id:reply-to; bh=3JYNDmq9ukaUW44g4VlugJc9UAGtOGOC4/8u6hh7R50=; b=Wr6GK1vXkytpgf9WNCjXEyMBHnr5ZTVN4XBoneLmoRwNJlO1pr6hB3/ljBFKSveZSO tR61v3K15sZ86tCugO++nrMWyWKFXmO9J7D5j8Hii7uz4lGKvd5H+CmjQnVof5B7YxKe OYcNGHTAwrVJYiyYLAWOQPGOGjUYAap8ewbqd4n/uPqhl/Pnm9um36UhySyBPsvQqBkU QlPxDJXoG81dneyKld0ZtM9inZNH6eFCkfgF2mq7VLXgxoCzV+r3SeJgYuOMTm9kMb6w UlYqykOkZboyT6URhIIdE8gNcMFDjNoUVnIqVn4KyGNlWQTKIV0SbY3aw8kbVXzwjTKj l6eg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1747367450; x=1747972250; h=mime-version:user-agent:message-id:date:references:in-reply-to :subject:cc:to:from:x-gm-message-state:from:to:cc:subject:date :message-id:reply-to; bh=3JYNDmq9ukaUW44g4VlugJc9UAGtOGOC4/8u6hh7R50=; b=sq6DXstBTFHRlKpyNUfN/YZhhQpycmrVBvaQqsluZaZYshFExcNF0VTRmxM0XvokZk 7IW8G51v5TT1B3Gx6C4Z83osYswlTGKrE4+EDxIZHvMZy6LmvHVxMQpb9TZQNcX9vInN AmcYJ/LzmBivSfCXCmNJnPHKIx37wOfSPvj3ShlYh0kE4TIx8CsK3weTF84xLq3MosHt lNvR43jLCp3/AmTJ3DkzL6Uzu/UpPd5wCrSpN4Qz2fjrQsWjhYw3VGR+gimFriiQVLVP 73Amh+5TNOuFlPIbhVJASA/fFIZYDQuirO6DZjK+4UPRpCD60jDNB498sivnDW/1hckK t/+A== X-Forwarded-Encrypted: i=1; AJvYcCXNskUaDUgi/MAdIzYnxGxZ+UCHZzPVSUD972tkbcYYkPs6bjmVf6UQ2fWvi9a11h+2B2NfRZ0elneL@debbugs.gnu.org X-Gm-Message-State: AOJu0YxyPT+cerUVgfS6ZoXTocaCFle5NUK0yix7FGktfoq9oqs1/SWt boc6NKn+BZpa585gG8smwWztH4X5AQTMcMqCAZNsk0g1r617zChvZ+Xv X-Gm-Gg: ASbGncsLnus3OCo+xhE7a8zD0y8yx6DzFGuit4ivQec6kMFR6MBzMhWkKWdJFpjf+do Zs7JHjmhIhmsb31E8fwhQWiPwxhlBCSIQBLyniSCx2NpOkQX5Huoxxe0KFNv0mLcflwCgZDtrFG IV7Lq6orxxx7dJWG2tOhVtzhFcq3cZEthllzlHU8yxi2wAI4oX5c+Zf0K3edAM78zpbOyk1O5RU x13dy17dQPoct/HVgjAOCYqw27YUDswZ37VhA3cEguxEWPHhYyY0o2wLJ496ovJnnV090Ocio/b z3VF4iDwuHBPROC++ru61CeKAOeRDe9UFx0zP+ng8ohK2CIZhA== X-Google-Smtp-Source: AGHT+IH/bstYoho3DqKjNLsgjFFY6fo3gy+zIyLqbKOL9qA5VbfNULwYL2jQlk8u9V+wIiBPKlZ2hQ== X-Received: by 2002:a05:6a00:10c6:b0:736:6ecd:8e32 with SMTP id d2e1a72fcca58-742a98b83efmr2302584b3a.21.1747367449915; Thu, 15 May 2025 20:50:49 -0700 (PDT) Received: from terra ([2405:6586:be0:0:83c8:d31d:2cec:f542]) by smtp.gmail.com with ESMTPSA id d2e1a72fcca58-742a98a4755sm593131b3a.179.2025.05.15.20.50.48 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 15 May 2025 20:50:49 -0700 (PDT) From: Maxim Cournoyer To: Cayetano Santos Subject: Re: [bug#78403] [PATCH electronics-team v3] gnu: Add python-pydigitalwavetools. In-Reply-To: <711e4bd222897ef559ef60c38cecb3dcae586dbf.1747124735.git.csantosb@inventati.org> (Cayetano Santos's message of "Tue, 13 May 2025 10:25:35 +0200") References: <711e4bd222897ef559ef60c38cecb3dcae586dbf.1747124735.git.csantosb@inventati.org> Date: Fri, 16 May 2025 12:50:46 +0900 Message-ID: <87o6vtgqnd.fsf@gmail.com> User-Agent: Gnus/5.13 (Gnus v5.13) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 78403-done Cc: 78403-done@debbugs.gnu.org, 78297-done@debbugs.gnu.org, Gabriel Wicki , 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 (-) Hi, Cayetano Santos writes: > From: Cayetano Santos via Guix-patches via > > * gnu/packages/electronics.scm (python-pydigitalwavetools): New variable. That's been merged already as f858bc1d4bf. -- Thanks, Maxim ------------=_1747367462-12861-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at submit) by debbugs.gnu.org; 13 May 2025 08:26:26 +0000 Received: from localhost ([127.0.0.1]:57818 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1uEky2-0004P6-6o for submit@debbugs.gnu.org; Tue, 13 May 2025 04:26:26 -0400 Received: from lists.gnu.org ([2001:470:142::17]:48748) by debbugs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.84_2) (envelope-from ) id 1uEkxz-0004On-HZ for submit@debbugs.gnu.org; Tue, 13 May 2025 04:26:24 -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 1uEkxo-000359-D6 for guix-patches@gnu.org; Tue, 13 May 2025 04:26:13 -0400 Received: from latitanza.investici.org ([2001:888:2000:56::19]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1uEkxi-0005M7-Bk for guix-patches@gnu.org; Tue, 13 May 2025 04:26:10 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=inventati.org; s=stigmate; t=1747124763; bh=ZyjSsHdLdRKyC/tVpojFf7ewbaTR6F+wLjXwDCxvPvo=; h=From:To:Cc:Subject:Date:From; b=SUu7GKpNu/1Xt5PQpg7E6FxVlOx+MNiTirhFkeMaGSOAtArNl0KSnf4bAHZJ2s4ok 0ObXgJg/T/A4dNnptoGwGIXM3WVQ6AyKwuMNSUzeKKuVWa7Unr6Xm3crIUt1Ug7Qyd xvuf0mmlM4/IYntw83Ya+ZNnMMwb9rJv6eVkyEFI= Received: from mx3.investici.org (unknown [127.0.0.1]) by latitanza.investici.org (Postfix) with ESMTP id 4ZxV1731kkzGp8m; Tue, 13 May 2025 08:26:03 +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 4ZxV171SxhzGp8j; Tue, 13 May 2025 08:26:03 +0000 (UTC) From: Cayetano Santos To: 78297@debbugs.gnu.org Subject: [PATCH electronics-team v3] gnu: Add python-pydigitalwavetools. Date: Tue, 13 May 2025 10:25:35 +0200 Message-ID: <711e4bd222897ef559ef60c38cecb3dcae586dbf.1747124735.git.csantosb@inventati.org> 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=2001:888:2000:56::19; envelope-from=csantosb@inventati.org; helo=latitanza.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 --- gnu/packages/electronics.scm | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) diff --git a/gnu/packages/electronics.scm b/gnu/packages/electronics.scm index da37a9fb33..21c088460c 100644 --- a/gnu/packages/electronics.scm +++ b/gnu/packages/electronics.scm @@ -610,6 +610,33 @@ (define-public python-edalize some tool-specific options are set.") (license license:bsd-2))) +(define-public python-pydigitalwavetools + (package + (name "python-pydigitalwavetools") + (version "1.2") + (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 "0fll8anz3i1j1nngsij1psp8766kvdfpls655lbxn2ykypv3633m")))) + (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 digital +wave files in @acronym{VCD, Value Change Dump} format, a standardized ASCII +format used to store simulation data from Verilog and other hardware description +languages.") + (license license:expat))) + (define-public python-surf (package (name "python-surf") base-commit: 8a86f221d4066e7a0df2d07208c817035b98a949 -- 2.49.0 ------------=_1747367462-12861-1--