python313Packages.mrsqm: add updateScript
This is to try and prevent downgrade come next python-updates
This commit is contained in:
@@ -11,6 +11,7 @@
|
||||
pip,
|
||||
setuptools,
|
||||
pytestCheckHook,
|
||||
nix-update-script,
|
||||
}:
|
||||
|
||||
buildPythonPackage rec {
|
||||
@@ -63,6 +64,13 @@ buildPythonPackage rec {
|
||||
|
||||
pythonImportsCheck = [ "mrsqm" ];
|
||||
|
||||
passthru.updateScript = nix-update-script {
|
||||
extraArgs = [
|
||||
"--version-regex"
|
||||
"v\\.(.*)"
|
||||
];
|
||||
};
|
||||
|
||||
meta = {
|
||||
description = "MrSQM (Multiple Representations Sequence Miner) is a time series classifier";
|
||||
homepage = "https://pypi.org/project/mrsqm";
|
||||
|
||||
Reference in New Issue
Block a user