From 7a60fda35c2392ee3fd15cf8d5ed01cb3e8f72ec Mon Sep 17 00:00:00 2001 From: zhengruoqin Date: Tue, 20 Sep 2022 10:30:23 +0800 Subject: python3-pyproj: upgrade 3.3.1 -> 3.4.0 Signed-off-by: Zheng Ruoqin Signed-off-by: Khem Raj --- .../recipes-devtools/python/python3-pyproj_3.3.1.bb | 16 ---------------- .../recipes-devtools/python/python3-pyproj_3.4.0.bb | 16 ++++++++++++++++ 2 files changed, 16 insertions(+), 16 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python3-pyproj_3.3.1.bb create mode 100644 meta-python/recipes-devtools/python/python3-pyproj_3.4.0.bb (limited to 'meta-python/recipes-devtools/python') 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 deleted file mode 100644 index 6085e48b3a..0000000000 --- a/meta-python/recipes-devtools/python/python3-pyproj_3.3.1.bb +++ /dev/null @@ -1,16 +0,0 @@ -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}" diff --git a/meta-python/recipes-devtools/python/python3-pyproj_3.4.0.bb b/meta-python/recipes-devtools/python/python3-pyproj_3.4.0.bb new file mode 100644 index 0000000000..62eceb2c09 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-pyproj_3.4.0.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] = "a708445927ace9857f52c3ba67d2915da7b41a8fdcd9b8f99a4c9ed60a75eb33" + +RDEPENDS:${PN} = "${PYTHON_PN}-certifi proj" + +export PROJ_INCDIR = "${STAGING_INCDIR}" +export PROJ_LIBDIR = "${STAGING_LIBDIR}" -- cgit v1.2.3-54-g00ecf