14 buildPythonPackage rec {
15 pname = "recipe-scrapers";
19 src = fetchFromGitHub {
21 repo = "recipe-scrapers";
22 rev = "refs/tags/${version}";
23 hash = "sha256-XCcunwqmcvPC5AVxR9mit06BRDTYfu/CeTXg3IH7Dy0=";
30 propagatedBuildInputs = [
44 # This is not actual code, just some pre-written boiler-plate template
45 "templates/test_scraper.py"
48 pythonImportsCheck = [ "recipe_scrapers" ];
51 description = "Python package for scraping recipes data ";
52 homepage = "https://github.com/hhursev/recipe-scrapers";
53 license = licenses.mit;
54 maintainers = with maintainers; [ ambroisie ];