Loading pkgs/development/python-modules/recipe-scrapers/default.nix +7 −0 Original line number Diff line number Diff line Loading @@ -11,6 +11,7 @@ responses, setuptools, pythonOlder, nixosTests, }: buildPythonPackage rec { Loading Loading @@ -49,6 +50,12 @@ buildPythonPackage rec { pythonImportsCheck = [ "recipe_scrapers" ]; passthru = { tests = { inherit (nixosTests) mealie tandoor-recipes; }; }; meta = with lib; { description = "Python package for scraping recipes data"; homepage = "https://github.com/hhursev/recipe-scrapers"; Loading Loading
pkgs/development/python-modules/recipe-scrapers/default.nix +7 −0 Original line number Diff line number Diff line Loading @@ -11,6 +11,7 @@ responses, setuptools, pythonOlder, nixosTests, }: buildPythonPackage rec { Loading Loading @@ -49,6 +50,12 @@ buildPythonPackage rec { pythonImportsCheck = [ "recipe_scrapers" ]; passthru = { tests = { inherit (nixosTests) mealie tandoor-recipes; }; }; meta = with lib; { description = "Python package for scraping recipes data"; homepage = "https://github.com/hhursev/recipe-scrapers"; Loading