mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2025-12-14 22:35:25 +01:00
python3-pyproj: New recipe for pyproj version 3.3.1
It needs PROJ.4 >= 8.x. Signed-off-by: Zoltán Böszörményi <zboszor@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
parent
31b7025af5
commit
0205d371e0
16
meta-python/recipes-devtools/python/python3-pyproj_3.3.1.bb
Normal file
16
meta-python/recipes-devtools/python/python3-pyproj_3.3.1.bb
Normal file
|
|
@ -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}"
|
||||||
Loading…
Reference in New Issue
Block a user