14 buildPythonPackage rec {
15 pname = "stups-pierone";
19 disabled = pythonOlder "3.7";
21 src = fetchFromGitHub {
22 owner = "zalando-stups";
25 hash = "sha256-OypGYHfiFUfcUndylM2N2WfPnfXXJ4gvWypUbltYAYE=";
28 build-system = [ setuptools ];
30 pythonRelaxDeps = [ "stups-zign" ];
47 pythonImportsCheck = [ "pierone" ];
50 description = "Convenient command line client for STUPS' Pier One Docker registry";
51 homepage = "https://github.com/zalando-stups/pierone-cli";
52 license = licenses.asl20;
53 maintainers = with maintainers; [ mschuwalow ];