mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2025-07-19 15:29:08 +02:00

License-Update: Copyright year updated to 2023. Changelog: ============ DEP: Minimum PROJ version 9.0 (issue #1223) WHL: PROJ 9.2 in wheels (pull #1243) ENH: Add return_back_azimuth: bool to allow compatibility between the azimuth output of the following functions (issue #1163): fwd and fwd_intermediate, inv and inv_intermediate ENH: Added only_best kwarg to Transformer.from_crs() (issue #1228) PERF: Optimize point transformations (pull #1204) REF: Raise error when CRS.to_wkt(), CRS.to_json(), or CRS.to_proj4() returns None (issue #1036) CLN: Remove AzumuthalEquidistantConversion & LambertAzumuthalEqualAreaConversion. AzimuthalEquidistantConversion & LambertAzimuthalEqualAreaConversion should be used instead (pull #1219) BUG: Fix Derived Projected CRS support (issue #1182) BUG: Add horizontal_datum_name for geographic CRS in CRS.to_cf() (issue #1251) BUG: Add datum ensemble support to GeographicCRS (pull #1255) Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
18 lines
608 B
BlitzBasic
18 lines
608 B
BlitzBasic
SUMMARY = "Python interface to PROJ (cartographic projections and coordinate transformations library)"
|
|
LICENSE = "MIT"
|
|
LIC_FILES_CHKSUM = "file://LICENSE;md5=873757af01d2d221eedb422c4c1dd163"
|
|
DEPENDS = "python3-cython proj"
|
|
DEPENDS:append:class-target = " python3-cython-native proj-native"
|
|
|
|
PYPI_PACKAGE = "pyproj"
|
|
|
|
inherit pypi setuptools3
|
|
|
|
SRC_URI[sha256sum] = "9859d1591c1863414d875ae0759e72c2cffc01ab989dc64137fbac572cc81bf6"
|
|
|
|
RDEPENDS:${PN} = "${PYTHON_PN}-certifi proj"
|
|
|
|
export PROJ_INCDIR = "${STAGING_INCDIR}"
|
|
export PROJ_LIBDIR = "${STAGING_LIBDIR}"
|
|
export PROJ_DIR = "${STAGING_BINDIR_NATIVE}/.."
|