11 buildPythonPackage rec {
16 disabled = pythonOlder "3.8";
19 inherit pname version;
20 hash = "sha256-TFPWHXtZYHAyS/pdchWEMUX+VGbkiXPYKKq0GtIJtc4=";
23 build-system = [ setuptools ];
30 # Tests require network connectivity and there's no easy way to disable them
33 pythonImportsCheck = [ "stripe" ];
36 description = "Stripe Python bindings";
37 homepage = "https://github.com/stripe/stripe-python";
38 changelog = "https://github.com/stripe/stripe-python/blob/v${version}/CHANGELOG.md";
39 license = licenses.mit;