File: control

package info (click to toggle)
python-mapbox-earcut 1.0.3-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 168 kB
  • sloc: cpp: 692; python: 81; makefile: 4
file content (45 lines) | stat: -rw-r--r-- 1,408 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
Source: python-mapbox-earcut
Section: python
Priority: optional
Maintainer: Debian Math Team <team+math@tracker.debian.org>
Uploaders:
 Timo Röhling <roehling@debian.org>,
Build-Depends:
 debhelper-compat (= 13),
 dh-sequence-numpy3,
 dh-sequence-python3,
 cmake,
 libpython3-all-dev,
 pybind11-dev,
 pybuild-plugin-pyproject,
 python3-all-dev:any,
 python3-numpy,
 python3-pybind11,
 python3-pytest <!nocheck>,
 python3-scikit-build-core,
Homepage: https://github.com/skogler/mapbox_earcut_python
Standards-Version: 4.7.0
Rules-Requires-Root: no
Vcs-Git: https://salsa.debian.org/math-team/python-mapbox-earcut.git
Vcs-Browser: https://salsa.debian.org/math-team/python-mapbox-earcut
Testsuite: autopkgtest-pkg-pybuild
Description: 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.

Package: python3-mapbox-earcut
Architecture: any
Multi-Arch: same
Provides:
 ${python3:Provides},
Depends:
 ${misc:Depends},
 ${python3:Depends},
 ${shlibs:Depends},
Description: ${source:Synopsis}
 ${source:Extended-Description}
 .
 This package provides Python 3 bindings.