GNU bug report logs -
#50663
[PATCH] gnu: Add Mycroft Voice Assistant
Previous Next
Full log
Message #17 received at 50663 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/python-xyz.scm (python-petact): New variable.
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 4fe8748931..072bd121d5 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -9349,6 +9349,24 @@ PEP 8.")
,@(package-arguments base)))
(native-inputs `()))))
+(define-public python-petact
+ (package
+ (name "python-petact")
+ (version "0.1.2")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (pypi-uri "petact" version))
+ (sha256
+ (base32
+ "1rjh0fjimmixbvrv6znkfrfa83ndjc4pgyfyl90iwq3az120vjsx"))))
+ (build-system python-build-system)
+ (home-page "https://github.com/matthewscholefield/petact")
+ (synopsis "Package extraction tool")
+ (description "Library used for installing and updating compressed tar
+files.")
+ (license license:expat))) ; MIT
+
(define-public python-pyflakes
(package
(name "python-pyflakes")
--
2.32.0
This bug report was last modified 3 years and 120 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.