gnu: cpass: Switch to pyproject.

* gnu/packages/password-utils.scm (cpass): Update to 0.9.4.
[build-system]: Switch to pyproject-build-system.
[arguments] <tests?>: No tests.
[native-inputs]: Add python-setuptools.

Change-Id: Id3b9a7aa079c6804bcc171e4e6b95b82966b42a7
This commit is contained in:
Sharlatan Hellseher 2025-12-19 12:45:00 +00:00
parent 03c688575f
commit 8ad99d6eba
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -1390,9 +1390,10 @@ separately.")
(sha256
(base32
"1zp3a8mgqxn916fzj1v2yhgnl7v6s0vnd0qcghqs3qq648qmlwr5"))))
(build-system python-build-system)
(build-system pyproject-build-system)
(arguments
(list #:phases
(list #:tests? #f ;no tests
#:phases
#~(modify-phases %standard-phases
(add-after 'unpack 'patch-pass-refs
(lambda* (#:key inputs #:allow-other-keys)
@ -1404,6 +1405,8 @@ separately.")
"'"))
(("\\.password_store")
".password-store")))))))
(native-inputs
(list python-setuptools))
(inputs (list password-store))
(propagated-inputs (list python-urwid))
(home-page "https://github.com/OliverLew/cpass")