Loading pkgs/development/python-modules/gocardless-pro/default.nix 0 → 100644 +44 −0 Original line number Diff line number Diff line { lib , buildPythonPackage , fetchFromGitHub , requests , six , pytestCheckHook , responses , nose }: buildPythonPackage rec { pname = "gocardless-pro"; version = "1.45.0"; format = "setuptools"; src = fetchFromGitHub { owner = "gocardless"; repo = "gocardless-pro-python"; rev = "v${version}"; hash = "sha256-mzIEHm8roiVtrh84Oc+J87anMpr4zMp5yLFCmuljg8k="; }; propagatedBuildInputs = [ requests six ]; pythonImportsCheck = [ "gocardless_pro" ]; nativeCheckInputs = [ pytestCheckHook responses nose ]; meta = with lib; { description = "A client library for the GoCardless Pro API"; homepage = "https://github.com/gocardless/gocardless-pro-python"; changelog = "https://github.com/gocardless/gocardless-pro-python/blob/${src.rev}/CHANGELOG.md"; license = licenses.mit; maintainers = with maintainers; [ blaggacao ]; }; } pkgs/top-level/python-packages.nix +2 −0 Original line number Diff line number Diff line Loading @@ -4255,6 +4255,8 @@ self: super: with self; { goalzero = callPackage ../development/python-modules/goalzero { }; gocardless-pro = callPackage ../development/python-modules/gocardless-pro { }; goobook = callPackage ../development/python-modules/goobook { }; goocalendar = callPackage ../development/python-modules/goocalendar { }; Loading Loading
pkgs/development/python-modules/gocardless-pro/default.nix 0 → 100644 +44 −0 Original line number Diff line number Diff line { lib , buildPythonPackage , fetchFromGitHub , requests , six , pytestCheckHook , responses , nose }: buildPythonPackage rec { pname = "gocardless-pro"; version = "1.45.0"; format = "setuptools"; src = fetchFromGitHub { owner = "gocardless"; repo = "gocardless-pro-python"; rev = "v${version}"; hash = "sha256-mzIEHm8roiVtrh84Oc+J87anMpr4zMp5yLFCmuljg8k="; }; propagatedBuildInputs = [ requests six ]; pythonImportsCheck = [ "gocardless_pro" ]; nativeCheckInputs = [ pytestCheckHook responses nose ]; meta = with lib; { description = "A client library for the GoCardless Pro API"; homepage = "https://github.com/gocardless/gocardless-pro-python"; changelog = "https://github.com/gocardless/gocardless-pro-python/blob/${src.rev}/CHANGELOG.md"; license = licenses.mit; maintainers = with maintainers; [ blaggacao ]; }; }
pkgs/top-level/python-packages.nix +2 −0 Original line number Diff line number Diff line Loading @@ -4255,6 +4255,8 @@ self: super: with self; { goalzero = callPackage ../development/python-modules/goalzero { }; gocardless-pro = callPackage ../development/python-modules/gocardless-pro { }; goobook = callPackage ../development/python-modules/goobook { }; goocalendar = callPackage ../development/python-modules/goocalendar { }; Loading