Loading pkgs/development/python-modules/datrie/default.nix +7 −5 Original line number Diff line number Diff line { lib , buildPythonPackage , fetchPypi , setuptools , cython , pytestCheckHook , hypothesis Loading @@ -9,6 +10,7 @@ buildPythonPackage rec { pname = "datrie"; version = "0.8.2"; format = "pyproject"; src = fetchPypi { inherit pname version; Loading @@ -16,17 +18,17 @@ buildPythonPackage rec { }; nativeBuildInputs = [ setuptools cython ]; buildInputs = [ hypothesis nativeCheckInputs = [ pytestCheckHook ]; postPatch = '' substituteInPlace setup.py --replace '"pytest-runner", ' "" ''; checkInputs = [ hypothesis ]; pythonImportsCheck = [ "datrie" ]; Loading Loading
pkgs/development/python-modules/datrie/default.nix +7 −5 Original line number Diff line number Diff line { lib , buildPythonPackage , fetchPypi , setuptools , cython , pytestCheckHook , hypothesis Loading @@ -9,6 +10,7 @@ buildPythonPackage rec { pname = "datrie"; version = "0.8.2"; format = "pyproject"; src = fetchPypi { inherit pname version; Loading @@ -16,17 +18,17 @@ buildPythonPackage rec { }; nativeBuildInputs = [ setuptools cython ]; buildInputs = [ hypothesis nativeCheckInputs = [ pytestCheckHook ]; postPatch = '' substituteInPlace setup.py --replace '"pytest-runner", ' "" ''; checkInputs = [ hypothesis ]; pythonImportsCheck = [ "datrie" ]; Loading