internal/rosa/package: azalea proposal

This commit is contained in:
mae
2026-05-23 20:50:35 -05:00
parent 689f972976
commit 0307f781a2
75 changed files with 2854 additions and 2879 deletions

View File

@@ -1,19 +1,21 @@
//az:schema mbf
package buildcatrust {
description = "transform certificate stores between formats";
website = "https://github.com/nix-community/buildcatrust";
anitya = 233988;
description = "transform certificate stores between formats"
website = "https://github.com/nix-community/buildcatrust"
anitya = 233988
version* = "0.5.1";
version := "0.5.1"
source = remoteGitHub {
suffix = "nix-community/buildcatrust";
tag = "v"+version;
checksum = "oxjnuIrPVMPvD6x8VFLqB7EdbfuhouGQdtPuHDpEHGzoyH5nkxqtYN9UthMY9noA";
};
suffix = "nix-community/buildcatrust"
tag = "v"+version
checksum = "oxjnuIrPVMPvD6x8VFLqB7EdbfuhouGQdtPuHDpEHGzoyH5nkxqtYN9UthMY9noA"
}
early = "\nrm buildcatrust/tests/test_nonhermetic.py\n";
early = "rm buildcatrust/tests/test_nonhermetic.py"
exec = pip {};
exec = pip()
inputs = [ python-flit-core ];
runtime = [ python ];
inputs = [ python-flit-core ]
runtime = [ python ]
}