Loading pkgs/development/python-modules/extruct/default.nix +6 −0 Original line number Diff line number Diff line Loading @@ -54,6 +54,12 @@ buildPythonPackage rec { "extruct" ]; disabledTests = [ # AssertionError: Lists differ "test_microformat" "test_umicroformat" ]; meta = with lib; { description = "Extract embedded metadata from HTML markup"; homepage = "https://github.com/scrapinghub/extruct"; Loading pkgs/development/python-modules/recipe-scrapers/default.nix +9 −3 Original line number Diff line number Diff line Loading @@ -9,12 +9,15 @@ , pytestCheckHook , responses , setuptools , pythonOlder }: buildPythonPackage rec { pname = "recipe-scrapers"; version = "14.52.0"; format = "pyproject"; pyproject = true; disabled = pythonOlder "3.8"; src = fetchFromGitHub { owner = "hhursev"; Loading Loading @@ -45,11 +48,14 @@ buildPythonPackage rec { "templates/test_scraper.py" ]; pythonImportsCheck = [ "recipe_scrapers" ]; pythonImportsCheck = [ "recipe_scrapers" ]; meta = with lib; { description = "Python package for scraping recipes data"; homepage = "https://github.com/hhursev/recipe-scrapers"; changelog = "https://github.com/hhursev/recipe-scrapers/releases/tag/${version}"; license = licenses.mit; maintainers = with maintainers; [ ambroisie ]; }; Loading Loading
pkgs/development/python-modules/extruct/default.nix +6 −0 Original line number Diff line number Diff line Loading @@ -54,6 +54,12 @@ buildPythonPackage rec { "extruct" ]; disabledTests = [ # AssertionError: Lists differ "test_microformat" "test_umicroformat" ]; meta = with lib; { description = "Extract embedded metadata from HTML markup"; homepage = "https://github.com/scrapinghub/extruct"; Loading
pkgs/development/python-modules/recipe-scrapers/default.nix +9 −3 Original line number Diff line number Diff line Loading @@ -9,12 +9,15 @@ , pytestCheckHook , responses , setuptools , pythonOlder }: buildPythonPackage rec { pname = "recipe-scrapers"; version = "14.52.0"; format = "pyproject"; pyproject = true; disabled = pythonOlder "3.8"; src = fetchFromGitHub { owner = "hhursev"; Loading Loading @@ -45,11 +48,14 @@ buildPythonPackage rec { "templates/test_scraper.py" ]; pythonImportsCheck = [ "recipe_scrapers" ]; pythonImportsCheck = [ "recipe_scrapers" ]; meta = with lib; { description = "Python package for scraping recipes data"; homepage = "https://github.com/hhursev/recipe-scrapers"; changelog = "https://github.com/hhursev/recipe-scrapers/releases/tag/${version}"; license = licenses.mit; maintainers = with maintainers; [ ambroisie ]; }; Loading