python-mapbox-earcut 1.0.1-3 source package in Ubuntu

Changelog

python-mapbox-earcut (1.0.1-3) unstable; urgency=medium

  * Make package cross-buildable
  * Bump Standards-Version to 4.6.2

 -- Timo Röhling <email address hidden>  Sun, 18 Jun 2023 22:54:00 +0200

Upload details

Uploaded by:
Debian Math Team
Uploaded to:
Sid
Original maintainer:
Debian Math Team
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Mantic release universe misc

Downloads

File Size SHA-256 Checksum
python-mapbox-earcut_1.0.1-3.dsc 2.5 KiB 642a8dd660e53722e7f8d7adcf23897dc5b05dc7fdbfb89943181cbc55870c01
python-mapbox-earcut_1.0.1.orig.tar.gz 11.5 KiB 88b439b7623c8dc81eec33281254b0b508bb2a0e0e8b82cb68f4c7c0c4208b0e
python-mapbox-earcut_1.0.1-3.debian.tar.xz 2.1 KiB 5c5628bd2215e7404d9b58085d9451c26932ebfc5c636d7decc6ca43f9d2cb2e

No changes file available.

Binary packages built by this source

python3-mapbox-earcut: Python bindings for the Mapbox Earcut library

 The Mapbox Earcut 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.
 .
 This package provides Python 3 bindings.

python3-mapbox-earcut-dbgsym: debug symbols for python3-mapbox-earcut