From 0205d371e0d3181fd73cf78951dfc3d34436b6aa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zolt=C3=A1n=20B=C3=B6sz=C3=B6rm=C3=A9nyi?= Date: Wed, 22 Jun 2022 16:17:09 +0200 Subject: [PATCH] python3-pyproj: New recipe for pyproj version 3.3.1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit It needs PROJ.4 >= 8.x. Signed-off-by: Zoltán Böszörményi Signed-off-by: Khem Raj --- .../python/python3-pyproj_3.3.1.bb | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 meta-python/recipes-devtools/python/python3-pyproj_3.3.1.bb diff --git a/meta-python/recipes-devtools/python/python3-pyproj_3.3.1.bb b/meta-python/recipes-devtools/python/python3-pyproj_3.3.1.bb new file mode 100644 index 0000000000..6085e48b3a --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-pyproj_3.3.1.bb @@ -0,0 +1,16 @@ +SUMMARY = "Python interface to PROJ (cartographic projections and coordinate transformations library)" +LICENSE = "MIT" +LIC_FILES_CHKSUM = "file://LICENSE;md5=dc4bb2668871655e24030dfe8d2a7ce7" +DEPENDS = "python3-cython proj" +DEPENDS:append:class-target = " python3-cython-native proj-native" + +PYPI_PACKAGE = "pyproj" + +inherit pypi setuptools3 + +SRC_URI[sha256sum] = "b3d8e14d91cc95fb3dbc03a9d0588ac58326803eefa5bbb0978d109de3304fbe" + +RDEPENDS:${PN} = "${PYTHON_PN}-certifi proj" + +export PROJ_INCDIR = "${STAGING_INCDIR}" +export PROJ_LIBDIR = "${STAGING_LIBDIR}"