GNU bug report logs - #50663
[PATCH] gnu: Add Mycroft Voice Assistant

Previous Next

Package: guix-patches;

Reported by: phodina <phodina <at> protonmail.com>

Date: Sat, 18 Sep 2021 17:03:01 UTC

Severity: normal

Tags: patch

Full log


View this message in rfc822 format

From: phodina <phodina <at> protonmail.com>
To: "50663 <at> debbugs.gnu.org" <50663 <at> debbugs.gnu.org>
Subject: [bug#50663] [PATCH 05/19] gnu: Add python-petact.
Date: Sat, 18 Sep 2021 18:59:51 +0000
* 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.