diff options
| author | Ophestra <cat@gensokyo.uk> | 2026-05-19 01:43:53 +0900 |
|---|---|---|
| committer | Ophestra <cat@gensokyo.uk> | 2026-05-19 01:44:23 +0900 |
| commit | 6e9e8c74f36e31117647c4414b98b1fda95b18a1 (patch) | |
| tree | 7bc449100034c4dbcadfb22a71f9798d079291e2 /internal/rosa/package | |
| parent | 4d60fa5632246d5e1c355573dc0fd0e85ca3dcd3 (diff) | |
internal/rosa: migrate buildcatrust
Other nss-related packages are unlikely to be migrated any time soon.
Signed-off-by: Ophestra <cat@gensokyo.uk>
Diffstat (limited to 'internal/rosa/package')
| -rw-r--r-- | internal/rosa/package/buildcatrust.az | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/internal/rosa/package/buildcatrust.az b/internal/rosa/package/buildcatrust.az new file mode 100644 index 00000000..18350c9d --- /dev/null +++ b/internal/rosa/package/buildcatrust.az @@ -0,0 +1,23 @@ +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, + python-flit-core, + ]; + + runtime = [ python ]; +} |
