NixOS / nixpkgs

Nix Packages collection & NixOS
MIT License
17.31k stars 13.55k forks source link

Package request: kitchenowl-backend #240554

Open cyntheticfox opened 1 year ago

cyntheticfox commented 1 year ago

Project description

A backend server for the kitchenowl application. Pairs with #240552

Metadata

DrRuhe commented 1 year ago

Kitchenowl currently does not have a lockfile checked in, thus making it difficult to package (See https://github.com/TomBursch/kitchenowl/issues/188). I might take another look once that's fixed.

Kernald commented 2 months ago

@DrRuhe the issue above has been fixed

kloenk commented 1 month ago

I have the kitchenowl mostly packaged (kitchenowl-backend uses flask-basicauth, which is removed because unmaintained in nixpkgs but patched that out). I'm just not prepared to maintain the python packages I would need to introduce for this.

Also the lockfile is just a requirements.txt which does not have a lot of tooling in nixpkgs, but just wrote a big lists of dependencies

kloenk commented 1 month ago

mlxtend uses a to old version of scikit-learn which results in me being unable to package it when running the tests. I have a kitchenowl running without the tests, but not sure that is a good/working idea