python3Packages.bilibili-api-python: add updateScript
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user