Loading pkgs/development/python-modules/cytoolz/default.nix +12 −2 Original line number Diff line number Diff line Loading @@ -4,6 +4,7 @@ , isPyPy , pytestCheckHook , cython , setuptools , toolz , python , isPy27 Loading @@ -12,7 +13,8 @@ buildPythonPackage rec { pname = "cytoolz"; version = "0.12.3"; format = "setuptools"; pyproject = true; disabled = isPy27 || isPyPy; src = fetchPypi { Loading @@ -20,7 +22,10 @@ buildPythonPackage rec { hash = "sha256-RQPcWfTO1TpUZDJyxh3DBdHbv719a98paUjenzTDooI="; }; nativeBuildInputs = [ cython ]; nativeBuildInputs = [ cython setuptools ]; propagatedBuildInputs = [ toolz ]; Loading @@ -31,6 +36,11 @@ buildPythonPackage rec { export PYTHONPATH=$out/${python.sitePackages}:$PYTHONPATH ''; disabledTests = [ # https://github.com/pytoolz/cytoolz/issues/200 "test_inspect_wrapped_property" ]; nativeCheckInputs = [ pytestCheckHook ]; meta = with lib; { Loading Loading
pkgs/development/python-modules/cytoolz/default.nix +12 −2 Original line number Diff line number Diff line Loading @@ -4,6 +4,7 @@ , isPyPy , pytestCheckHook , cython , setuptools , toolz , python , isPy27 Loading @@ -12,7 +13,8 @@ buildPythonPackage rec { pname = "cytoolz"; version = "0.12.3"; format = "setuptools"; pyproject = true; disabled = isPy27 || isPyPy; src = fetchPypi { Loading @@ -20,7 +22,10 @@ buildPythonPackage rec { hash = "sha256-RQPcWfTO1TpUZDJyxh3DBdHbv719a98paUjenzTDooI="; }; nativeBuildInputs = [ cython ]; nativeBuildInputs = [ cython setuptools ]; propagatedBuildInputs = [ toolz ]; Loading @@ -31,6 +36,11 @@ buildPythonPackage rec { export PYTHONPATH=$out/${python.sitePackages}:$PYTHONPATH ''; disabledTests = [ # https://github.com/pytoolz/cytoolz/issues/200 "test_inspect_wrapped_property" ]; nativeCheckInputs = [ pytestCheckHook ]; meta = with lib; { Loading