Commit Graph

4 Commits

Author SHA1 Message Date
Dimitri Bouras
3dbac8240c
python3-geomet: Switch to setuptools_build_meta build backend
As per [1] this seems to be the right backend to use
Switch to pypi fetcher now that 1.1.0 is released

Also see the discussion here [2]

[1] https://github.com/geomet/geomet/blob/master/pyproject.toml#L5
[2] https://github.com/openembedded/meta-openembedded/pull/843

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Reported-by: Dimitri Bouras <dimitrios.bouras@gmail.com>
2024-07-18 10:11:17 -07:00
alperak
fdfd510992
remove obsolete PIP_INSTALL_PACKAGE and PIP_INSTALL_DIST_PATH
All downloaded files and sstates for the recipes were cleaned, build was got from stratch and no errors were encoutered.

Signed-off-by: alperak <alperyasinak1@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-03-09 10:55:23 -08:00
Tim Orling
94c20e1ef4
meta-python: drop ${PYTHON_PN}
python 2 is long unsupported, so we no longer need this variable.

Signed-off-by: Tim Orling <tim.orling@konsulko.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-02-19 23:22:24 -08:00
Wang Mingyu
7f6172eb45
python3-geomet: upgrade 1.0.0 -> 1.1.0
Changelog:
=============
-Move project metadata to pyproject.toml, modify build scripts
-pyproject.toml: include the full README.md as the readme contents
-Remove dependency on six
-Fix geojson to esrijson conversion with custom SRID
-Add explicit support for Python3.11
-docs: Simplify release process, make patch versioning more clear
-Add explicit support for Python3.12

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-11-17 11:38:21 -08:00