GNU bug report logs -
#64191
[PATCH] gnu: python-trimesh: Update to 3.22.1.
Previous Next
To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 64191 in the body.
You can then email your comments to 64191 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
guix-patches <at> gnu.org
:
bug#64191
; Package
guix-patches
.
(Tue, 20 Jun 2023 12:03:02 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
"Paul A. Patience" <paul <at> apatience.com>
:
New bug report received and forwarded. Copy sent to
guix-patches <at> gnu.org
.
(Tue, 20 Jun 2023 12:03:02 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/python-science.scm (python-trimesh): Update to 3.22.1.
[arguments]<#:phases>: Update path in 'fix-build' phase.
---
gnu/packages/python-science.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/python-science.scm b/gnu/packages/python-science.scm
index a8e43d96cf..5d840e75ab 100644
--- a/gnu/packages/python-science.scm
+++ b/gnu/packages/python-science.scm
@@ -324,13 +324,13 @@ (define-public python-scikit-optimize
(define-public python-trimesh
(package
(name "python-trimesh")
- (version "3.10.7")
+ (version "3.22.1")
(source
(origin
(method url-fetch)
(uri (pypi-uri "trimesh" version))
(sha256
- (base32 "0bw55cwxlxds0j54naijh64sdb0rkscx4i1fy0ql94h96kw2p2ir"))))
+ (base32 "1ck4dkhz1x6sznd83c1hlvsv2m6d22fr82na0947j5jf47a4c1gl"))))
(build-system python-build-system)
(propagated-inputs
(list python-numpy))
@@ -346,7 +346,7 @@ (define-public python-trimesh
(modify-phases %standard-phases
(add-after 'unpack 'fix-build
(lambda _
- (substitute* "trimesh/resources/templates/blender_boolean.py"
+ (substitute* "trimesh/resources/templates/blender_boolean.py.tmpl"
(("\\$MESH_PRE")
"'$MESH_PRE'")))))))
(home-page "https://github.com/mikedh/trimesh")
base-commit: d884fc9e2efecfba09af4694f5a13ad7fc6f704f
prerequisite-patch-id: 52027b181c066ac91bc56fc0af511a34f3516651
prerequisite-patch-id: 7ddddfb1646020c15a91ff8f00dd2bacc54162c9
prerequisite-patch-id: 7b8261c3b3ee237bfe47e1f478e72e7fd29fd683
prerequisite-patch-id: 44319403f544d47490bc16df6c2e800e1bc2bfeb
prerequisite-patch-id: 4eb92c043f38eea9f487d6460ad6cd751dd51f4b
--
2.40.1
Information forwarded
to
guix-patches <at> gnu.org
:
bug#64191
; Package
guix-patches
.
(Tue, 20 Jun 2023 14:24:02 GMT)
Full text and
rfc822 format available.
Message #8 received at 64191 <at> debbugs.gnu.org (full text, mbox):
Sorry, I didn't realize the prerequisite-patch-id fields were being added to the patch.
Please disregard them, they are unnecessary.
On Tuesday, June 20th, 2023 at 8:01 AM, Paul A. Patience <paul <at> apatience.com> wrote:
> base-commit: d884fc9e2efecfba09af4694f5a13ad7fc6f704f
> prerequisite-patch-id: 52027b181c066ac91bc56fc0af511a34f3516651
> prerequisite-patch-id: 7ddddfb1646020c15a91ff8f00dd2bacc54162c9
> prerequisite-patch-id: 7b8261c3b3ee237bfe47e1f478e72e7fd29fd683
> prerequisite-patch-id: 44319403f544d47490bc16df6c2e800e1bc2bfeb
> prerequisite-patch-id: 4eb92c043f38eea9f487d6460ad6cd751dd51f4b
Best regards,
Paul
bug closed, send any further explanations to
64191 <at> debbugs.gnu.org and "Paul A. Patience" <paul <at> apatience.com>
Request was from
Ludovic Courtès <ludo <at> gnu.org>
to
control <at> debbugs.gnu.org
.
(Sun, 25 Jun 2023 21:42:01 GMT)
Full text and
rfc822 format available.
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Mon, 24 Jul 2023 11:24:14 GMT)
Full text and
rfc822 format available.
This bug report was last modified 2 years and 24 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.