13 buildPythonPackage rec {
14 pname = "stups-pierone";
16 format = "setuptools";
18 disabled = pythonOlder "3.7";
20 src = fetchFromGitHub {
21 owner = "zalando-stups";
24 hash = "sha256-OypGYHfiFUfcUndylM2N2WfPnfXXJ4gvWypUbltYAYE=";
27 propagatedBuildInputs = [
43 pythonImportsCheck = [
48 description = "Convenient command line client for STUPS' Pier One Docker registry";
49 homepage = "https://github.com/zalando-stups/pierone-cli";
50 license = licenses.asl20;
51 maintainers = with maintainers; [ mschuwalow ];