python3-shapely: update to 1.8.5.post1.
This commit is contained in:
parent
78898ff4bc
commit
92c3445cd7
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'python3-shapely'
|
# Template file for 'python3-shapely'
|
||||||
pkgname=python3-shapely
|
pkgname=python3-shapely
|
||||||
version=1.8.4
|
version=1.8.5.post1
|
||||||
revision=2
|
revision=1
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
build_helper=numpy
|
build_helper=numpy
|
||||||
make_check_target=tests
|
make_check_target=tests
|
||||||
|
@ -14,7 +14,7 @@ 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=e27c49ab0019b9e47bf4f35545b2868af34731e22be755f56f22b5278d3e4efd
|
checksum=51badb76fa13ce1d4d6e5b2cbfef2b6af0ddae56a4449b84c3f3e6f404c6b43c
|
||||||
|
|
||||||
pre_configure() {
|
pre_configure() {
|
||||||
if [ "$CROSS_BUILD" ]; then
|
if [ "$CROSS_BUILD" ]; then
|
||||||
|
|
Loading…
Reference in New Issue