GNU bug report logs -
#78313
[PATCH electronics-team v2] gnu: Add python-pydigitalwavetools.
Previous Next
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
Your message dated Mon, 19 May 2025 10:31:31 +0200
with message-id <87wmaddmsc.fsf <at> inventati.org>
and subject line close
has caused the debbugs.gnu.org bug report #78313,
regarding [PATCH electronics-team v2] gnu: Add python-pydigitalwavetools.
to be marked as done.
(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)
--
78313: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=78313
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Cayetano Santos via Guix-patches via <guix-patches <at> gnu.org>
* gnu/packages/electronics.scm (python-pydigitalwavetools): New variable.
Change-Id: Iff4d12231b366cff20b386fb1d1ae121ef50e51e
---
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
[Message part 3 (message/rfc822, inline)]
[Message part 4 (text/plain, inline)]
Merged in #f858bc1d4b.
[signature.asc (application/pgp-signature, inline)]
This bug report was last modified 27 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.