1 { lib, python3Packages, fetchFromGitHub }:
3 python3Packages.buildPythonApplication rec {
7 src = fetchFromGitHub {
11 sha256 = "1lz6rc47cds9rb35jdf8n13gr61wdkh5jqzx4skikm1yrqkwjyhm";
14 propagatedBuildInputs = with python3Packages; [ click requests ];
16 # requires network access
20 description = "A simple Python wrapper for archive.org's \"Save Page Now\" capturing service";
21 homepage = "https://github.com/pastpages/savepagenow";
22 license = licenses.mit;
23 maintainers = with maintainers; [ SuperSandro2000 ];