11 buildPythonPackage rec {
12 pname = "gocardless-pro";
14 format = "setuptools";
16 src = fetchFromGitHub {
18 repo = "gocardless-pro-python";
19 rev = "refs/tags/v${version}";
20 hash = "sha256-4pyVcyEa8iex7ngTibxWYu4HeW+6V5OASkxqjHIOe2Y=";
23 propagatedBuildInputs = [
28 pythonImportsCheck = [ "gocardless_pro" ];
37 description = "A client library for the GoCardless Pro API";
38 homepage = "https://github.com/gocardless/gocardless-pro-python";
39 changelog = "https://github.com/gocardless/gocardless-pro-python/blob/${src.rev}/CHANGELOG.md";
40 license = licenses.mit;
41 maintainers = with maintainers; [ blaggacao ];