13 buildPythonPackage rec {
14 pname = "stups-pierone";
18 src = fetchFromGitHub {
19 owner = "zalando-stups";
22 sha256 = "1ggfizw27wpcagbbk15xpfrhq6b250cx4278b5d7y8s438g128cs";
25 propagatedBuildInputs = [
42 description = "Convenient command line client for STUPS' Pier One Docker registry";
43 homepage = "https://github.com/zalando-stups/pierone-cli";
44 license = licenses.asl20;
45 maintainers = [ maintainers.mschuwalow ];