Loading pkgs/development/python-modules/mrsqm/default.nix +12 −4 Original line number Diff line number Diff line Loading @@ -11,11 +11,12 @@ pip, setuptools, pytestCheckHook, nix-update-script, }: buildPythonPackage rec { pname = "mrsqm"; version = "4"; version = "0.0.7"; pyproject = true; build-system = [ Loading @@ -27,8 +28,8 @@ buildPythonPackage rec { src = fetchFromGitHub { owner = "mlgig"; repo = "mrsqm"; tag = "r${version}"; hash = "sha256-59f18zItV3K6tXcg1v1q2Z8HYrQB8T0ntaaqjxeAEbM="; tag = "v.${version}"; hash = "sha256-5K6vCU0HExnmYNThZNDCbEtII9bUGauxDtKkJXe/85Q="; }; buildInputs = [ fftw ]; Loading @@ -44,7 +45,7 @@ buildPythonPackage rec { postPatch = '' substituteInPlace setup.py \ --replace-fail "'pytest-runner'" "" --replace-fail "setup_requires=['pytest-runner']," "" substituteInPlace pyproject.toml \ --replace-fail "numpy==" "numpy>=" ''; Loading @@ -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"; Loading Loading
pkgs/development/python-modules/mrsqm/default.nix +12 −4 Original line number Diff line number Diff line Loading @@ -11,11 +11,12 @@ pip, setuptools, pytestCheckHook, nix-update-script, }: buildPythonPackage rec { pname = "mrsqm"; version = "4"; version = "0.0.7"; pyproject = true; build-system = [ Loading @@ -27,8 +28,8 @@ buildPythonPackage rec { src = fetchFromGitHub { owner = "mlgig"; repo = "mrsqm"; tag = "r${version}"; hash = "sha256-59f18zItV3K6tXcg1v1q2Z8HYrQB8T0ntaaqjxeAEbM="; tag = "v.${version}"; hash = "sha256-5K6vCU0HExnmYNThZNDCbEtII9bUGauxDtKkJXe/85Q="; }; buildInputs = [ fftw ]; Loading @@ -44,7 +45,7 @@ buildPythonPackage rec { postPatch = '' substituteInPlace setup.py \ --replace-fail "'pytest-runner'" "" --replace-fail "setup_requires=['pytest-runner']," "" substituteInPlace pyproject.toml \ --replace-fail "numpy==" "numpy>=" ''; Loading @@ -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"; Loading