12 buildPythonPackage rec {
13 pname = "cloudsmith-api";
17 disabled = pythonOlder "3.7";
20 pname = "cloudsmith_api";
21 inherit format version;
22 hash = "sha256-xPPARaxclTRy7thJXtXaMK0F5/91q7o35LyzSmx1HPU=";
25 propagatedBuildInputs = [
32 # Wheels have no tests
35 pythonImportsCheck = [ "cloudsmith_api" ];
38 description = "Cloudsmith API Client";
39 homepage = "https://github.com/cloudsmith-io/cloudsmith-api";
40 license = licenses.asl20;