summaryrefslogtreecommitdiff
path: root/gnu/packages/password-utils.scm
diff options
context:
space:
mode:
authorNicolas Graves <ngraves@ngraves.fr>2026-01-05 18:28:25 +0100
committerRutherther <rutherther@ditigal.xyz>2026-01-25 21:22:47 +0100
commitde3f863638c42520f83ecd2ce2016e85aa37c0c3 (patch)
tree698218b0acb7d9ea596a2c399032f1ab98b3d7d1 /gnu/packages/password-utils.scm
parent8a7939711c24902d15fc567b5dac16311cc9e8af (diff)
gnu: pass-rotate: Switch to pyproject.
* gnu/packages/password-utils.scm (pass-rotate): [source, home-page]: Update repository url. [build-system]: Switch to pyproject-build-system. [arguments]<#:tests?>: Disable them. [native-inputs]: Add python-setuptools. Change-Id: I0216f6f8edd2b0c69b43a99a678b4f42886e50c2 Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com> Signed-off-by: Rutherther <rutherther@ditigal.xyz>
Diffstat (limited to 'gnu/packages/password-utils.scm')
-rw-r--r--gnu/packages/password-utils.scm11
1 files changed, 6 insertions, 5 deletions
diff --git a/gnu/packages/password-utils.scm b/gnu/packages/password-utils.scm
index ec1f55ba7d4..3b4a3c697f0 100644
--- a/gnu/packages/password-utils.scm
+++ b/gnu/packages/password-utils.scm
@@ -1729,17 +1729,18 @@ to use a different password manager.")
1729 (origin 1729 (origin
1730 (method git-fetch) 1730 (method git-fetch)
1731 (uri (git-reference 1731 (uri (git-reference
1732 (url "https://github.com/ddevault/pass-rotate") 1732 (url "https://git.sr.ht/~sircmpwn/pass-rotate")
1733 (commit version))) 1733 (commit version)))
1734 (file-name (git-file-name name version)) 1734 (file-name (git-file-name name version))
1735 (sha256 1735 (sha256
1736 (base32 1736 (base32 "1m067vvdlc85csbpkp8aw4s3ags7q8s3jszrr32kmj9qhk5c254f"))))
1737 "1m067vvdlc85csbpkp8aw4s3ags7q8s3jszrr32kmj9qhk5c254f")))) 1737 (build-system pyproject-build-system)
1738 (build-system python-build-system) 1738 (arguments (list #:tests? #f)) ; No tests.
1739 (native-inputs (list python-setuptools))
1739 (inputs 1740 (inputs
1740 (list python-beautifulsoup4 python-docopt python-html5lib 1741 (list python-beautifulsoup4 python-docopt python-html5lib
1741 python-requests)) 1742 python-requests))
1742 (home-page "https://github.com/ddevault/pass-rotate") 1743 (home-page "https://git.sr.ht/~sircmpwn/pass-rotate")
1743 (synopsis "Rotate password on online services") 1744 (synopsis "Rotate password on online services")
1744 (description "pass-rotate is a command line utility and python library for 1745 (description "pass-rotate is a command line utility and python library for
1745rotating passwords on various web services. It makes it easier to rotate your 1746rotating passwords on various web services. It makes it easier to rotate your