mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-14 14:10:33 +03:00
python3Packages.bilibili-api-python: add updateScript
This commit is contained in:
parent
ba5ff85bcb
commit
f99b1ff629
1 changed files with 3 additions and 0 deletions
|
@ -20,6 +20,7 @@
|
|||
setuptools-scm,
|
||||
tqdm,
|
||||
yarl,
|
||||
nix-update-script,
|
||||
}:
|
||||
buildPythonPackage rec {
|
||||
pname = "bilibili-api-python";
|
||||
|
@ -67,6 +68,8 @@ buildPythonPackage rec {
|
|||
|
||||
pythonImportsCheck = [ "bilibili_api" ];
|
||||
|
||||
passthru.updateScript = nix-update-script { };
|
||||
|
||||
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";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue