From 253dcf943f098cf873c5228004ac479b45742c74 Mon Sep 17 00:00:00 2001 From: Karl Nilsson Date: Wed, 23 Mar 2022 18:09:45 -0400 Subject: [PATCH] python3-shapely: update to 1.8.1. --- srcpkgs/python3-shapely/template | 17 +++++++---------- 1 file changed, 7 insertions(+), 10 deletions(-) diff --git a/srcpkgs/python3-shapely/template b/srcpkgs/python3-shapely/template index 8a1cf7158476..7ca8f0ddd041 100644 --- a/srcpkgs/python3-shapely/template +++ b/srcpkgs/python3-shapely/template @@ -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 " 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/ -}