python313Packages.bilibili-api-python: drop, source unavailable

This commit is contained in:
Moraxyc
2026-07-07 22:30:33 +08:00
parent 478044ca25
commit 91a4f75f20
3 changed files with 1 additions and 81 deletions

View File

@@ -1,79 +0,0 @@
{
aiohttp,
apscheduler,
beautifulsoup4,
brotli,
buildPythonPackage,
colorama,
fetchPypi,
httpx,
lib,
lxml,
pillow,
pycryptodomex,
pyjwt,
pyyaml,
qrcode,
qrcode-terminal,
rsa,
setuptools,
setuptools-scm,
tqdm,
yarl,
}:
buildPythonPackage rec {
pname = "bilibili-api-python";
version = "17.4.1";
pyproject = true;
src = fetchPypi {
pname = "bilibili_api_python";
inherit version;
hash = "sha256-Ww8WRoz7s+6AHH18yXD5CCJS9nWMbYxIxdjaxCI1y2I=";
};
# The upstream uses requirements.txt, which overly strict version constraints.
pythonRelaxDeps = [
"beautifulsoup4"
"lxml"
"pillow"
];
build-system = [
setuptools-scm
setuptools
];
dependencies = [
aiohttp
beautifulsoup4
colorama
lxml
pyyaml
brotli
httpx
qrcode
apscheduler
rsa
pillow
tqdm
yarl
pycryptodomex
pyjwt
qrcode-terminal
];
# tests require network
doCheck = false;
pythonImportsCheck = [ "bilibili_api" ];
meta = {
changelog = "https://github.com/Nemo2011/bilibili-api/releases/tag/${version}";
description = "Python module providing convenient integration for various Bilibili API along with some additional common features";
homepage = "https://nemo2011.github.io/bilibili-api";
license = lib.licenses.gpl3Plus;
maintainers = with lib.maintainers; [ moraxyc ];
};
}

View File

@@ -116,6 +116,7 @@ mapAliases {
beets-stable = lib.warn "beets-stable was aliased to beets, since upstream releases are frequent nowadays" self.beets; # added 2025-10-16
beets-unstable = lib.warn "beets-unstable was aliased to beets, since upstream releases are frequent nowadays" self.beets; # added 2025-10-16
betterproto-fw = throw "'betterproto-fw' has been removed as it is not longer required by fireworks-ai"; # Added 2026-06-09
bilibili-api-python = throw "'bilibili-api-python' was removed because its source is unavailable"; # added 2026-07-07
bimmer-connected = throw "'bimmer-connected' was removed because BMW started blocking third parties"; # added 2026-03-30
bip_utils = throw "'bip_utils' has been renamed to/replaced by 'bip-utils'"; # Converted to throw 2025-10-29
bjoern = throw "'bjoern' has been removed, as the upstream repository was unmaintained and it was using libraries with severe security issues."; # Added 2025-09-01

View File

@@ -2375,8 +2375,6 @@ self: super: with self; {
biliass = callPackage ../development/python-modules/biliass { };
bilibili-api-python = callPackage ../development/python-modules/bilibili-api-python { };
billiard = callPackage ../development/python-modules/billiard { };
binance-connector = callPackage ../development/python-modules/binance-connector { };