From unknown Sat Jun 21 10:46:11 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#76259] [PATCH 0/3] Add python-triangle, python-pandamesh and update gmsh to 4.13.1. Resent-From: Lars Bilke Original-Sender: "Debbugs-submit" Resent-CC: andreas@enge.fr, bavier@posteo.net, sharlatanus@gmail.com, guix-patches@gnu.org Resent-Date: Thu, 13 Feb 2025 09:36:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 76259 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 76259@debbugs.gnu.org Cc: Lars Bilke , Andreas Enge , Eric Bavier , Sharlatan Hellseher X-Debbugs-Original-To: guix-patches@gnu.org X-Debbugs-Original-Xcc: Andreas Enge , Eric Bavier , Sharlatan Hellseher Received: via spool by submit@debbugs.gnu.org id=B.173943931611422 (code B ref -1); Thu, 13 Feb 2025 09:36:02 +0000 Received: (at submit) by debbugs.gnu.org; 13 Feb 2025 09:35:16 +0000 Received: from localhost ([127.0.0.1]:40430 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1tiVcp-0002y7-EH for submit@debbugs.gnu.org; Thu, 13 Feb 2025 04:35:15 -0500 Received: from lists.gnu.org ([2001:470:142::17]:41426) by debbugs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.84_2) (envelope-from ) id 1tiVcn-0002wQ-HR for submit@debbugs.gnu.org; Thu, 13 Feb 2025 04:35:14 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1tiVce-0008Qa-U7 for guix-patches@gnu.org; Thu, 13 Feb 2025 04:35:06 -0500 Received: from mailgate5.ufz.de ([141.65.7.212] helo=mailgate.ufz.de) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1tiVcd-0001lV-1L for guix-patches@gnu.org; Thu, 13 Feb 2025 04:35:04 -0500 Received: from imap.intranet.ufz.de (dcs1.intranet.ufz.de [141.65.125.135]) by mailgate.ufz.de (Mailgate5-UFZ) with ESMTP id 21F6A160369 for ; Thu, 13 Feb 2025 10:34:48 +0100 (CET) MIME-version: 1.0 Content-transfer-encoding: 7BIT Content-type: TEXT/PLAIN Received: from conversion-daemon.imap.intranet.ufz.de by imap.intranet.ufz.de (Oracle Communications Messaging Server 8.0.2.6.20200227 64bit (built Feb 27 2020)) id <0SRM00M00716RW00@imap.intranet.ufz.de> for guix-patches@gnu.org; Thu, 13 Feb 2025 10:34:48 +0100 (CET) Received: from smtp2.ufz.de ([141.65.7.217]) by imap.intranet.ufz.de (Oracle Communications Messaging Server 8.0.2.6.20200227 64bit (built Feb 27 2020)) with ESMTPS id <0SRM00G697XZPQD0@imap.intranet.ufz.de> for guix-patches@gnu.org; Thu, 13 Feb 2025 10:34:47 +0100 (CET) Received: from envinf4.minotaur-alpha.ts.net (unknown [141.65.34.85]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp2.ufz.de (smtp2-UFZ) with ESMTPSA id 2EC5FE0052; Thu, 13 Feb 2025 10:34:47 +0100 (CET) Date: Thu, 13 Feb 2025 10:34:32 +0100 From: Lars Bilke Message-id: X-Mailer: git-send-email 2.46.1 Received-SPF: pass client-ip=141.65.7.212; envelope-from=lars.bilke@ufz.de; helo=mailgate.ufz.de X-Spam_score_int: -41 X-Spam_score: -4.2 X-Spam_bar: ---- X-Spam_report: (-4.2 / 5.0 requ) BAYES_00=-1.9, RCVD_IN_DNSWL_MED=-2.3, RCVD_IN_MSPIKE_H2=0.001, RCVD_IN_VALIDITY_CERTIFIED_BLOCKED=0.001, RCVD_IN_VALIDITY_RPBL_BLOCKED=0.001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: 0.0 (/) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) Added new package python-pandamesh which requires gmsh 4.13.1 and python-triangle. Lars Bilke (3): gnu: gmsh: Update to 4.13.1. gnu: Add python-triangle. gnu: Add python-pandamesh. gnu/packages/geo.scm | 35 +++++++++++++++++++++++++++++++++++ gnu/packages/maths.scm | 4 ++-- gnu/packages/python-xyz.scm | 33 +++++++++++++++++++++++++++++++++ 3 files changed, 70 insertions(+), 2 deletions(-) base-commit: bcce7f8fa8b821b76591b297f61d473c5972e397 -- 2.46.1 From unknown Sat Jun 21 10:46:11 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#76259] [PATCH 1/3] gnu: gmsh: Update to 4.13.1. Resent-From: Lars Bilke Original-Sender: "Debbugs-submit" Resent-CC: andreas@enge.fr, bavier@posteo.net, sharlatanus@gmail.com, guix-patches@gnu.org Resent-Date: Thu, 13 Feb 2025 09:40:07 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 76259 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 76259@debbugs.gnu.org Cc: Lars Bilke , Andreas Enge , Eric Bavier , Sharlatan Hellseher X-Debbugs-Original-Xcc: Andreas Enge , Eric Bavier , Sharlatan Hellseher Received: via spool by 76259-submit@debbugs.gnu.org id=B76259.173943955811999 (code B ref 76259); Thu, 13 Feb 2025 09:40:07 +0000 Received: (at 76259) by debbugs.gnu.org; 13 Feb 2025 09:39:18 +0000 Received: from localhost ([127.0.0.1]:40451 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1tiVgi-00037R-Es for submit@debbugs.gnu.org; Thu, 13 Feb 2025 04:39:18 -0500 Received: from mailgate4.ufz.de ([141.65.7.211]:55450 helo=mailgate.ufz.de) by debbugs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.84_2) (envelope-from ) id 1tiVgf-00036x-8G for 76259@debbugs.gnu.org; Thu, 13 Feb 2025 04:39:14 -0500 Received: from imap.intranet.ufz.de (dcs1.intranet.ufz.de [141.65.125.135]) by mailgate.ufz.de (Mailgate4-UFZ) with ESMTP id 5AD42160330 for <76259@debbugs.gnu.org>; Thu, 13 Feb 2025 10:39:11 +0100 (CET) MIME-version: 1.0 Content-transfer-encoding: 7BIT Content-type: TEXT/PLAIN Received: from conversion-daemon.imap.intranet.ufz.de by imap.intranet.ufz.de (Oracle Communications Messaging Server 8.0.2.6.20200227 64bit (built Feb 27 2020)) id <0SRM00J006HN7O00@imap.intranet.ufz.de> for 76259@debbugs.gnu.org; Thu, 13 Feb 2025 10:39:11 +0100 (CET) Received: from smtp2.ufz.de ([141.65.7.217]) by imap.intranet.ufz.de (Oracle Communications Messaging Server 8.0.2.6.20200227 64bit (built Feb 27 2020)) with ESMTPS id <0SRM00GFM85BPQD0@imap.intranet.ufz.de> for 76259@debbugs.gnu.org; Thu, 13 Feb 2025 10:39:11 +0100 (CET) Received: from envinf4.minotaur-alpha.ts.net (unknown [141.65.34.85]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp2.ufz.de (smtp2-UFZ) with ESMTPSA id 368E5E0052; Thu, 13 Feb 2025 10:39:11 +0100 (CET) Date: Thu, 13 Feb 2025 10:38:41 +0100 From: Lars Bilke In-reply-to: Message-id: <8d238f95ca4c3e86159c7429d90d2e24d4746195.1739439090.git.lars.bilke@ufz.de> X-Mailer: git-send-email 2.46.1 References: X-Spam-Score: 0.0 (/) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) * gnu/packages/maths.scm (gmsh): Update to 4.13.1. Change-Id: Iee56d09055f0803c4f4bc432402dadb3d34bc107 --- gnu/packages/maths.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/maths.scm b/gnu/packages/maths.scm index 4a1637b952..8427b7f6db 100644 --- a/gnu/packages/maths.scm +++ b/gnu/packages/maths.scm @@ -3437,7 +3437,7 @@ (define-public fast-downward (define-public gmsh (package (name "gmsh") - (version "4.11.1") + (version "4.13.1") (source (origin (method git-fetch) @@ -3448,7 +3448,7 @@ (define-public gmsh (string-replace-substring version "." "_"))))) (file-name (git-file-name name version)) (sha256 - (base32 "1d6n7qqj9xpfgh7v5jif565waiqjhahkh21pi5s1vr84y61wxyx8")) + (base32 "16abxhadyyj7890lv6cdfxskg25w105pcpqvb5iwf6a59py8na8y")) (modules '((guix build utils))) (snippet '(delete-file-recursively "contrib/metis")))) -- 2.46.1 From unknown Sat Jun 21 10:46:11 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#76259] [PATCH 2/3] gnu: Add python-triangle. Resent-From: Lars Bilke Original-Sender: "Debbugs-submit" Resent-CC: lars@6xq.net, marius@gnu.org, me@bonfacemunyoki.com, sharlatanus@gmail.com, tanguy@bioneland.org, jgart@dismail.de, guix-patches@gnu.org Resent-Date: Thu, 13 Feb 2025 09:40:12 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 76259 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 76259@debbugs.gnu.org Cc: Lars Bilke , Lars-Dominik Braun , Marius Bakke , Munyoki Kilyungi , Sharlatan Hellseher , Tanguy Le Carrour , jgart X-Debbugs-Original-Xcc: Lars-Dominik Braun , Marius Bakke , Munyoki Kilyungi , Sharlatan Hellseher , Tanguy Le Carrour , jgart Received: via spool by 76259-submit@debbugs.gnu.org id=B76259.173943957912056 (code B ref 76259); Thu, 13 Feb 2025 09:40:12 +0000 Received: (at 76259) by debbugs.gnu.org; 13 Feb 2025 09:39:39 +0000 Received: from localhost ([127.0.0.1]:40456 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1tiVh1-00038J-5f for submit@debbugs.gnu.org; Thu, 13 Feb 2025 04:39:38 -0500 Received: from mailgate5.ufz.de ([141.65.7.212]:33134 helo=mailgate.ufz.de) by debbugs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.84_2) (envelope-from ) id 1tiVgn-00037d-6L for 76259@debbugs.gnu.org; Thu, 13 Feb 2025 04:39:24 -0500 Received: from imap.intranet.ufz.de (dcs1.intranet.ufz.de [141.65.125.135]) by mailgate.ufz.de (Mailgate5-UFZ) with ESMTP id D2BAC16036C for <76259@debbugs.gnu.org>; Thu, 13 Feb 2025 10:39:19 +0100 (CET) MIME-version: 1.0 Content-transfer-encoding: 8BIT Content-type: text/plain; charset=UTF-8 Received: from conversion-daemon.imap.intranet.ufz.de by imap.intranet.ufz.de (Oracle Communications Messaging Server 8.0.2.6.20200227 64bit (built Feb 27 2020)) id <0SRM00J006HN7O00@imap.intranet.ufz.de> for 76259@debbugs.gnu.org; Thu, 13 Feb 2025 10:39:19 +0100 (CET) Received: from smtp2.ufz.de ([141.65.7.217]) by imap.intranet.ufz.de (Oracle Communications Messaging Server 8.0.2.6.20200227 64bit (built Feb 27 2020)) with ESMTPS id <0SRM00GFS85JPQD0@imap.intranet.ufz.de> for 76259@debbugs.gnu.org; Thu, 13 Feb 2025 10:39:19 +0100 (CET) Received: from envinf4.minotaur-alpha.ts.net (unknown [141.65.34.85]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp2.ufz.de (smtp2-UFZ) with ESMTPSA id A3543E0052; Thu, 13 Feb 2025 10:39:19 +0100 (CET) Date: Thu, 13 Feb 2025 10:38:42 +0100 From: Lars Bilke In-reply-to: Message-id: <64d4e2e3b8a474234bd7875dfc2e90e7e53a21b1.1739439090.git.lars.bilke@ufz.de> X-Mailer: git-send-email 2.46.1 References: X-Spam-Score: -2.3 (--) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -3.3 (---) * gnu/packages/python-xyz.scm (python-triangle): New variable. Change-Id: I0bc8f96eaf3c2c7d45277ce2ae54ed3b526f8e15 --- gnu/packages/python-xyz.scm | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 5f359d9c54..dde22ebc27 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -161,6 +161,7 @@ ;;; Copyright © 2025 Jordan Moore ;;; Copyright © 2025 Dariqq ;;; Copyright © 2025 Nguyễn Gia Phong +;;; Copyright © 2025 Lars Bilke ;;; ;;; This file is part of GNU Guix. ;;; @@ -36144,6 +36145,38 @@ (define-public python-pyhull Voronoi diagram.") (license license:expat))) +(define-public python-triangle + (package + (name "python-triangle") + (version "20250106") + (source + (origin + (method git-fetch) + (uri (git-reference + (url "https://github.com/drufat/triangle") + (commit (string-append "v" version)) + (recursive? #t))) + (file-name (git-file-name name version)) + (sha256 + (base32 "1fj8a64k94mibdz5i6zzmlgs0bvsfsa5qns33ppv8wl306yxq1d3")))) + (build-system pyproject-build-system) + (arguments + (list + #:phases #~(modify-phases %standard-phases + (replace 'check + (lambda* (#:key tests? #:allow-other-keys) + (when tests? + (invoke "pytest" "-v"))))))) + (propagated-inputs (list python-numpy)) + (native-inputs (list python-setuptools python-wheel python-pytest)) + (home-page "https://github.com/drufat/triangle") + (synopsis "Python bindings to the triangle library") + (description + "Triangle is a python wrapper around Jonathan Richard +Shewchuk's two-dimensional quality mesh generator and delaunay +triangulator library.") + (license license:lgpl3))) + (define-public python-opcodes ;; There are no tags in this repo, but 'opcodes/__init__.py' specifies a ;; version number, which is what we use here. -- 2.46.1 From unknown Sat Jun 21 10:46:11 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#76259] [PATCH 3/3] gnu: Add python-pandamesh. Resent-From: Lars Bilke Original-Sender: "Debbugs-submit" Resent-CC: andreas@enge.fr, bavier@posteo.net, sharlatanus@gmail.com, guix-patches@gnu.org Resent-Date: Thu, 13 Feb 2025 09:40:17 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 76259 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 76259@debbugs.gnu.org Cc: Lars Bilke , Andreas Enge , Eric Bavier , Sharlatan Hellseher X-Debbugs-Original-Xcc: Andreas Enge , Eric Bavier , Sharlatan Hellseher Received: via spool by 76259-submit@debbugs.gnu.org id=B76259.173943958312074 (code B ref 76259); Thu, 13 Feb 2025 09:40:17 +0000 Received: (at 76259) by debbugs.gnu.org; 13 Feb 2025 09:39:43 +0000 Received: from localhost ([127.0.0.1]:40458 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1tiVh4-00038P-TH for submit@debbugs.gnu.org; Thu, 13 Feb 2025 04:39:42 -0500 Received: from mailgate5.ufz.de ([141.65.7.212]:33140 helo=mailgate.ufz.de) by debbugs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.84_2) (envelope-from ) id 1tiVgs-00037v-Qu for 76259@debbugs.gnu.org; Thu, 13 Feb 2025 04:39:29 -0500 Received: from imap.intranet.ufz.de (dcs1.intranet.ufz.de [141.65.125.135]) by mailgate.ufz.de (Mailgate5-UFZ) with ESMTP id C15B216036C for <76259@debbugs.gnu.org>; Thu, 13 Feb 2025 10:39:25 +0100 (CET) MIME-version: 1.0 Content-transfer-encoding: 7BIT Content-type: TEXT/PLAIN Received: from conversion-daemon.imap.intranet.ufz.de by imap.intranet.ufz.de (Oracle Communications Messaging Server 8.0.2.6.20200227 64bit (built Feb 27 2020)) id <0SRM00J006HN7O00@imap.intranet.ufz.de> for 76259@debbugs.gnu.org; Thu, 13 Feb 2025 10:39:25 +0100 (CET) Received: from smtp2.ufz.de ([141.65.7.217]) by imap.intranet.ufz.de (Oracle Communications Messaging Server 8.0.2.6.20200227 64bit (built Feb 27 2020)) with ESMTPS id <0SRM00GFY85PPQD0@imap.intranet.ufz.de> for 76259@debbugs.gnu.org; Thu, 13 Feb 2025 10:39:25 +0100 (CET) Received: from envinf4.minotaur-alpha.ts.net (unknown [141.65.34.85]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp2.ufz.de (smtp2-UFZ) with ESMTPSA id 93272E0052; Thu, 13 Feb 2025 10:39:25 +0100 (CET) Date: Thu, 13 Feb 2025 10:38:43 +0100 From: Lars Bilke In-reply-to: Message-id: <048a91bda30167d10ed31643fcf0ee6bfc96a1d1.1739439090.git.lars.bilke@ufz.de> X-Mailer: git-send-email 2.46.1 References: X-Spam-Score: -1.6 (-) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -2.6 (--) * gnu/packages/geo.scm (python-pandamesh): New variable. Change-Id: I084c772f859cde3be4d4b611cba6b5420067bbe8 --- gnu/packages/geo.scm | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) diff --git a/gnu/packages/geo.scm b/gnu/packages/geo.scm index d7cef57cde..0070b8a3c1 100644 --- a/gnu/packages/geo.scm +++ b/gnu/packages/geo.scm @@ -1091,6 +1091,41 @@ (define-public python-geopandas require a spatial database such as PostGIS.") (license license:bsd-3))) +(define-public python-pandamesh + (package + (name "python-pandamesh") + (version "0.2.3") + (source + (origin + (method git-fetch) + (uri (git-reference + (url "https://github.com/Deltares/pandamesh") + (commit version))) + (file-name (git-file-name name version)) + (sha256 + (base32 "1gnrxw8zxcdkkqzw08lrmnz946bp507r9zn1djhaxxqjs09yzmqp")))) + (build-system pyproject-build-system) + (arguments + (list + #:phases #~(modify-phases %standard-phases + (replace 'check + (lambda* (#:key tests? #:allow-other-keys) + (when tests? + ;; tests requiring network disabled + (invoke "pytest" "-v" "--ignore=tests/test_data.py"))))))) + (propagated-inputs (list gmsh + python-geopandas + python-matplotlib + python-pooch + python-shapely + python-triangle + python-xarray)) + (native-inputs (list python-hatchling python-pytest)) + (home-page "https://deltares.github.io/pandamesh/") + (synopsis "From geodataframe to mesh") + (description "From geodataframe to mesh.") + (license license:expat))) + (define-public python-overpass (package (name "python-overpass") -- 2.46.1 From unknown Sat Jun 21 10:46:11 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#76259] [PATCH 0/3] Add python-triangle, python-pandamesh and update gmsh to 4.13.1. References: In-Reply-To: Resent-From: Sharlatan Hellseher Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Thu, 13 Feb 2025 10:20:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 76259 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 76259@debbugs.gnu.org Received: via spool by 76259-submit@debbugs.gnu.org id=B76259.173944196622714 (code B ref 76259); Thu, 13 Feb 2025 10:20:02 +0000 Received: (at 76259) by debbugs.gnu.org; 13 Feb 2025 10:19:26 +0000 Received: from localhost ([127.0.0.1]:40743 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1tiWJa-0005uI-3C for submit@debbugs.gnu.org; Thu, 13 Feb 2025 05:19:26 -0500 Received: from mail-wm1-x330.google.com ([2a00:1450:4864:20::330]:55408) by debbugs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.84_2) (envelope-from ) id 1tiWJX-0005ty-5N for 76259@debbugs.gnu.org; Thu, 13 Feb 2025 05:19:24 -0500 Received: by mail-wm1-x330.google.com with SMTP id 5b1f17b1804b1-4394820123dso4009175e9.2 for <76259@debbugs.gnu.org>; Thu, 13 Feb 2025 02:19:23 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20230601; t=1739441956; x=1740046756; darn=debbugs.gnu.org; h=mime-version:message-id:date:subject:to:from:from:to:cc:subject :date:message-id:reply-to; bh=/cQjSIePKk3q2TmtBENmeOY+tiCqUZXTuKmstwc3knM=; b=G2el6JyZ+66eTHwm2QF55qvLN1zA+kKspOVKCALIpa6o+tRH/zxlV6gPnpsgrUcKMW 8V7u/WzuE2kwfHsF8x0BZKFZH4wbAPKWFF5s66V0R3cS3s1W2k949vhKWzkqfiY/Ixrs zQ1jRbArgp1O+QE4L2nk7j4GXiJnpsA9BGJ2pgcHbjX7i2zciHj2s+26TWCfVagHAkDp DCXvCdAT7W+V7THZ0FrMvDL37YCcj7AWPQ/PQC4sMsCpTKI41AXApWGzDsACnCqWMzl2 R6UYIY8q39AjKmm0AaoZSGa+SFRkIzEuv3SJ2SS09r0PTYGpW9D4WShqbGmfCujsPBC7 H7mQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1739441956; x=1740046756; h=mime-version:message-id:date:subject:to:from:x-gm-message-state :from:to:cc:subject:date:message-id:reply-to; bh=/cQjSIePKk3q2TmtBENmeOY+tiCqUZXTuKmstwc3knM=; b=Gp8zMduiatjTWhsu8XkCkpUV3tyc4KgqQSRe08EHq4iB8N34u42q5iokGt8+uYXUXa ob9njMzoC2MI+W9Ugpau462UM+r8eqA/MPTl4CEMTu/5ek7w7Zhevul3sug/2qx+LkDI lf8ZeIecD8t1L/86NAQu4pnAY0KquZnIn2BYubTr243cSLjjsrC+eSucY3uWnNtpeme7 17fiIJxMXZjlYUhPervpxCdtPX1NNCAb4ujwiyZqfPNI3iLsMtIbI0gy/jQT/Mwieml/ hnORnfVIgGLHw2M4LMLXrDwUL1HJb9TdFDlbDhfRJ40AfTLLau3U53hnOlDCpcxgGQCT 9EGQ== X-Gm-Message-State: AOJu0YzhBcXJyC3qztRKoCcPYokPTjDGDEdMwhupenkvlKRvxaIm4Sdg 30oduHknnM4Yd6X7ZfhGDNzOCbVQhuOUsXY0fpKQX5YCNcn9EOHYo2cYjBEW X-Gm-Gg: ASbGncvAUrZ2N4fqMA8alkRGhVFpnX8UD6Gj0vddb9dmJR1NG9GlY+sbRhmgpbqGnEM +wkWf+6Az6LY845en1rs5PgMYHNaV/4pssHvVkSb7HH/bsKzoN00cSdc3hiNEin08L7sAbabSvq SgEbo95cl4GWslJTgQcaJt09hIUdS0VP2cA2kM5zbv63M88vzHn7Nc5GlQ+pvmlqDejMyKN8di4 u1xRBNMOEdURcsfCR6h1fiDm2TNBuHdFYA3D6h4OFg9OGq4mryt9VVmCSKHsr3rk6O2tWixFmWw 2TdTy4X/YcQkUxzJZapFOoT1iD2jCo+orLmVUM6ZyZ9CqwtiB8eP9efQS6IytYMXF5Q= X-Google-Smtp-Source: AGHT+IFhGf2sPTg2Znge6qE6x6wmLfDpBUG4DPdR77KSyakgv6WBR12V/uh7deYrjEfMVh0ub0K20Q== X-Received: by 2002:a05:6000:18ab:b0:38f:2766:758d with SMTP id ffacd0b85a97d-38f276677ddmr1351313f8f.37.1739441955612; Thu, 13 Feb 2025 02:19:15 -0800 (PST) Received: from guxtil (cpc100684-bagu15-2-0-cust967.1-3.cable.virginm.net. [86.8.111.200]) by smtp.gmail.com with ESMTPSA id ffacd0b85a97d-38f258b44a7sm1483912f8f.12.2025.02.13.02.19.14 for <76259@debbugs.gnu.org> (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 13 Feb 2025 02:19:14 -0800 (PST) From: Sharlatan Hellseher Date: Thu, 13 Feb 2025 10:19:10 +0000 Message-ID: <87v7tetae9.fsf@gmail.com> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" X-Spam-Score: 0.0 (/) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) --=-=-= Content-Type: text/plain Hi Lars, Thank you for the patches. I've got some simplification review comments. --8<---------------cut here---------------start------------->8--- + (native-inputs (list python-setuptools python-wheel python-pytest)) --8<---------------cut here---------------end--------------->8--- Please sort alphabetically. --8<---------------cut here---------------start------------->8--- + (list + #:phases #~(modify-phases %standard-phases + (replace 'check + (lambda* (#:key tests? #:allow-other-keys) + (when tests? + (invoke "pytest" "-v"))))))) --8<---------------cut here---------------end--------------->8--- This may be removed as pyproject-build-system tries to detect available test runner e.g. pytest in your case and does all setup within build system flow. --8<---------------cut here---------------start------------->8--- + (arguments + (list + #:phases #~(modify-phases %standard-phases + (replace 'check + (lambda* (#:key tests? #:allow-other-keys) + (when tests? + ;; tests requiring network disabled + (invoke "pytest" "-v" "--ignore=tests/test_data.py"))))))) --8<---------------cut here---------------end--------------->8--- Likewise, you may utiize #:test-flags instead of adding custom phase. --8<---------------cut here---------------start------------->8--- + (source + (origin + (method git-fetch) + (uri (git-reference + (url "https://github.com/drufat/triangle") + (commit (string-append "v" version)) + (recursive? #t))) --8<---------------cut here---------------end--------------->8--- I guess the project contains git submodules, may you double check if may replace them with our own? gmsh is save to be refreshed on master: --8<---------------cut here---------------start------------->8--- guix refresh --list-dependent gmsh Building the following 3 packages would ensure 4 dependent packages are rebuilt: python-pygmsh@7.1.17 openfoam-com@2212 openfoam-org@10.20230119 --8<---------------cut here---------------end--------------->8--- Waiting for v2! -- Oleg --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAEBCgAdFiEEmEeB3micIcJkGAhndtcnv/Ys0rUFAmetxx4ACgkQdtcnv/Ys 0rXRLA//XxtSAZ+hAelVJm8w4yldqCokr4XCI5mzOGAikVvK+BWch1EOotBytOLo sxmfhkWPmhl9yPFFT3l1SNkkZ+iL2P1FnSKZwrhFIS8KkabHts2WE8M9Fatz+jXp 90Xtvpq/g5quBBZzE5Bqk9i5DSw9NQBXYpZQDS6axIuVV8rRXpUIRlc3K1WtloaT 6Wd1DintOEbDZYC1NoiLRMAS8Aaabx5sPOPITV28Aqc7gGZEt9TlyAXR5cC0W8oc NoBTRArF82MIvDNrZ9hVtkQaGhsIJ0Mi1x0ZU7bRVD1EzKv43x7bMrAzNw/QHx13 k4aOpj/42/A0AM7jZmTnk9MGG5auWSGoW9dQDhU6RMzyvGkLvSwmYvMnqE0OanwY 4/CdU9TksgxMWRFmBnhm3Dxq0CebQJxSCgHeOqSjLzkZTHJ58X3Ut42DKiOHTQjR caCwHp7LLzl8b08ll6mCc7vGrMJm/quxTqNfrAi6911sX7hOeeAJuxlfEoenHrnf iiXS5s0M49Ijoqzv4GmRzhh27egk7oqe+SGcfvmbjwz7eZg3VfXih8HEoYvydFqY KmlO/qecQX+FVTJexYOX3WCXcWwO31RMjazZT9HilZx6MLN7zY/ggk5Gy1KZLrCw ns8r5pwPdO5vVaFeJNJH77L/Vpuyw470fvBFKUpK7bdAkMTE6B8= =zXlN -----END PGP SIGNATURE----- --=-=-=-- From unknown Sat Jun 21 10:46:11 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#76259] [PATCH 0/3] Add python-triangle, python-pandamesh and update gmsh to 4.13.1. References: In-Reply-To: Resent-From: Lars Bilke Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Fri, 14 Feb 2025 09:05:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 76259 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 76259@debbugs.gnu.org Cc: Sharlatan Hellseher Received: via spool by 76259-submit@debbugs.gnu.org id=B76259.173952384729548 (code B ref 76259); Fri, 14 Feb 2025 09:05:01 +0000 Received: (at 76259) by debbugs.gnu.org; 14 Feb 2025 09:04:07 +0000 Received: from localhost ([127.0.0.1]:47011 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1tircF-0007gV-HM for submit@debbugs.gnu.org; Fri, 14 Feb 2025 04:04:07 -0500 Received: from mailgate5.ufz.de ([141.65.7.212]:44914 helo=mailgate.ufz.de) by debbugs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.84_2) (envelope-from ) id 1tircD-0007gJ-8R for 76259@debbugs.gnu.org; Fri, 14 Feb 2025 04:04:06 -0500 Received: from imap.intranet.ufz.de (dcs1.intranet.ufz.de [141.65.125.135]) by mailgate.ufz.de (Mailgate5-UFZ) with ESMTP id C91FC16035C; Fri, 14 Feb 2025 10:04:01 +0100 (CET) MIME-version: 1.0 Content-transfer-encoding: 7BIT Content-type: text/plain; markup=markdown Received: from conversion-daemon.imap.intranet.ufz.de by imap.intranet.ufz.de (Oracle Communications Messaging Server 8.0.2.6.20200227 64bit (built Feb 27 2020)) id <0SRO0060012HAH00@imap.intranet.ufz.de>; Fri, 14 Feb 2025 10:04:01 +0100 (CET) Received: from smtp1.ufz.de ([141.65.7.216]) by imap.intranet.ufz.de (Oracle Communications Messaging Server 8.0.2.6.20200227 64bit (built Feb 27 2020)) with ESMTPS id <0SRO000X816PGSD0@imap.intranet.ufz.de>; Fri, 14 Feb 2025 10:04:01 +0100 (CET) Received: from [100.99.158.7] (unknown [141.65.34.101]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp1.ufz.de (smtp1-UFZ) with ESMTPSA id 7FCA48007A; Fri, 14 Feb 2025 10:04:01 +0100 (CET) Date: Fri, 14 Feb 2025 10:04:01 +0100 From: Lars Bilke Message-id: <2AC5E454-FEEE-4E11-A58A-039B452A8B5B@ufz.de> X-Mailer: MailMate (2.0r6203) X-Spam-Score: -2.3 (--) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -3.3 (---) Dear Oleg, thanks a lot for your helpful review! Unfortunately, I have to retract the patches for python-triangle and python-pandamesh: Although python-triangle is LGPL licensed, it wraps Jonathan Richard Shewchuks triangle library, which has a proprietary non-commercial license: --8<---------------cut here---------------start------------->8--- These programs may be freely redistributed under the condition that the copyright notices (including the copy of this notice in the code comments and the copyright notice printed when the `-h' switch is selected) are not removed, and no compensation is received. Private, research, and institutional use is free. You may distribute modified versions of this code UNDER THE CONDITION THAT THIS CODE AND ANY MODIFICATIONS MADE TO IT IN THE SAME FILE REMAIN UNDER COPYRIGHT OF THE ORIGINAL AUTHOR, BOTH SOURCE AND OBJECT CODE ARE MADE FREELY AVAILABLE WITHOUT CHARGE, AND CLEAR NOTICE IS GIVEN OF THE MODIFICATIONS. Distribution of this code as part of a commercial system is permissible ONLY BY DIRECT ARRANGEMENT WITH THE AUTHOR. (If you are not directly supplying this code to a customer, and you are instead telling them how they can obtain it for free, then you are not required to make any arrangement with me.) --8<---------------cut here---------------end--------------->8--- So I think this is not suited for Guix. Feel free to merge the gmsh update commit and close this issue. Sincerely, Lars From unknown Sat Jun 21 10:46:11 2025 MIME-Version: 1.0 X-Mailer: MIME-tools 5.505 (Entity 5.505) X-Loop: help-debbugs@gnu.org From: help-debbugs@gnu.org (GNU bug Tracking System) To: Lars Bilke Subject: bug#76259: closed ([PATCH 0/3] Add python-triangle, python-pandamesh and update gmsh to 4.13.1.) Message-ID: References: <875xlcu6kz.fsf@gmail.com> X-Gnu-PR-Message: they-closed 76259 X-Gnu-PR-Package: guix-patches X-Gnu-PR-Keywords: patch Reply-To: 76259@debbugs.gnu.org Date: Fri, 14 Feb 2025 11:09:02 +0000 Content-Type: multipart/mixed; boundary="----------=_1739531342-32130-1" This is a multi-part message in MIME format... ------------=_1739531342-32130-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Your bug report #76259: [PATCH 0/3] Add python-triangle, python-pandamesh and update gmsh t= o 4.13.1. which was filed against the guix-patches package, has been closed. The explanation is attached below, along with your original report. If you require more details, please reply to 76259@debbugs.gnu.org. --=20 76259: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D76259 GNU Bug Tracking System Contact help-debbugs@gnu.org with problems ------------=_1739531342-32130-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at 76259-done) by debbugs.gnu.org; 14 Feb 2025 11:08:39 +0000 Received: from localhost ([127.0.0.1]:47293 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1titYl-0008LU-AK for submit@debbugs.gnu.org; Fri, 14 Feb 2025 06:08:39 -0500 Received: from mail-wm1-x333.google.com ([2a00:1450:4864:20::333]:56738) by debbugs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.84_2) (envelope-from ) id 1titYi-0008LB-Ga for 76259-done@debbugs.gnu.org; Fri, 14 Feb 2025 06:08:37 -0500 Received: by mail-wm1-x333.google.com with SMTP id 5b1f17b1804b1-43948021a45so20040735e9.1 for <76259-done@debbugs.gnu.org>; Fri, 14 Feb 2025 03:08:36 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20230601; t=1739531310; x=1740136110; darn=debbugs.gnu.org; h=mime-version:message-id:date:subject:to:from:from:to:cc:subject :date:message-id:reply-to; bh=qJSjOW6oP0A+kefDKp+k+luvBVAJq5t5Di6+7Ruv7UU=; b=nIsnDn6G59a9Zh6Q2LJxmIpyB/8TpvhTzhxQv7ZPb/Up3g8YY28lZSTKqjiXrNVhRJ nkpHuJzIKPx00gCBVWF9A2VDt1GvUVqMQ5Cs5GWMM6JDIK4kZMAfni9MHM44rN55k9s1 emKYkrDaAeA1qlItQj+DbLdUCtuXVRG8Yw32ViAKk+LKC3aOmX1BFx7kKoEXKV+EY0VJ x6Dpcq2Sf6IgDWfFZHGUz4I7YBz+sADiudmAI2xaEOlwN33bs/XTtk77/azN3sxeNM5F FvcXkOG4EE7eocc4yr4Z/0NAltdF0XUVQrAX0HW2TkzsrTSbSSPVN0On1eDh/fKUXrqk cv/w== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1739531310; x=1740136110; h=mime-version:message-id:date:subject:to:from:x-gm-message-state :from:to:cc:subject:date:message-id:reply-to; bh=qJSjOW6oP0A+kefDKp+k+luvBVAJq5t5Di6+7Ruv7UU=; b=CeuOqi9tq1nGEhurWBpoK0fyV9CI12WyxUjSc66DTYfThMMPEuKx7VZ1CpQdZpS4tv +nouSgPywz/Y20g6Eu4WsAHmiLfsiJGGW4RqlzlwhzwWebL0WoJwkMisaAEe9m/ld8BZ JZQQvHHF7sf3iScN/DxTyeg5iK0VCvLH6YmmfDnuIXQ1he5RX0skdkJhbkDRNCPuEYi6 a2Bqy1yfE8A8oM+pKxJcMYKHpwqZXpgYg2y2yPGdiRn0lKKPNhBUqNQLgzq79vS4myyn 4nNQwPx4YYRdJIAoaLdcSMJAtywLtsHK+zPsrXFzEnrTGjALRNNflKq3UzgF7FcRo5yI QVHA== X-Gm-Message-State: AOJu0YwwqFTerEHUw81E5KUzi/D3kflcGB6hjC5pgiAYb3bOw0esybm7 4BrBbCgF02YeTdm+rj1ces9BLBUZ7VQcedN8LZyhYcn9TMQXGxn+7yFv2QlL X-Gm-Gg: ASbGncsUQp2Z/swL8DdP+uydB7v2sFJHgg7CawOjEYfCqvF7NCWfZAO/AWhc0bJbz5s OV35IGcWT21XUOhkjaX4TUQw6PKMxebwnv2FRCN04DpC8oyt9GB4xBUAEIRf6S6UsTk71+Rn7qP 6rDi3oVehvcZQCq42+AQX3xR3b/AE70yt3Igc/8D/xXoFGTEXDUHP5X3CyBuZM7r5DacuhypLdB CGOe9ioebH1IvYKqBspaXX8adjqLyU7qEbBvrTHqZNoZ21svonArHm7Ks2RxKzLR3VMPq09dCJu yjFFN9y3br4LT645nSMmQxO4NMHS9oi5nMXuqjIwVl2uE1K2LGJzJZQn8Qn0uavIIhU= X-Google-Smtp-Source: AGHT+IGR7w7ICG6k8C2NamAV4M2S9sqW+33vl8/2T82YpCM3Pc7g4YLeWHYGNGYCiCTA6lv4KAm9yg== X-Received: by 2002:a5d:5f8b:0:b0:38f:30a3:51fe with SMTP id ffacd0b85a97d-38f30a354efmr1275517f8f.42.1739531310003; Fri, 14 Feb 2025 03:08:30 -0800 (PST) Received: from guxtil (cpc100684-bagu15-2-0-cust967.1-3.cable.virginm.net. [86.8.111.200]) by smtp.gmail.com with ESMTPSA id ffacd0b85a97d-38f259d5e92sm4393291f8f.66.2025.02.14.03.08.29 for <76259-done@debbugs.gnu.org> (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 14 Feb 2025 03:08:29 -0800 (PST) From: Sharlatan Hellseher To: 76259-done@debbugs.gnu.org Subject: [PATCH 0/3] Add python-triangle, python-pandamesh and update gmsh to 4.13.1. Date: Fri, 14 Feb 2025 11:08:28 +0000 Message-ID: <875xlcu6kz.fsf@gmail.com> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 76259-done X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) --=-=-= Content-Type: text/plain Hi Lars, I've pushed gmsh update after it built succefully on my machine: --8<---------------cut here---------------start------------->8--- > ./pre-inst-env guix build gmsh /gnu/store/p3zgbzgv7gvzj3f2gzfv0b04g7w16dzg-gmsh-4.13.1 --8<---------------cut here---------------end--------------->8--- Pushed to master as 3a916935311568b742d734cf76be8a45737f9382. --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAEBCgAdFiEEmEeB3micIcJkGAhndtcnv/Ys0rUFAmevJCwACgkQdtcnv/Ys 0rUNdBAAj3XDd39odUsi1uWh4U10zP0XU4MMnADNf2aU/dZpucbl6kuqeIlNSanh yvmT43swm6+UYPDB1+F6XDHBYswVVaiEAhTTZxGaQdq3zALAAsQUEhY48Q1kNRq5 KWUpL4LQFqzsSeVHSEoL7YDlaJPRlba0V7qVpuKS+uRFS+lJUBZQpkZDXEVxSAbo PfNf7ooi4OxR4SaNMU+T3XcYN0Kf+4PMnz2f8Bja/djHntQo3miRFYnfGmpGGLdU TM/2QLKJdeSzyJlswGZ1nYLljof0Bp/zWDu1r2Uf2CYDs4AoyHk4v56mVaG4Z2cH Txj2RoAaTdAiaF/v0fMocmx99yODezuzx+nI2eAEDIlgRlJ5/NmHJVWtj8UeaqfE +IQKhBi/4Ecvh8rdzBQASNNSe/6jWomQWpQYEt51kM6xm0IWrPgF37Gkyw3a5Ngf GM/HTsMeXX9dhSh8X8nuODMrTUsrCdYotsozjbsJYl60rwa+SdlnYNaeXQtWRM2b b4I/tdRc2FrsdzGH/9/EN6YMe1xbdAOj0jQAt1Jv5n24Yp+FfLUWzbfHPyCkfvdh RCj6H8OeovfwK4XAidTlSFwXbtSmVdYSi2jDx0hmfO4Po0octK+c+KViB8aegGba hZNciNfDFfujNyrxw9hOXHpJV+rW3f9uz4KlEKnyU0G41G/lqz0= =DPah -----END PGP SIGNATURE----- --=-=-=-- ------------=_1739531342-32130-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at submit) by debbugs.gnu.org; 13 Feb 2025 09:35:16 +0000 Received: from localhost ([127.0.0.1]:40430 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1tiVcp-0002y7-EH for submit@debbugs.gnu.org; Thu, 13 Feb 2025 04:35:15 -0500 Received: from lists.gnu.org ([2001:470:142::17]:41426) by debbugs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.84_2) (envelope-from ) id 1tiVcn-0002wQ-HR for submit@debbugs.gnu.org; Thu, 13 Feb 2025 04:35:14 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1tiVce-0008Qa-U7 for guix-patches@gnu.org; Thu, 13 Feb 2025 04:35:06 -0500 Received: from mailgate5.ufz.de ([141.65.7.212] helo=mailgate.ufz.de) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1tiVcd-0001lV-1L for guix-patches@gnu.org; Thu, 13 Feb 2025 04:35:04 -0500 Received: from imap.intranet.ufz.de (dcs1.intranet.ufz.de [141.65.125.135]) by mailgate.ufz.de (Mailgate5-UFZ) with ESMTP id 21F6A160369 for ; Thu, 13 Feb 2025 10:34:48 +0100 (CET) MIME-version: 1.0 Content-transfer-encoding: 7BIT Content-type: TEXT/PLAIN Received: from conversion-daemon.imap.intranet.ufz.de by imap.intranet.ufz.de (Oracle Communications Messaging Server 8.0.2.6.20200227 64bit (built Feb 27 2020)) id <0SRM00M00716RW00@imap.intranet.ufz.de> for guix-patches@gnu.org; Thu, 13 Feb 2025 10:34:48 +0100 (CET) Received: from smtp2.ufz.de ([141.65.7.217]) by imap.intranet.ufz.de (Oracle Communications Messaging Server 8.0.2.6.20200227 64bit (built Feb 27 2020)) with ESMTPS id <0SRM00G697XZPQD0@imap.intranet.ufz.de> for guix-patches@gnu.org; Thu, 13 Feb 2025 10:34:47 +0100 (CET) Received: from envinf4.minotaur-alpha.ts.net (unknown [141.65.34.85]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp2.ufz.de (smtp2-UFZ) with ESMTPSA id 2EC5FE0052; Thu, 13 Feb 2025 10:34:47 +0100 (CET) Date: Thu, 13 Feb 2025 10:34:32 +0100 From: Lars Bilke Subject: [PATCH 0/3] Add python-triangle, python-pandamesh and update gmsh to 4.13.1. To: guix-patches@gnu.org Message-id: X-Mailer: git-send-email 2.46.1 X-Debbugs-Cc: Andreas Enge , Eric Bavier , Sharlatan Hellseher Received-SPF: pass client-ip=141.65.7.212; envelope-from=lars.bilke@ufz.de; helo=mailgate.ufz.de X-Spam_score_int: -41 X-Spam_score: -4.2 X-Spam_bar: ---- X-Spam_report: (-4.2 / 5.0 requ) BAYES_00=-1.9, RCVD_IN_DNSWL_MED=-2.3, RCVD_IN_MSPIKE_H2=0.001, RCVD_IN_VALIDITY_CERTIFIED_BLOCKED=0.001, RCVD_IN_VALIDITY_RPBL_BLOCKED=0.001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: submit Cc: Lars Bilke X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) Added new package python-pandamesh which requires gmsh 4.13.1 and python-triangle. Lars Bilke (3): gnu: gmsh: Update to 4.13.1. gnu: Add python-triangle. gnu: Add python-pandamesh. gnu/packages/geo.scm | 35 +++++++++++++++++++++++++++++++++++ gnu/packages/maths.scm | 4 ++-- gnu/packages/python-xyz.scm | 33 +++++++++++++++++++++++++++++++++ 3 files changed, 70 insertions(+), 2 deletions(-) base-commit: bcce7f8fa8b821b76591b297f61d473c5972e397 -- 2.46.1 ------------=_1739531342-32130-1--