12 buildPythonPackage rec {
17 disabled = pythonOlder "3.8";
19 src = fetchFromGitHub {
20 owner = "peering-manager";
22 rev = "refs/tags/${version}";
23 hash = "sha256-IiLjxOtyxGSaItxgEbsF8AER/j4Qe7SP9ZAEPjTiYI4=";
26 pythonRelaxDeps = [ "pyjwt" ];
28 build-system = [ poetry-core ];
35 nativeCheckInputs = [ pytestCheckHook ];
37 pythonImportsCheck = [ "pyixapi" ];
40 description = "Python API client library for IX-API";
41 homepage = "https://github.com/peering-manager/pyixapi/";
42 changelog = "https://github.com/peering-manager/pyixapi/releases/tag/${version}";
43 license = licenses.asl20;
44 maintainers = teams.wdz.members;