| Name: | python3-mapbox-earcut |
|---|---|
| Version: | 1.0.1 |
| Release: | 10.el9 |
| Architecture: | aarch64 |
| Group: | Unspecified |
| Size: | 207514 |
| License: | ISC AND BSD-3-Clause |
| RPM: | python3-mapbox-earcut-1.0.1-10.el9.aarch64.rpm |
| Source RPM: | python-mapbox-earcut-1.0.1-10.el9.src.rpm |
| Build Date: | Tue Dec 24 2024 |
| Build Host: | build-ol9-aarch64.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. |
- Add a SourceLicense field
- Assert that %pyproject_files contains a license file
- Remove an obsolete (pre-F36) conditional workaround
- Keep timestamps when converting text file line endings
- 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