13 buildPythonPackage rec {
14 pname = "stups-cli-support";
19 src = fetchFromGitHub {
20 owner = "zalando-stups";
21 repo = "stups-cli-support";
23 sha256 = "1r6g29gd009p87m8a6wv4rzx7f0564zdv67qz5xys4wsgvc95bx0";
26 build-system = [ setuptools ];
34 preCheck = "export HOME=$TEMPDIR";
36 nativeCheckInputs = [ pytestCheckHook ];
39 description = "Helper library for all STUPS command line tools";
40 homepage = "https://github.com/zalando-stups/stups-cli-support";
41 license = licenses.asl20;
42 maintainers = [ maintainers.mschuwalow ];