Loading pkgs/development/python-modules/py-stringmatching/default.nix +3 −2 Original line number Diff line number Diff line Loading @@ -8,7 +8,7 @@ setuptools, # dependencies numpy_1, numpy, six, # tests Loading @@ -34,7 +34,7 @@ buildPythonPackage rec { ]; dependencies = [ numpy_1 numpy six ]; Loading @@ -47,6 +47,7 @@ buildPythonPackage rec { pythonImportsCheck = [ "py_stringmatching" ]; meta = with lib; { broken = lib.versionAtLeast numpy.version "2"; description = "Python string matching library including string tokenizers and string similarity measures"; homepage = "https://github.com/anhaidgroup/py_stringmatching"; changelog = "https://github.com/anhaidgroup/py_stringmatching/blob/v${version}/CHANGES.txt"; Loading Loading
pkgs/development/python-modules/py-stringmatching/default.nix +3 −2 Original line number Diff line number Diff line Loading @@ -8,7 +8,7 @@ setuptools, # dependencies numpy_1, numpy, six, # tests Loading @@ -34,7 +34,7 @@ buildPythonPackage rec { ]; dependencies = [ numpy_1 numpy six ]; Loading @@ -47,6 +47,7 @@ buildPythonPackage rec { pythonImportsCheck = [ "py_stringmatching" ]; meta = with lib; { broken = lib.versionAtLeast numpy.version "2"; description = "Python string matching library including string tokenizers and string similarity measures"; homepage = "https://github.com/anhaidgroup/py_stringmatching"; changelog = "https://github.com/anhaidgroup/py_stringmatching/blob/v${version}/CHANGES.txt"; Loading