aboutsummaryrefslogtreecommitdiffhomepage
path: root/internal/rosa/package
diff options
context:
space:
mode:
Diffstat (limited to 'internal/rosa/package')
-rw-r--r--internal/rosa/package/buildcatrust.az23
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 ];
+}