Loading pkgs/development/python-modules/geoparquet/default.nix +1 −1 Original line number Diff line number Diff line Loading @@ -34,7 +34,7 @@ buildPythonPackage { ]; nativeCheckInputs = [ pytestCheckHook ]; pythonImportCheck = "geoparquet"; pythonImportsCheck = [ "geoparquet" ]; doCheck = false; # no tests Loading pkgs/development/python-modules/pyairports/default.nix +1 −1 Original line number Diff line number Diff line Loading @@ -19,7 +19,7 @@ buildPythonPackage rec { doCheck = false; pythonImportChecks = [ "pyairports" ]; pythonImportsCheck = [ "pyairports" ]; meta = with lib; { description = "pyairports is a package which enables airport lookup by 3-letter IATA code."; Loading pkgs/development/python-modules/pyfunctional/default.nix +1 −1 Original line number Diff line number Diff line Loading @@ -34,7 +34,7 @@ buildPythonPackage rec { ]; nativeCheckInputs = [ pytestCheckHook ]; pythonImportCheck = "pyfunctional"; pythonImportsCheck = [ "functional" ]; meta = { description = "Python library for creating data pipelines with chain functional programming"; Loading pkgs/development/python-modules/python-ffmpeg/default.nix +1 −1 Original line number Diff line number Diff line Loading @@ -19,7 +19,7 @@ buildPythonPackage rec { propagatedBuildInputs = [ pyee ]; nativeBuildInputs = [ setuptools-scm ]; pythonImportCheck = [ "ffmpeg" ]; pythonImportsCheck = [ "ffmpeg" ]; meta = { homepage = "https://github.com/jonghwanhyeon/python-ffmpeg"; Loading Loading
pkgs/development/python-modules/geoparquet/default.nix +1 −1 Original line number Diff line number Diff line Loading @@ -34,7 +34,7 @@ buildPythonPackage { ]; nativeCheckInputs = [ pytestCheckHook ]; pythonImportCheck = "geoparquet"; pythonImportsCheck = [ "geoparquet" ]; doCheck = false; # no tests Loading
pkgs/development/python-modules/pyairports/default.nix +1 −1 Original line number Diff line number Diff line Loading @@ -19,7 +19,7 @@ buildPythonPackage rec { doCheck = false; pythonImportChecks = [ "pyairports" ]; pythonImportsCheck = [ "pyairports" ]; meta = with lib; { description = "pyairports is a package which enables airport lookup by 3-letter IATA code."; Loading
pkgs/development/python-modules/pyfunctional/default.nix +1 −1 Original line number Diff line number Diff line Loading @@ -34,7 +34,7 @@ buildPythonPackage rec { ]; nativeCheckInputs = [ pytestCheckHook ]; pythonImportCheck = "pyfunctional"; pythonImportsCheck = [ "functional" ]; meta = { description = "Python library for creating data pipelines with chain functional programming"; Loading
pkgs/development/python-modules/python-ffmpeg/default.nix +1 −1 Original line number Diff line number Diff line Loading @@ -19,7 +19,7 @@ buildPythonPackage rec { propagatedBuildInputs = [ pyee ]; nativeBuildInputs = [ setuptools-scm ]; pythonImportCheck = [ "ffmpeg" ]; pythonImportsCheck = [ "ffmpeg" ]; meta = { homepage = "https://github.com/jonghwanhyeon/python-ffmpeg"; Loading