mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-02 02:42:56 +02:00
python3-shapely: update to 2.1.1.
This commit is contained in:
parent
2c1f64cd4d
commit
afec9bc59e
1 changed files with 3 additions and 3 deletions
|
@ -1,19 +1,19 @@
|
||||||
# Template file for 'python3-shapely'
|
# Template file for 'python3-shapely'
|
||||||
pkgname=python3-shapely
|
pkgname=python3-shapely
|
||||||
version=2.0.6
|
version=2.1.1
|
||||||
revision=1
|
revision=1
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
build_helper=numpy
|
build_helper=numpy
|
||||||
hostmakedepends="python3-setuptools python3-Cython geos"
|
hostmakedepends="python3-setuptools python3-Cython geos"
|
||||||
makedepends="python3-devel python3-numpy geos-devel"
|
makedepends="python3-devel python3-numpy geos-devel"
|
||||||
depends="python3"
|
depends="python3-numpy"
|
||||||
checkdepends="python3-pytest-xdist"
|
checkdepends="python3-pytest-xdist"
|
||||||
short_desc="Library for manipulation and analysis of geometric objects for Python3"
|
short_desc="Library for manipulation and analysis of geometric objects for Python3"
|
||||||
maintainer="Karl Nilsson <karl.robert.nilsson@gmail.com>"
|
maintainer="Karl Nilsson <karl.robert.nilsson@gmail.com>"
|
||||||
license="BSD-3-Clause"
|
license="BSD-3-Clause"
|
||||||
homepage="https://github.com/shapely/shapely"
|
homepage="https://github.com/shapely/shapely"
|
||||||
distfiles="https://github.com/shapely/shapely/archive/${version}.tar.gz"
|
distfiles="https://github.com/shapely/shapely/archive/${version}.tar.gz"
|
||||||
checksum=71f1830bd1aa42d0493c8beb48c2e80712450af43376af4ba3bf40f0d9064120
|
checksum=72875ca3b490eff704d91e2aba31f21228ea1fe361d540bd455c6523255992c2
|
||||||
|
|
||||||
pre_configure() {
|
pre_configure() {
|
||||||
if [ "$CROSS_BUILD" ]; then
|
if [ "$CROSS_BUILD" ]; then
|
||||||
|
|
Loading…
Add table
Reference in a new issue