summaryrefslogtreecommitdiff
path: root/dev-python/shapely
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2025-02-16 00:13:18 +0000
committerV3n3RiX <venerix@koprulu.sector>2025-02-16 00:13:18 +0000
commitf2bdc27fe0f79f8f9a3945eb2b1163ce75c56439 (patch)
treedd0f7da0455831dffb2cb662e7dae760f92e68ad /dev-python/shapely
parent770d63f36dbe1722e0ff9ab55eeca49986f01527 (diff)
gentoo auto-resync : 16:02:2025 - 00:13:18
Diffstat (limited to 'dev-python/shapely')
-rw-r--r--dev-python/shapely/Manifest5
-rw-r--r--dev-python/shapely/files/shapely-2.0.2-c99.patch19
-rw-r--r--dev-python/shapely/shapely-2.0.6.ebuild50
-rw-r--r--dev-python/shapely/shapely-2.0.7.ebuild2
4 files changed, 2 insertions, 74 deletions
diff --git a/dev-python/shapely/Manifest b/dev-python/shapely/Manifest
index 86b46d2ccc01..8ec4becb7d63 100644
--- a/dev-python/shapely/Manifest
+++ b/dev-python/shapely/Manifest
@@ -1,6 +1,3 @@
-AUX shapely-2.0.2-c99.patch 654 BLAKE2B 98ac763b8c6170708a3399f4f863d17ebdce9d9979832073c36539ba1d35cfb4388ba6442ea5fe954853c5c0149e80b03024fb915c6b7290eddd1270d078fdbc SHA512 9111c77d76f40c8d2595793091448b4e0d6d0696ce40dcc57d34285e06339e6537f7285aaaa88628302ab03dd591bd8bc1abb0091c5582cc17cf20a59a99986f
-DIST shapely-2.0.6.gh.tar.gz 333201 BLAKE2B 91e5f9552c6b0c33e87e91eebd848fb9a054d963e6e850d541ed65a4ad5b803d4959b1f8f89feb080824cd12299ca1a70ccfe17fb292469a0bd627257d06d1e4 SHA512 fedd3e43b7cdf011f19ab89bd27982520689c34d8c924b684441cefa9543a2feabbf856981f934b5935971fd805aae92fbe70e7414e4c9b5753f30eb750e03e0
DIST shapely-2.0.7.gh.tar.gz 334359 BLAKE2B 3b12cf5d52595bfdfaa2b9b820a9d9e1bc95e18ca43accf5ec2dba2f30ceb9df90c359e360a51c9aa9a8c3121dcf39ad6e54c2a16793f61aa129dfef881a83ae SHA512 78ecb89d6a4fc880582f576bb4674b6a6ed28f863b65a218835badfb5bcb0b290ef87bbd3113b69d44ead7518643d0f8ecf2cd43f0e4b5b19b814dd8835a0107
-EBUILD shapely-2.0.6.ebuild 913 BLAKE2B 89bedf86103acb6005f406874f1b0f42010a23bf1cef6339438e8258a05a0dd56601bd115650b5baba27812e204ae90ccadbc4a24c59c8f7ccfcfe73794fb177 SHA512 86115eec4605fe03bf2746f90db881bb233979a7608454de6a63bc09d2afbcb6c5bfcf5fd61a5c516eb751fe8a160b6de2acaa5cefba1dd28360614af1c11151
-EBUILD shapely-2.0.7.ebuild 865 BLAKE2B 90e2d49aad96049ca585c6d89d7cec792eb1ef7f0b40cd3aacb26355aebd29f7bbdfb1574c7b448654bf42cdc3fc392dcc9c91ea6072d33c80df00e1f3f3e7ec SHA512 0ee569511abc4a6c494257c38fc47e3dc9be9f908d60806477c9e9483a871ddabba8ad1cc0726e5138f2ef00659673d2e2d8acc16a5c20c9c5cc14c72bd3bb35
+EBUILD shapely-2.0.7.ebuild 863 BLAKE2B 2c5271fb3a8187247642c6f21fa683c1280662fdc36f06441f38d678ffc50177c6fe89eb0fb10b53f45cf38691b3382da75692eb2013307c8fcdd16813a2c07a SHA512 c636cecfb3ff119a8a5b557bf186d253a3acc0c34e85a39b7c7fcaf4f0eb34143fa57a58053038f5eede343530aa57bbafeabb051ed54426cd1190718bcf4aa9
MISC metadata.xml 1000 BLAKE2B 9be4c31c417a5660338f479aee97ec224a420cbd1ebd665ff4269a9920e16a5d78b494790bd1450ceb8be0d1228666cb5f7559b76abc669b8a15e61fb683a38a SHA512 044961ebb0caebfdacfd130fa5ed132b3ce59d0f3343c76d394e2e1cd5544bc23d3013e5b206597960f514da0203d59759a115daeab1291b6ce40ca5bdce6c8a
diff --git a/dev-python/shapely/files/shapely-2.0.2-c99.patch b/dev-python/shapely/files/shapely-2.0.2-c99.patch
deleted file mode 100644
index a51fc8883103..000000000000
--- a/dev-python/shapely/files/shapely-2.0.2-c99.patch
+++ /dev/null
@@ -1,19 +0,0 @@
-https://github.com/shapely/shapely/pull/1945
-
-From 9795506bba84e96418466ae84573c0cf8654bbeb Mon Sep 17 00:00:00 2001
-From: "Benjamin A. Beasley" <code@musicinmybrain.net>
-Date: Sun, 3 Dec 2023 11:36:36 -0500
-Subject: [PATCH] Fix incompatible pointer type passed to GEOSPolygonize_r
-
---- a/src/ufuncs.c
-+++ b/src/ufuncs.c
-@@ -2160,7 +2160,7 @@ static void polygonize_func(char** args, const npy_intp* dimensions, const npy_i
-
- GEOS_INIT;
-
-- GEOSGeometry** geoms = malloc(sizeof(void*) * dimensions[1]);
-+ const GEOSGeometry** geoms = malloc(sizeof(void*) * dimensions[1]);
- if (geoms == NULL) {
- errstate = PGERR_NO_MALLOC;
- goto finish;
-
diff --git a/dev-python/shapely/shapely-2.0.6.ebuild b/dev-python/shapely/shapely-2.0.6.ebuild
deleted file mode 100644
index ac8859ac4f41..000000000000
--- a/dev-python/shapely/shapely-2.0.6.ebuild
+++ /dev/null
@@ -1,50 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_EXT=1
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..13} )
-
-inherit distutils-r1
-
-MY_P=${P/_p/.post}
-DESCRIPTION="Geometric objects, predicates, and operations"
-HOMEPAGE="
- https://pypi.org/project/shapely/
- https://github.com/shapely/shapely/
-"
-SRC_URI="
- https://github.com/shapely/shapely/archive/${PV/_p/.post}.tar.gz
- -> ${MY_P}.gh.tar.gz
-"
-S=${WORKDIR}/${MY_P}
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="amd64 arm64 ~x86"
-
-DEPEND="
- dev-python/numpy:=[${PYTHON_USEDEP}]
- >=sci-libs/geos-3.11.4
-"
-RDEPEND="
- ${DEPEND}
-"
-BDEPEND="
- ${DEPEND}
- >=dev-python/cython-0.29.32[${PYTHON_USEDEP}]
- dev-python/packaging[${PYTHON_USEDEP}]
-"
-
-PATCHES=(
- "${FILESDIR}"/${PN}-2.0.2-c99.patch
-)
-
-distutils_enable_tests pytest
-
-python_test() {
- rm -rf shapely || die
- epytest --pyargs shapely
-}
diff --git a/dev-python/shapely/shapely-2.0.7.ebuild b/dev-python/shapely/shapely-2.0.7.ebuild
index e7c3d8a6883a..f1a4ae3c6643 100644
--- a/dev-python/shapely/shapely-2.0.7.ebuild
+++ b/dev-python/shapely/shapely-2.0.7.ebuild
@@ -23,7 +23,7 @@ S=${WORKDIR}/${MY_P}
LICENSE="BSD"
SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~x86"
+KEYWORDS="amd64 arm64 ~x86"
DEPEND="
dev-python/numpy:=[${PYTHON_USEDEP}]