Re: [meta-oe][PATCH v2 2/2] python3-pyproj: New recipe for pyproj version 3.3.1


Khem Raj
 

fails to build. Seems to access proj-native libs instead of target proj

On Wed, May 18, 2022 at 10:16 PM Zoltan Boszormenyi via
lists.openembedded.org <zboszor=pr.hu@...> wrote:

From: Zoltán Böszörményi <zboszor@...>

It needs PROJ.4 >= 8.x and the fix for setuptools in oe-core.

Signed-off-by: Zoltán Böszörményi <zboszor@...>
---
.../recipes-devtools/python/python3-pyproj_3.3.1.bb | 13 +++++++++++++
1 file changed, 13 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 000000000..ebef1e74c
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python3-pyproj_3.3.1.bb
@@ -0,0 +1,13 @@
+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 = " proj-native python3-cython-native"
+
+PYPI_PACKAGE = "pyproj"
+
+inherit pypi setuptools3
+
+SRC_URI[sha256sum] = "b3d8e14d91cc95fb3dbc03a9d0588ac58326803eefa5bbb0978d109de3304fbe"
+
+RDEPENDS:${PN} = "${PYTHON_PN}-cython proj"
--
2.36.1



Join {openembedded-devel@lists.openembedded.org to automatically receive all group messages.