11 buildPythonPackage rec {
12 pname = "cloudsmith-api";
16 disabled = pythonOlder "3.7";
19 pname = "cloudsmith_api";
20 inherit format version;
21 hash = "sha256-xPPARaxclTRy7thJXtXaMK0F5/91q7o35LyzSmx1HPU=";
24 propagatedBuildInputs = [
31 # Wheels have no tests
34 pythonImportsCheck = [
39 description = "Cloudsmith API Client";
40 homepage = "https://github.com/cloudsmith-io/cloudsmith-api";
41 license = licenses.asl20;
42 maintainers = with maintainers; [ ];