GNU bug report logs - #77541
[PATCH 01/38] gnu: Add clipper2.

Previous Next

Package: guix-patches;

Reported by: Nicolas Graves <ngraves <at> ngraves.fr>

Date: Fri, 4 Apr 2025 19:11:01 UTC

Severity: normal

Tags: patch

Done: Nicolas Graves <ngraves <at> ngraves.fr>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: Nicolas Graves <ngraves <at> ngraves.fr>
To: 77541 <at> debbugs.gnu.org
Cc: Nicolas Graves <ngraves <at> ngraves.fr>
Subject: [bug#77541] [PATCH 26/38] gnu: python-duniterpy: Update to 1.2.1.
Date: Fri,  4 Apr 2025 21:16:58 +0200
* gnu/packages/finance.scm (python-duniterpy): Update to 1.2.1.
[source]: Switch to git-fetch to get tests.
[arguments]: Remove field.
[native-inputs]: Replace python-poetry-core by
python-poetry-core-next.  Add python-pytest.
[propagated-inputs]: Remove python-attrs.
---
 gnu/packages/finance.scm | 40 ++++++++++------------------------------
 1 file changed, 10 insertions(+), 30 deletions(-)

diff --git a/gnu/packages/finance.scm b/gnu/packages/finance.scm
index 69cee44386..680ebe467c 100644
--- a/gnu/packages/finance.scm
+++ b/gnu/packages/finance.scm
@@ -1412,42 +1412,22 @@ (define-public python-stdnum
 (define-public python-duniterpy
   (package
     (name "python-duniterpy")
-    (version "1.1.1")
+    (version "1.2.1")
     (source
      (origin
-       (method url-fetch)
-       (uri (pypi-uri "duniterpy" version))
+       (method git-fetch)
+       (uri (git-reference
+             (url "https://git.duniter.org/clients/python/duniterpy")
+             (commit version)))
+       (file-name (git-file-name name version))
        (sha256
-        (base32 "0h0fsawsrjd50lb1bkysb21ph39qlhmiymd3r5vs695qxvbwaqaa"))))
+        (base32 "1ysh9b5lzg053hv4iw3zbn7hid05qssiwmrl8sir8qlk958r8x60"))))
     (build-system pyproject-build-system)
-    (arguments
-     ;; FIXME: Tests fail with: "TypeError: block_uid() missing 1 required
-     ;; positional argument: 'value'".
-     `(#:tests? #f
-       #:phases (modify-phases %standard-phases
-                  (add-after 'unpack 'loosen-requirements
-                    (lambda _
-                      (substitute* "pyproject.toml"
-                        (("mnemonic = \"\\^0\\.19")
-                         "mnemonic = \">=0.19")
-                        (("jsonschema = \"\\^3\\.2")
-                         "jsonschema = \">=3.2"))))
-                  (add-after 'unpack 'adjust-for-new-libnacl
-                    (lambda _
-                      ;; Mimic upstream commit ad8f6a26e9e7067; remove
-                      ;; for newer versions of duniterpy.
-                      (substitute* "pyproject.toml"
-                        (("libnacl = \"1\\.8")
-                         "libnacl = \">=1.9"))
-                      (substitute* "duniterpy/key/ascii_armor.py"
-                        (("from libnacl\\.version import version as libnacl_version")
-                         "import importlib.metadata
-libnacl_version = importlib.metadata.version('libnacl')")))))))
     (native-inputs
-     (list python-poetry-core))
+     (list python-poetry-core-next
+           python-pytest))
     (propagated-inputs
-     (list python-attrs
-           python-base58
+     (list python-base58
            python-graphql-core
            python-jsonschema
            python-libnacl
-- 
2.49.0





This bug report was last modified 103 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.