From f48bc73ab6d08d640c1efb8f8010636d14646ff3 Mon Sep 17 00:00:00 2001 From: Vassilios Grigoriadis Date: Sat, 22 May 2021 16:05:45 +0300 Subject: [PATCH] New package: python3-pyproj-2.5.0_1 --- srcpkgs/python3-pyproj/template | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 srcpkgs/python3-pyproj/template diff --git a/srcpkgs/python3-pyproj/template b/srcpkgs/python3-pyproj/template new file mode 100644 index 000000000000..d84398fad42e --- /dev/null +++ b/srcpkgs/python3-pyproj/template @@ -0,0 +1,27 @@ +# Template file for 'python3-pyproj' +pkgname=python3-pyproj +version=2.5.0 +revision=1 +wrksrc="pyproj-${version}rel" +build_style=python3-module +hostmakedepends="python3-setuptools python3-Cython proj" +makedepends="python3-devel proj-devel python3-numpy + python3-certifi" +# The following line has been commented as 3 test fail +# as they require the test grid files to be downloaded +# In version 7 of proj or later they are retrieved +# automatically from the network when needed if it proj +# is compiled with network enable option. +# checkdepends="python3-pytest python3-mock python3-shapely" +depends="python3 proj python3-numpy python3-certifi" +short_desc="Python interface to PROJ" +maintainer="Vassilios Grigoriadis " +license="MIT" +homepage="https://github.com/pyproj4/pyproj" +distfiles="https://github.com/pyproj4/pyproj/archive/refs/tags/v${version}rel.tar.gz" +checksum=bd3b9a27e3e53e164d6ce4e19f6a81384bbe050829e213119dbabe09efd18ebe +make_check=no + +post_install() { + vlicense LICENSE +}