Commit Graph

6 Commits

Author SHA1 Message Date
Martin Weinelt
3d12611232
python312Packages.typer: include standard optional
Typer specifies the standard optional-dependencies package list, but then
due to internal tooling includes it by default in Require-Dist.

https://github.com/tiangolo/typer/blob/0.12.3/pyproject.toml#L71-L72

This is in line with changes that happened in typer 0.12.1

https://github.com/tiangolo/typer/releases/tag/0.12.1
2024-07-18 18:54:10 +02:00
Martin Weinelt
abdf5dc772
treewide: remove pythonRelaxDepsHook references
It is is now provided automatically, when `pythonRelaxDeps` or
`pythonRemoveDeps` is defined through `mk-python-derivation`.
2024-06-14 14:52:00 +02:00
Fabian Affolter
07ec5ac79d cups-printers: format with nixfmt 2024-04-29 09:05:24 +02:00
Fabian Affolter
10f25e8889 cups-printers: relax typer 2024-04-29 09:05:04 +02:00
Fabian Affolter
005483e2b8 cups-printers: refactor 2024-04-29 09:04:40 +02:00
Fabian Affolter
3243b276e7 cups-printers: init at 1.0.0
Tool for interacting with a CUPS server

https://github.com/audiusGmbH/cups-printers
2024-03-20 21:51:43 +01:00