python3-shapely: update to 2.1.1.

This commit is contained in:
Andrew J. Hesford 2025-07-28 10:25:44 -04:00
parent 2c1f64cd4d
commit afec9bc59e

View file

@ -1,19 +1,19 @@
# Template file for 'python3-shapely'
pkgname=python3-shapely
version=2.0.6
version=2.1.1
revision=1
build_style=python3-module
build_helper=numpy
hostmakedepends="python3-setuptools python3-Cython geos"
makedepends="python3-devel python3-numpy geos-devel"
depends="python3"
depends="python3-numpy"
checkdepends="python3-pytest-xdist"
short_desc="Library for manipulation and analysis of geometric objects for Python3"
maintainer="Karl Nilsson <karl.robert.nilsson@gmail.com>"
license="BSD-3-Clause"
homepage="https://github.com/shapely/shapely"
distfiles="https://github.com/shapely/shapely/archive/${version}.tar.gz"
checksum=71f1830bd1aa42d0493c8beb48c2e80712450af43376af4ba3bf40f0d9064120
checksum=72875ca3b490eff704d91e2aba31f21228ea1fe361d540bd455c6523255992c2
pre_configure() {
if [ "$CROSS_BUILD" ]; then