[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#50505] [PATCH 11/12] gnu: Add python-mapbox-earcut.
From: |
Daniel Meißner |
Subject: |
[bug#50505] [PATCH 11/12] gnu: Add python-mapbox-earcut. |
Date: |
Fri, 10 Sep 2021 13:25:01 +0200 |
* gnu/packages/python-science.scm (python-mapbox-earcut): New variable.
---
gnu/packages/python-xyz.scm | 29 +++++++++++++++++++++++++++++
1 file changed, 29 insertions(+)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 765b3f0a57..00ed032855 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -19079,6 +19079,35 @@ system. Resource loading includes loading of 2D
textures/texture arrays,
shaders and objects/scenes.")
(license license:expat)))
+(define-public python-mapbox-earcut
+ (package
+ (name "python-mapbox-earcut")
+ (version "0.12.10")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (pypi-uri "mapbox_earcut" version))
+ (sha256
+ (base32
+ "0ly48lijgd9inq07x42pfp9c24fn16vn9axpmfwqrkn979krbnah"))))
+ (build-system python-build-system)
+ (propagated-inputs
+ `(("python-numpy" ,python-numpy)))
+ (native-inputs
+ `(("python-pytest" ,python-pytest)
+ ("python-wheel" ,python-wheel)
+ ("setuptools-scm" ,python-setuptools-scm)
+ ("cmake" ,cmake)))
+ (home-page
+ "https://github.com/skogler/mapbox_earcut_python")
+ (synopsis
+ "Python bindings for the Mapbox Earcut C++ polygon triangulation library")
+ (description
+ "The Mapbox Earcut library is a header-only C++ library which provides a
+fast and robust triangulation of 2D polygons. This package provides Python
+bindings for this library.")
+ (license license:isc)))
+
(define-public python-screeninfo
(package
(name "python-screeninfo")
--
2.33.0
- [bug#50505] [PATCH 01/12] gnu: Add python-cloup., (continued)
- [bug#50505] [PATCH 01/12] gnu: Add python-cloup., Daniel Meißner, 2021/09/10
- [bug#50505] [PATCH 06/12] gnu: Add python-multipledispatch., Daniel Meißner, 2021/09/10
- [bug#50505] [PATCH 04/12] gnu: Add python-moderngl., Daniel Meißner, 2021/09/10
- [bug#50505] [PATCH 10/12] gnu: Add python-manimpango., Daniel Meißner, 2021/09/10
- [bug#50505] [PATCH 02/12] gnu: Add python-cloup-0.7., Daniel Meißner, 2021/09/10
- [bug#50505] [PATCH 09/12] gnu: Add python-moderngl-window., Daniel Meißner, 2021/09/10
- [bug#50505] [PATCH 07/12] gnu: Add python-pyrr., Daniel Meißner, 2021/09/10
- [bug#50505] [PATCH 11/12] gnu: Add python-mapbox-earcut.,
Daniel Meißner <=
- [bug#50505] [PATCH 03/12] gnu: Add python-glcontext., Daniel Meißner, 2021/09/10
- [bug#50505] [PATCH 08/12] gnu: Add python-screeninfo., Daniel Meißner, 2021/09/10
- [bug#50505] [PATCH 12/12] gnu: Add python-manim 0.9.0., Daniel Meißner, 2021/09/10
- [bug#50505] [PATCH 05/12] gnu: Add python-pyglet., Daniel Meißner, 2021/09/10
- [bug#50505] [PATCH 01/12] gnu: Add python-cloup., Xinglu Chen, 2021/09/11
- [bug#50505] [PATCH 00/12] gnu: Add python-manim, Liliana Marie Prikler, 2021/09/10