Loading pkgs/development/python-modules/rasterio/default.nix +10 −0 Original line number Diff line number Diff line Loading @@ -5,6 +5,7 @@ , pytestCheckHook , pythonOlder , stdenv , testers , affine , attrs Loading @@ -26,6 +27,8 @@ , shapely , snuggs , wheel , rasterio # required to run version test }: buildPythonPackage rec { Loading Loading @@ -106,6 +109,7 @@ buildPythonPackage rec { postInstall = '' wrapPythonProgramsIn "$out/bin" "$out $setuptoolsPythonPath" ''; doCheck = true; preCheck = '' Loading @@ -130,6 +134,12 @@ buildPythonPackage rec { "rasterio" ]; passthru.tests.version = testers.testVersion { package = rasterio; version = version; command = "${rasterio}/bin/rio --version"; }; meta = with lib; { description = "Python package to read and write geospatial raster data"; mainProgram = "rio"; Loading Loading
pkgs/development/python-modules/rasterio/default.nix +10 −0 Original line number Diff line number Diff line Loading @@ -5,6 +5,7 @@ , pytestCheckHook , pythonOlder , stdenv , testers , affine , attrs Loading @@ -26,6 +27,8 @@ , shapely , snuggs , wheel , rasterio # required to run version test }: buildPythonPackage rec { Loading Loading @@ -106,6 +109,7 @@ buildPythonPackage rec { postInstall = '' wrapPythonProgramsIn "$out/bin" "$out $setuptoolsPythonPath" ''; doCheck = true; preCheck = '' Loading @@ -130,6 +134,12 @@ buildPythonPackage rec { "rasterio" ]; passthru.tests.version = testers.testVersion { package = rasterio; version = version; command = "${rasterio}/bin/rio --version"; }; meta = with lib; { description = "Python package to read and write geospatial raster data"; mainProgram = "rio"; Loading