gnu: silkaj: Update to 0.10.0.

* gnu/packages/finance.scm (silkaj): Update to 0.10.0.
[build-system]: Use PYPROJECT-BUILD-SYSTEM.
[arguments]: Remove it.
[native-inputs]: Add PYTHON-POETRY-CORE.
[inputs]: Remove input labels. Remove PYTHON-PYNACL. Add PYTHON-PENDULUM.
[description]: Do not overemphasize project name.
This commit is contained in:
Nicolas Goaziou 2022-10-31 14:21:48 +01:00
parent 0f902e6a9e
commit 61c002930e
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D

View File

@ -9,7 +9,7 @@
;;; Copyright © 20172021 Tobias Geerinckx-Rice <me@tobias.gr> ;;; Copyright © 20172021 Tobias Geerinckx-Rice <me@tobias.gr>
;;; Copyright © 2018 Eric Bavier <bavier@member.fsf.org> ;;; Copyright © 2018 Eric Bavier <bavier@member.fsf.org>
;;; Copyright © 2018 Adriano Peluso <catonano@gmail.com> ;;; Copyright © 2018 Adriano Peluso <catonano@gmail.com>
;;; Copyright © 2018, 2019, 2020, 2021, 2022 Nicolas Goaziou <mail@nicolasgoaziou.fr> ;;; Copyright © 2018-2022 Nicolas Goaziou <mail@nicolasgoaziou.fr>
;;; Copyright © 2018 Arun Isaac <arunisaac@systemreboot.net> ;;; Copyright © 2018 Arun Isaac <arunisaac@systemreboot.net>
;;; Copyright © 2019, 2020, 2021, 2022 Guillaume Le Vaillant <glv@posteo.net> ;;; Copyright © 2019, 2020, 2021, 2022 Guillaume Le Vaillant <glv@posteo.net>
;;; Copyright © 2019 Tanguy Le Carrour <tanguy@bioneland.org> ;;; Copyright © 2019 Tanguy Le Carrour <tanguy@bioneland.org>
@ -59,6 +59,7 @@
#:use-module (guix build-system emacs) #:use-module (guix build-system emacs)
#:use-module (guix build-system haskell) #:use-module (guix build-system haskell)
#:use-module (guix build-system python) #:use-module (guix build-system python)
#:use-module (guix build-system pyproject)
#:use-module (guix build-system glib-or-gtk) #:use-module (guix build-system glib-or-gtk)
#:use-module (guix build-system go) #:use-module (guix build-system go)
#:use-module (guix build-system qt) #:use-module (guix build-system qt)
@ -1330,25 +1331,25 @@ main features are:
(define-public silkaj (define-public silkaj
(package (package
(name "silkaj") (name "silkaj")
(version "0.7.6") (version "0.10.0")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (pypi-uri "silkaj" version)) (uri (pypi-uri "silkaj" version))
(sha256 (sha256
(base32 "0hrn0jwg415z7wjkp0myvw85wszlfi18f56j03075xxakr4dmi2j")))) (base32 "0p8jqnswrrxri8i2ikdz8mij7gks0yab3wdcb37jf2kjwmrwanpk"))))
(build-system python-build-system) (build-system pyproject-build-system)
(arguments (native-inputs
`(#:tests? #f)) ;no test (list python-poetry-core))
(inputs (propagated-inputs
`(("click" ,python-click) (list python-click
("duniterpy" ,python-duniterpy) python-duniterpy
("pynacl" ,python-pynacl) python-pendulum
("tabulate" ,python-tabulate) python-tabulate
("texttable" ,python-texttable))) python-texttable))
(home-page "https://git.duniter.org/clients/python/silkaj") (home-page "https://git.duniter.org/clients/python/silkaj")
(synopsis "Command line client for Duniter network") (synopsis "Command line client for Duniter network")
(description "@code{Silkaj} is a command line client for the (description "Silkaj is a command line client for the
@uref{https://github.com/duniter/duniter/, Duniter} network. @uref{https://github.com/duniter/duniter/, Duniter} network.
Its features are: Its features are: