1 { fetchFromGitHub, lib, python3Packages, gnupg, perl }:
3 let version = "3.0.0"; in
4 python3Packages.buildPythonApplication {
9 src = fetchFromGitHub {
13 sha256 = "0l87dx7n6iwy8alxnhvval8h1kl4da6a59hsilbi65c6bpj4dh3y";
17 for file in libpius/constants.py pius-keyring-mgr; do
18 sed -i "$file" -E -e's|/usr/bin/gpg2?|${gnupg}/bin/gpg|g'
22 buildInputs = [ perl ];
25 homepage = "https://www.phildev.net/pius/";
27 description = "PGP Individual UID Signer (PIUS), quickly and easily sign UIDs on a set of PGP keys";
30 '' This software will allow you to quickly and easily sign each UID on
31 a set of PGP keys. It is designed to take the pain out of the
32 sign-all-the-keys part of PGP Keysigning Party while adding security
36 license = lib.licenses.gpl2;
38 platforms = lib.platforms.gnu ++ lib.platforms.linux;
39 maintainers = with lib.maintainers; [ kierdavis ];