# Template file for 'python3-pyproj'
pkgname=python3-pyproj
version=3.7.2
revision=2
build_style=python3-pep517
hostmakedepends="python3-Cython python3-setuptools python3-wheel proj"
makedepends="python3-devel proj-devel"
depends="proj python3-certifi"
checkdepends="$depends python3-numpy python3-pytest"
short_desc="Python interface to PROJ"
maintainer="Arjan Mossel <arjanmossel@gmail.com>"
license="MIT"
homepage="https://pyproj4.github.io/pyproj/"
distfiles="https://github.com/pyproj4/pyproj/archive/${version}.tar.gz"
checksum=a13e65d9c3de0b3a7a510746165ed55163924298f2222523d4f381a8ee58fbcf
make_check=no # ModuleNotFoundError github.com/pyproj4/pyproj/issues/1447

post_install() {
	vlicense LICENSE
}
