14 buildPythonPackage rec {
19 disabled = pythonOlder "3.7";
22 inherit pname version;
23 hash = "sha256-Rq78Od+qI2XWObQjzsLNU1CuERU8ckfT6zVFvc8Bpoo=";
26 nativeBuildInputs = [ setuptools ];
28 propagatedBuildInputs = [
34 # tests require networking
37 pythonImportsCheck = [ "CloudFlare" ];
45 description = "Python wrapper for the Cloudflare v4 API";
46 homepage = "https://github.com/cloudflare/python-cloudflare";
47 changelog = "https://github.com/cloudflare/python-cloudflare/blob/${version}/CHANGELOG.md";
48 license = licenses.mit;