python3Packages.pyproj: alphabetical re-ordering of function parameters

(cherry picked from commit 428940aa9a)
This commit is contained in:
Ivan Mincik 2024-06-03 13:23:43 +02:00 committed by github-actions[bot]
parent 027329f5d3
commit 8e2f5bb604

View File

@ -3,17 +3,17 @@
buildPythonPackage, buildPythonPackage,
fetchFromGitHub, fetchFromGitHub,
fetchpatch, fetchpatch,
python, pytestCheckHook,
proj,
pythonOlder, pythonOlder,
substituteAll, substituteAll,
cython,
pytestCheckHook,
mock,
certifi, certifi,
cython,
mock,
numpy, numpy,
shapely,
pandas, pandas,
proj,
shapely,
xarray, xarray,
}: }:
@ -51,11 +51,11 @@ buildPythonPackage rec {
propagatedBuildInputs = [ certifi ]; propagatedBuildInputs = [ certifi ];
nativeCheckInputs = [ nativeCheckInputs = [
pytestCheckHook
mock mock
numpy numpy
shapely
pandas pandas
pytestCheckHook
shapely
xarray xarray
]; ];