This repository has been archived by the owner on Nov 27, 2024. It is now read-only.
generated from nix-community/nur-packages-template
-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #477 from imincik/weekly-update-2024.17
pkgs: weekly update (weekly-update-2024.17)
- Loading branch information
Showing
7 changed files
with
80 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
diff --git b/pkgs/fiona/default.nix a/pkgs/fiona/default.nix | ||
index 35c9b57..e198752 100644 | ||
--- b/pkgs/fiona/default.nix | ||
+++ a/pkgs/fiona/default.nix | ||
@@ -2,7 +2,7 @@ | ||
, buildPythonPackage | ||
, pythonOlder | ||
, fetchFromGitHub | ||
-, cython | ||
+, cython_3 | ||
, gdal | ||
, oldest-supported-numpy | ||
, setuptools | ||
@@ -34,7 +34,7 @@ buildPythonPackage rec { | ||
}; | ||
|
||
nativeBuildInputs = [ | ||
- cython | ||
+ cython_3 | ||
gdal # for gdal-config | ||
oldest-supported-numpy | ||
setuptools |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
diff --git b/pkgs/rasterio/default.nix a/pkgs/rasterio/default.nix | ||
index abf2de3..150fe76 100644 | ||
--- b/pkgs/rasterio/default.nix | ||
+++ a/pkgs/rasterio/default.nix | ||
@@ -13,7 +13,7 @@ | ||
, click | ||
, click-plugins | ||
, cligj | ||
-, cython | ||
+, cython_3 | ||
, gdal | ||
, hypothesis | ||
, ipython | ||
@@ -54,7 +54,7 @@ buildPythonPackage rec { | ||
''; | ||
|
||
nativeBuildInputs = [ | ||
- cython | ||
+ cython_3 | ||
gdal | ||
numpy | ||
setuptools |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
diff --git b/pkgs/shapely/default.nix a/pkgs/shapely/default.nix | ||
index 28f2acd..209cdf3 100644 | ||
--- b/pkgs/shapely/default.nix | ||
+++ a/pkgs/shapely/default.nix | ||
@@ -5,7 +5,7 @@ | ||
, pytestCheckHook | ||
, pythonOlder | ||
|
||
-, cython_0 | ||
+, cython | ||
, geos | ||
, numpy | ||
, oldest-supported-numpy | ||
@@ -26,7 +26,7 @@ buildPythonPackage rec { | ||
}; | ||
|
||
nativeBuildInputs = [ | ||
- cython_0 | ||
+ cython | ||
geos # for geos-config | ||
oldest-supported-numpy | ||
setuptools |