17 buildPythonPackage rec {
18 pname = "xbox-webapi";
22 disabled = pythonOlder "3.8";
24 src = fetchFromGitHub {
26 repo = "xbox-webapi-python";
28 hash = "sha256-9A3gdSlRjBCx5fBW+jkaSWsFuGieXQKvbEbZzGzLf94=";
31 nativeBuildInputs = [ setuptools ];
33 propagatedBuildInputs = [
48 changelog = "https://github.com/OpenXbox/xbox-webapi-python/blob/${src.rev}/CHANGELOG.md";
49 description = "Library to authenticate with Windows Live/Xbox Live and use their API";
50 homepage = "https://github.com/OpenXbox/xbox-webapi-python";
51 license = licenses.mit;
52 maintainers = with maintainers; [ dotlambda ];