emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#54874: closed ([PATCH 4/5] gnu: python-vedo: Remove input labels.)


From: GNU bug Tracking System
Subject: bug#54874: closed ([PATCH 4/5] gnu: python-vedo: Remove input labels.)
Date: Fri, 06 May 2022 13:12:03 +0000

Your message dated Fri, 06 May 2022 15:11:33 +0200
with message-id <878rre4xh6.fsf_-_@gnu.org>
and subject line Re: bug#54874: [PATCH 4/5] gnu: python-vedo: Remove input 
labels.
has caused the debbugs.gnu.org bug report #54869,
regarding [PATCH 4/5] gnu: python-vedo: Remove input labels.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
54869: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=54869
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH 4/5] gnu: python-vedo: Remove input labels. Date: Tue, 12 Apr 2022 01:22:26 +0000
* gnu/packages/python-science.scm (python-vedo)[inputs]: Remove labels
and sort the inputs.
[propagated-inputs]: Remove labels.
---
 gnu/packages/python-science.scm | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/gnu/packages/python-science.scm b/gnu/packages/python-science.scm
index 4538904b68..3afaa0efc2 100644
--- a/gnu/packages/python-science.scm
+++ b/gnu/packages/python-science.scm
@@ -886,14 +886,14 @@ (define-public python-vedo
                                (invoke "./run_all.sh")))
                            '("common" "dolfin")))))))))
     (inputs        ; for the check phase
-     `(("dolfin" ,fenics)
-       ("pkgconfig" ,python-pkgconfig)
-       ("matplotlib" ,python-matplotlib)))
+     (list fenics
+           python-matplotlib
+           python-pkgconfig))
     (native-inputs ; for python-pkgconfig
      (list pkg-config))
     (propagated-inputs
-     `(("numpy" ,python-numpy)
-       ("vtk" ,vtk)))
+     (list python-numpy
+           vtk))
     (home-page "https://github.com/marcomusy/vedo";)
     (synopsis
      "Analysis and visualization of 3D objects and point clouds")
--
2.35.1





--- End Message ---
--- Begin Message --- Subject: Re: bug#54874: [PATCH 4/5] gnu: python-vedo: Remove input labels. Date: Fri, 06 May 2022 15:11:33 +0200 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/27.2 (gnu/linux)
Hi Paul,

"Paul A. Patience" <paul@apatience.com> skribis:

>   gnu: fenics-dolfin: Honor #:tests? flag.
>   gnu: fenics: Honor #:tests? flag.
>   gnu: fenics: Fix sanity check.
>   gnu: python-vedo: Honor #:tests? flag.
>   gnu: python-vedo: Remove input labels.
>   gnu: python-vedo: Disable sanity check.
>   gnu: python-vedo: Update to 2022.2.0.

Finally applied.  Thank you, and thanks Maxime for reviewing!

Ludo’.


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]