diff options
| author | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2023-11-12 06:37:09 +0000 |
|---|---|---|
| committer | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2023-11-12 06:37:09 +0000 |
| commit | de2b9a6e346ccf014fdee97e0ec9a1478d5bb120 (patch) | |
| tree | 7827eb14e7c97143671051f91158bac381127c42 /dev-python/shapely/files | |
| parent | 0f69dae335f63d2970a7f293ecd69f103597b6aa (diff) | |
| download | baldeagleos-repo-de2b9a6e346ccf014fdee97e0ec9a1478d5bb120.tar.gz baldeagleos-repo-de2b9a6e346ccf014fdee97e0ec9a1478d5bb120.tar.xz baldeagleos-repo-de2b9a6e346ccf014fdee97e0ec9a1478d5bb120.zip | |
Adding metadata
Diffstat (limited to 'dev-python/shapely/files')
| -rw-r--r-- | dev-python/shapely/files/shapely-2.0.1-cython3.patch | 30 |
1 files changed, 0 insertions, 30 deletions
diff --git a/dev-python/shapely/files/shapely-2.0.1-cython3.patch b/dev-python/shapely/files/shapely-2.0.1-cython3.patch deleted file mode 100644 index 23fb0384e3f4..000000000000 --- a/dev-python/shapely/files/shapely-2.0.1-cython3.patch +++ /dev/null @@ -1,30 +0,0 @@ -https://bugs.gentoo.org/898708 -https://github.com/shapely/shapely/pull/1872 -https://github.com/shapely/shapely/commit/fea6d0351a4422b1f9fefb508db7924981c18e43 - -From fea6d0351a4422b1f9fefb508db7924981c18e43 Mon Sep 17 00:00:00 2001 -From: Joris Van den Bossche <jorisvandenbossche@gmail.com> -Date: Sun, 8 Oct 2023 11:12:28 +0200 -Subject: [PATCH] Fix for cython 3 compatibility (#1872) - ---- a/pyproject.toml -+++ b/pyproject.toml -@@ -1,6 +1,6 @@ - [build-system] - requires = [ -- "Cython~=0.29", -+ "Cython", - "oldest-supported-numpy", - "setuptools>=61.0.0", - ] ---- a/shapely/_geos.pyx -+++ b/shapely/_geos.pyx -@@ -8,7 +8,7 @@ import warnings - from shapely import GEOSException - - --cdef void geos_message_handler(const char* message, void* userdata): -+cdef void geos_message_handler(const char* message, void* userdata) noexcept: - snprintf(<char *>userdata, 1024, "%s", message) - - |
