Loading pkgs/development/python-modules/mrsqm/default.nix +6 −3 Original line number Diff line number Diff line Loading @@ -11,14 +11,14 @@ buildPythonPackage rec { pname = "mrsqm"; version = "0.0.5"; version = "0.0.6"; format = "setuptools"; disable = pythonOlder "3.8"; src = fetchPypi { inherit pname version; hash = "sha256-VlAbyTWQCj6fgndEPI1lQKvL+D6TJnqglIT8dRZyEWc="; hash = "sha256-dBwWiJEL76aXqM2vKn4uQsd86Rm3bMeDSsRRs/aLWCE="; }; buildInputs = [ fftw ]; Loading @@ -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 ]; }; Loading Loading
pkgs/development/python-modules/mrsqm/default.nix +6 −3 Original line number Diff line number Diff line Loading @@ -11,14 +11,14 @@ buildPythonPackage rec { pname = "mrsqm"; version = "0.0.5"; version = "0.0.6"; format = "setuptools"; disable = pythonOlder "3.8"; src = fetchPypi { inherit pname version; hash = "sha256-VlAbyTWQCj6fgndEPI1lQKvL+D6TJnqglIT8dRZyEWc="; hash = "sha256-dBwWiJEL76aXqM2vKn4uQsd86Rm3bMeDSsRRs/aLWCE="; }; buildInputs = [ fftw ]; Loading @@ -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 ]; }; Loading