gnu: av-98: Update to 1.4.

* gnu/packages/web-browsers.scm (av-98): Update to 1.4.
[source]: Switch to git-fetch.
[build-system]: Switch to pyproject-build-system.
[arguments]<#:tests?>: Disable them.
<#:phases>: Add phase 'configure-sanity-check.
[native-inputs]: Add python-setuptools.
[home-page]: Refresh it, the project moved.

Change-Id: I589c4622f9c38a9d3e4b27e9e2a28d3767eed74b
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
This commit is contained in:
Nicolas Graves 2025-09-28 18:21:40 +02:00 committed by Sharlatan Hellseher
parent 22045e667d
commit b12f52809d
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -48,7 +48,6 @@
#:use-module (guix build-system go) #:use-module (guix build-system go)
#:use-module (guix build-system meson) #:use-module (guix build-system meson)
#:use-module (guix build-system pyproject) #:use-module (guix build-system pyproject)
#:use-module (guix build-system python)
#:use-module (guix download) #:use-module (guix download)
#:use-module (guix gexp) #:use-module (guix gexp)
#:use-module (guix git-download) #:use-module (guix git-download)
@ -1109,21 +1108,31 @@ saved to a file for further viewing in another window.")
(define-public av-98 (define-public av-98
(package (package
(name "av-98") (name "av-98")
(version "1.0.1") (version "1.4")
(properties (properties '((upstream-name . "AV-98")))
'((upstream-name . "AV-98")))
(source (source
(origin (origin
(method url-fetch) (method git-fetch)
(uri (pypi-uri "AV-98" version)) (uri (git-reference
(url "https://git.sr.ht/~solderpunk/AV-98")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256 (sha256
(base32 (base32 "04dzkzsan1cnrslsvfgn1whpwald8xy34wqzvq81hd2mvw9a2n69"))))
"02fjnc2rvm010gb3i07p8r4xlhrmnv1wca1qymfjcymr7vm68h0i")))) (build-system pyproject-build-system)
(build-system python-build-system) (arguments
(home-page "https://tildegit.org/solderpunk/AV-98/") (list
#:tests? #f ; No tests.
#:phases
#~(modify-phases %standard-phases
(add-before 'sanity-check 'configure-sanity-check
(lambda _
(setenv "HOME" (getcwd)))))))
(native-inputs (list python-setuptools))
(home-page "https://git.sr.ht/~solderpunk/AV-98")
(synopsis "Command line Gemini client") (synopsis "Command line Gemini client")
(description "AV-98 is an experimental client for the Gemini protocol. (description
Features include "AV-98 is an experimental client for the Gemini protocol. Features include
@itemize @itemize
@item TOFU or CA server certificate validation; @item TOFU or CA server certificate validation;
@item Extensive client certificate support if an openssl binary is available; @item Extensive client certificate support if an openssl binary is available;