Loading pkgs/development/python-modules/waybackpy/default.nix 0 → 100644 +34 −0 Original line number Diff line number Diff line { lib , buildPythonPackage , fetchPypi , click , urllib3 , requests , pytest }: buildPythonPackage rec { pname = "waybackpy"; version = "3.0.6"; src = fetchPypi { inherit pname version; hash = "sha256-SXo3F1arp2ROt62g69TtsVy4xTvBNMyXO/AjoSyv+D8="; }; dependencies = [ click urllib3 requests ]; nativeBuildInputs = [ pytest ]; pythonImportsCheck = [ "waybackpy" ]; meta = with lib; { homepage = "https://akamhy.github.io/waybackpy/"; description = "Wayback Machine API interface & a command-line tool"; license = licenses.mit; maintainers = with maintainers; [ chpatrick ]; }; } pkgs/top-level/python-packages.nix +2 −0 Original line number Diff line number Diff line Loading @@ -16818,6 +16818,8 @@ self: super: with self; { wavinsentio = callPackage ../development/python-modules/wavinsentio { }; waybackpy = callPackage ../development/python-modules/waybackpy {}; wazeroutecalculator = callPackage ../development/python-modules/wazeroutecalculator { }; wcag-contrast-ratio = callPackage ../development/python-modules/wcag-contrast-ratio { }; Loading
pkgs/development/python-modules/waybackpy/default.nix 0 → 100644 +34 −0 Original line number Diff line number Diff line { lib , buildPythonPackage , fetchPypi , click , urllib3 , requests , pytest }: buildPythonPackage rec { pname = "waybackpy"; version = "3.0.6"; src = fetchPypi { inherit pname version; hash = "sha256-SXo3F1arp2ROt62g69TtsVy4xTvBNMyXO/AjoSyv+D8="; }; dependencies = [ click urllib3 requests ]; nativeBuildInputs = [ pytest ]; pythonImportsCheck = [ "waybackpy" ]; meta = with lib; { homepage = "https://akamhy.github.io/waybackpy/"; description = "Wayback Machine API interface & a command-line tool"; license = licenses.mit; maintainers = with maintainers; [ chpatrick ]; }; }
pkgs/top-level/python-packages.nix +2 −0 Original line number Diff line number Diff line Loading @@ -16818,6 +16818,8 @@ self: super: with self; { wavinsentio = callPackage ../development/python-modules/wavinsentio { }; waybackpy = callPackage ../development/python-modules/waybackpy {}; wazeroutecalculator = callPackage ../development/python-modules/wazeroutecalculator { }; wcag-contrast-ratio = callPackage ../development/python-modules/wcag-contrast-ratio { };