python3Packages.xbox-webapi: drop

This commit is contained in:
Robert Schütz
2025-12-03 12:12:30 -08:00
parent f14cba6d6e
commit 2f6f9d63f2
3 changed files with 1 additions and 57 deletions
@@ -1,55 +0,0 @@
{
lib,
buildPythonPackage,
pythonOlder,
fetchFromGitHub,
setuptools,
appdirs,
ecdsa,
httpx,
ms-cv,
pydantic,
pytest-asyncio_0,
pytestCheckHook,
respx,
}:
buildPythonPackage rec {
pname = "xbox-webapi";
version = "2.1.0";
pyproject = true;
src = fetchFromGitHub {
owner = "OpenXbox";
repo = "xbox-webapi-python";
rev = "v${version}";
hash = "sha256-9A3gdSlRjBCx5fBW+jkaSWsFuGieXQKvbEbZzGzLf94=";
};
build-system = [ setuptools ];
dependencies = [
appdirs
ecdsa
httpx
ms-cv
pydantic
];
nativeCheckInputs = [
pytest-asyncio_0
pytestCheckHook
respx
];
# https://github.com/OpenXbox/xbox-webapi-python/issues/114
disabledTests = [ "test_import" ];
meta = with lib; {
changelog = "https://github.com/OpenXbox/xbox-webapi-python/blob/${src.rev}/CHANGELOG.md";
description = "Library to authenticate with Windows Live/Xbox Live and use their API";
homepage = "https://github.com/OpenXbox/xbox-webapi-python";
license = licenses.mit;
maintainers = with maintainers; [ dotlambda ];
};
}
+1
View File
@@ -504,6 +504,7 @@ mapAliases {
wxPython_4_2 = throw "'wxPython_4_2' has been renamed to/replaced by 'wxpython'"; # Converted to throw 2025-10-29
x11_hash = throw "'x11_hash' has been renamed to/replaced by 'x11-hash'"; # Converted to throw 2025-10-29
xapp = throw "'xapp' has been renamed to/replaced by 'python-xapp'"; # Converted to throw 2025-10-29
xbox-webapi = throw "xbox-webapi was removed because Home Assistant switched to python-xbox"; # added 2025-12-03
XlsxWriter = throw "'XlsxWriter' has been renamed to/replaced by 'xlsxwriter'"; # Converted to throw 2025-10-29
Yapsy = throw "'Yapsy' has been renamed to/replaced by 'yapsy'"; # Converted to throw 2025-10-29
z3 = throw "'z3' has been renamed to/replaced by 'z3-solver'"; # Converted to throw 2025-10-29
-2
View File
@@ -20595,8 +20595,6 @@ self: super: with self; {
xattr = callPackage ../development/python-modules/xattr { };
xbox-webapi = callPackage ../development/python-modules/xbox-webapi { };
xboxapi = callPackage ../development/python-modules/xboxapi { };
xcaplib = callPackage ../development/python-modules/xcaplib { };