10 buildPythonPackage rec {
15 src = fetchFromGitHub {
17 repo = "xboxapi-python";
19 hash = "sha256-rX3lrXzUYqyRyI89fbCEEMevTdi5SBgSp8XxSanasII=";
22 build-system = [ setuptools ];
24 dependencies = [ requests ];
26 nativeCheckInputs = [ pytestCheckHook ];
28 pythonImportsCheck = [ "xboxapi" ];
31 description = "Python XBOX One API wrapper";
32 homepage = "https://github.com/mKeRix/xboxapi-python";
33 license = licenses.mit;
34 maintainers = with maintainers; [ fab ];