python310Packages.mrsqm: add changelog to meta

This commit is contained in:
Fabian Affolter 2023-10-15 09:26:00 +02:00 committed by GitHub
parent 00060f5bed
commit a761a9cacc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -33,12 +33,15 @@ buildPythonPackage rec {
numpy
];
doCheck = false; # Package has no tests
# Package has no tests
doCheck = false;
pythonImportsCheck = [ "mrsqm" ];
meta = with lib; {
description = "MrSQM (Multiple Representations Sequence Miner) is a time series classifier";
homepage = "https://pypi.org/project/mrsqm";
changelog = "https://github.com/mlgig/mrsqm/releases/tag/v.${version}";
license = licenses.gpl3Only;
maintainers = with maintainers; [ mbalatsko ];
};