summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/buildcatrust/default.nix (follow)
Commit message (Expand)AuthorAgeFilesLines
* python3Packages: format with nixfmtMartin Weinelt2024-05-221-11/+8
* Merge remote-tracking branch 'origin/master' into staging-next•••Conflicts: - pkgs/development/python-modules/sphinx-autobuild/default.nix Martin Weinelt2024-03-191-0/+1
|\
| * treewide: add meta.mainProgram to packages with a single binary•••The nixpkgs-unstable channel's programs.sqlite was used to identify packages producing exactly one binary, and these automatically added to their package definitions wherever possible. stuebinm2024-03-191-0/+1
* | python3Packages.buildcatrust: 0.2.1 -> 0.3.0Martin Weinelt2024-03-121-2/+2
|/
* buildcatrust: 0.1.3 -> 0.2.1•••https://github.com/lukegb/buildcatrust/releases/tag/v0.2.0 https://github.com/lukegb/buildcatrust/releases/tag/v0.2.1 It contains support for exporting the bundle without additional trust rules. Signed-off-by: Raito Bezarius <masterancpp@gmail.com> Raito Bezarius2024-02-111-2/+2
* buildcatrust: use pep517 builder•••Up until now this project was build using the setup.yp shim, that flit creates for tools that don't support PEP 517 yet. On top of that an implicit format implies setuptools and makes a call to `python setup.py install`, which is deprecated. Added some light reformatting on top. Martin Weinelt2023-12-071-2/+12
* treewide: switch to nativeCheckInputs•••checkInputs used to be added to nativeBuildInputs. Now we have nativeCheckInputs to do that instead. Doing this treewide change allows to keep hashes identical to before the introduction of nativeCheckInputs. Guillaume Girol2023-01-211-1/+1
* buildcatrust: init at 0.1.3Luke Granger-Brown2021-10-071-0/+32