13 buildPythonPackage rec {
19 src = fetchFromGitHub {
20 owner = "zalando-stups";
23 sha256 = "1vk6pnprnd5lfx96hc2c1n7kwh99f260r730x4y2h7lamlv82fh4";
27 # pytest 5 is currently unsupported. Fetch and apply a pr that resolves this.
29 url = "https://github.com/zalando-stups/zign/commit/50140720211e547b0e59f7ddb39a732f0cc73ad7.patch";
30 sha256 = "1zmyvg1z1asaqqsmxvsx0srvxd6gkgavppvg3dblxwhkml01awqk";
34 build-system = [ setuptools ];
45 nativeCheckInputs = [ pytestCheckHook ];
48 description = "OAuth2 token management command line utility";
49 homepage = "https://github.com/zalando-stups/zign";
50 license = licenses.asl20;
51 maintainers = [ maintainers.mschuwalow ];