12 buildPythonPackage rec {
13 pname = "gocardless-pro";
17 src = fetchFromGitHub {
19 repo = "gocardless-pro-python";
20 rev = "refs/tags/v${version}";
21 hash = "sha256-RHvGrBIDtjnLax2x7FPu0S5vizUW7dQMaQsyGPXqEh4=";
24 build-system = [ setuptools ];
26 propagatedBuildInputs = [
31 pythonImportsCheck = [ "gocardless_pro" ];
39 description = "Client library for the GoCardless Pro API";
40 homepage = "https://github.com/gocardless/gocardless-pro-python";
41 changelog = "https://github.com/gocardless/gocardless-pro-python/blob/${src.rev}/CHANGELOG.md";
42 license = licenses.mit;
43 maintainers = with maintainers; [ blaggacao ];