Loading pkgs/development/python-modules/pvlib/default.nix +4 −6 Original line number Diff line number Diff line Loading @@ -16,7 +16,6 @@ , scipy , setuptools , setuptools-scm , wheel }: buildPythonPackage rec { Loading @@ -31,13 +30,12 @@ buildPythonPackage rec { hash = "sha256-I+y59o4L+wLOF+hARLUh+341NYHlOKMfnq0ETs0ZUL0="; }; nativeBuildInputs = [ build-system = [ setuptools setuptools-scm wheel ]; propagatedBuildInputs = [ dependencies = [ h5py numpy pandas Loading @@ -47,11 +45,11 @@ buildPythonPackage rec { ]; nativeCheckInputs = [ pytestCheckHook pytest-mock pytest-remotedata pytest-rerunfailures pytest-timeout pytestCheckHook requests-mock ]; Loading @@ -60,8 +58,8 @@ buildPythonPackage rec { ]; meta = with lib; { homepage = "https://pvlib-python.readthedocs.io"; description = "Simulate the performance of photovoltaic energy systems"; homepage = "https://pvlib-python.readthedocs.io"; changelog = "https://pvlib-python.readthedocs.io/en/v${version}/whatsnew.html"; license = licenses.bsd3; maintainers = with maintainers; [ jluttine ]; Loading Loading
pkgs/development/python-modules/pvlib/default.nix +4 −6 Original line number Diff line number Diff line Loading @@ -16,7 +16,6 @@ , scipy , setuptools , setuptools-scm , wheel }: buildPythonPackage rec { Loading @@ -31,13 +30,12 @@ buildPythonPackage rec { hash = "sha256-I+y59o4L+wLOF+hARLUh+341NYHlOKMfnq0ETs0ZUL0="; }; nativeBuildInputs = [ build-system = [ setuptools setuptools-scm wheel ]; propagatedBuildInputs = [ dependencies = [ h5py numpy pandas Loading @@ -47,11 +45,11 @@ buildPythonPackage rec { ]; nativeCheckInputs = [ pytestCheckHook pytest-mock pytest-remotedata pytest-rerunfailures pytest-timeout pytestCheckHook requests-mock ]; Loading @@ -60,8 +58,8 @@ buildPythonPackage rec { ]; meta = with lib; { homepage = "https://pvlib-python.readthedocs.io"; description = "Simulate the performance of photovoltaic energy systems"; homepage = "https://pvlib-python.readthedocs.io"; changelog = "https://pvlib-python.readthedocs.io/en/v${version}/whatsnew.html"; license = licenses.bsd3; maintainers = with maintainers; [ jluttine ]; Loading