6 python3.pkgs.buildPythonApplication rec {
7 pname = "cloudsmith-cli";
12 pname = "cloudsmith_cli";
13 inherit format version;
14 hash = "sha256-+M4CPveS9dltMI291Atm84T/cf4dPOO3wPvPI15E73Y=";
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 changelog = "https://github.com/cloudsmith-io/cloudsmith-cli/blob/v${version}/CHANGELOG.md";
44 maintainers = with maintainers; [ ];
45 license = licenses.asl20;
46 platforms = with platforms; unix;