summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-geomet_1.1.0.bb
Commit message (Collapse)AuthorAgeFilesLines
* python3-geomet: Switch to setuptools_build_meta build backendDimitri Bouras2024-07-181-6/+2
| | | | | | | | | | | | | 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>
* remove obsolete PIP_INSTALL_PACKAGE and PIP_INSTALL_DIST_PATHalperak2024-03-091-1/+0
| | | | | | | 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>
* meta-python: drop ${PYTHON_PN}Tim Orling2024-02-191-6/+6
| | | | | | | 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>
* python3-geomet: upgrade 1.0.0 -> 1.1.0Wang Mingyu2023-11-171-0/+25
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>