6 python3.pkgs.buildPythonApplication rec {
7 pname = "shot-scraper";
11 disabled = python3.pkgs.pythonOlder "3.6";
14 inherit pname version;
15 hash = "sha256-hPzOwvTQAFs9IQRkq/uw+pHv5ZP5XU3Zn605SL8udPA=";
18 propagatedBuildInputs = with python3.pkgs; [
25 # skip tests due to network access
28 pythonImportsCheck = [
33 description = "Command-line utility for taking automated screenshots of websites";
34 homepage = "https://github.com/simonw/shot-scraper";
35 changelog = "https://github.com/simonw/shot-scraper/releases/tag/${version}";
36 license = licenses.asl20;
37 maintainers = with maintainers; [ techknowlogick ];
38 mainProgram = "shot-scraper";