blob: 9e235118d11ba2fca4c2eeb509ebd2a846ed6961 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
package python-buildcatrust {
description = "transform certificate stores between formats";
website = "https://github.com/nix-community/buildcatrust";
anitya = 233988;
version* = "0.5.1";
source = remoteGitHub {
suffix = "nix-community/buildcatrust";
tag = "v"+version;
checksum = "oxjnuIrPVMPvD6x8VFLqB7EdbfuhouGQdtPuHDpEHGzoyH5nkxqtYN9UthMY9noA";
};
early = "\nrm buildcatrust/tests/test_nonhermetic.py\n";
exec = pip {};
inputs = [ python-flit-core ];
runtime = [ python ];
}
|