python3-shapely: update to 1.8.1.

This commit is contained in:
Karl Nilsson 2022-03-23 18:09:45 -04:00 committed by Echo
parent d9de3ff9c4
commit f827922d4e

View file

@ -1,10 +1,11 @@
# Template file for 'python3-shapely'
pkgname=python3-shapely
version=1.8.0
revision=2
wrksrc="Shapely-${version}"
version=1.8.1
revision=1
wrksrc="shapely-${version}"
build_style=python3-module
build_helper=numpy
make_check_target=tests
hostmakedepends="python3-setuptools python3-Cython geos"
makedepends="python3-devel python3-numpy geos-devel"
depends="python3"
@ -12,9 +13,9 @@ checkdepends="python3-pytest"
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/Toblerity/Shapely"
distfiles="https://github.com/Toblerity/Shapely/archive/${version}.tar.gz"
checksum=492d4207b20541e3d0f31c238e07d2f55fe5e00afcfd12390bf55737901fce91
homepage="https://github.com/shapely/shapely"
distfiles="https://github.com/shapely/shapely/archive/${version}.tar.gz"
checksum=daf4d5ceae7d1e4053d96af760377b843787cae0b42e6d9d19eb832204c7c8a4
pre_configure() {
if [ "$CROSS_BUILD" ]; then
@ -29,7 +30,3 @@ pre_configure() {
post_install() {
vlicense LICENSE.txt LICENSE
}
do_check() {
python3 -m pytest tests/
}