Name: | python3-mapbox-earcut |
---|---|
Version: | 1.0.1 |
Release: | 4.el9 |
Architecture: | x86_64 |
Group: | Unspecified |
Size: | 171384 |
License: | ISC AND BSD-3-Clause |
RPM: | python3-mapbox-earcut-1.0.1-4.el9.x86_64.rpm |
Source RPM: | python-mapbox-earcut-1.0.1-4.el9.src.rpm |
Build Date: | Thu Aug 31 2023 |
Build Host: | build-ol9-x86_64.oracle.com |
Vendor: | Oracle America |
URL: | https://github.com/skogler/mapbox_earcut_python |
Summary: | Python bindings to the mapbox earcut C++ library |
Description: | Python bindings for the C++ implementation of the Mapbox Earcut library, which provides very fast and quite robust triangulation of 2D polygons. Original code: earcut.hpp Original description: The library implements a modified ear slicing algorithm, optimized by z-order curve hashing and extended to handle holes, twisted polygons, degeneracies and self-intersections in a way that doesn’t guarantee correctness of triangulation, but attempts to always produce acceptable results for practical data like geographical shapes. |
- Fix Python 3.9/3.11 conflict from pybind11-static BR
- Drop BR on virtual Provides for header-only pybind11 - Fixes FTBFS due to a conflict between Python 3.9 and 3.11 pybind11 packages in EL9; the Python 3.11 one now appears to provide pybind11-static.
- Update License to include header-only dependencies
- Update to 1.0.1 (close RHBZ#2150381)
- Rebuild with earcut-hpp 2.2.4
- Build with -ffp-contract=off - For the underlying C++ library, this fixes certain test failures on aarch64, ppc64le, and s390x. The tests for this package are less “picky” and pass either way.
- Note that License is *SPDX* ISC
- Bump release higher than EPEL9-Next
- Initial package (close RHBZ#2018705)