13 buildPythonPackage rec {
14 pname = "recipe-scrapers";
17 src = fetchFromGitHub {
19 repo = "recipe-scrapers";
21 sha256 = "sha256-3qrjNd1jX4JP3qG9YX8MQqwPh8cvfkZa1tEk0uCwego=";
24 propagatedBuildInputs = [
38 # This is not actual code, just some pre-written boiler-plate template
39 "templates/test_scraper.py"
42 pythonImportsCheck = [ "recipe_scrapers" ];
45 description = "Python package for scraping recipes data ";
46 homepage = "https://github.com/hhursev/recipe-scrapers";
47 license = licenses.mit;
48 maintainers = with maintainers; [ ambroisie ];