6 python3.pkgs.buildPythonApplication rec {
7 pname = "cloudsmith-cli";
12 pname = "cloudsmith_cli";
13 inherit format version;
14 hash = "sha256-MIoRLWk6G8uchQlGOYOsg3XliZ1wMrYSOhAEQrus+fQ=";
17 propagatedBuildInputs = with python3.pkgs; [
30 setuptools # needs pkg_resources
33 # Wheels have no tests
36 pythonImportsCheck = [
41 homepage = "https://help.cloudsmith.io/docs/cli/";
42 description = "Cloudsmith Command Line Interface";
43 mainProgram = "cloudsmith";
44 changelog = "https://github.com/cloudsmith-io/cloudsmith-cli/blob/v${version}/CHANGELOG.md";
45 maintainers = with maintainers; [ ];
46 license = licenses.asl20;
47 platforms = with platforms; unix;