GNU bug report logs -
#54869
[PATCH 0/5] gnu: python-vedo: Update to 2022.2.0 and sanity-check failures.
Previous Next
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
Your message dated Fri, 06 May 2022 15:11:33 +0200
with message-id <878rre4xh6.fsf_-_ <at> 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 5/5] gnu: python-vedo: Update to 2022.2.0.
to be marked as done.
(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)
--
54869: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=54869
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
* gnu/packages/python-science.scm (python-vedo): Update to 2022.2.0.
[propagated-inputs]: Add python-deprecated.
---
gnu/packages/python-science.scm | 9 +++++----
1 file changed, 5 insertions(+), 4 deletions(-)
diff --git a/gnu/packages/python-science.scm b/gnu/packages/python-science.scm
index 3afaa0efc2..f5fcdae613 100644
--- a/gnu/packages/python-science.scm
+++ b/gnu/packages/python-science.scm
@@ -858,17 +858,17 @@ (define-public python-upsetplot
(define-public python-vedo
(package
(name "python-vedo")
- (version "2021.0.3")
+ (version "2022.2.0")
(source
(origin
(method git-fetch)
(uri (git-reference
(url "https://github.com/marcomusy/vedo")
- (commit version)))
+ (commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
(base32
- "18i3ajh5jzhpc86di15lwh4jv97jhm627ii877sa4yhv6abzjfpn"))))
+ "1hhv4xc4bphhd1zrnf7r6fpf65xvkdqmb1lh51qg1xpv91h2az0h"))))
(build-system python-build-system)
(arguments
`(#:phases
@@ -892,7 +892,8 @@ (define-public python-vedo
(native-inputs ; for python-pkgconfig
(list pkg-config))
(propagated-inputs
- (list python-numpy
+ (list python-deprecated
+ python-numpy
vtk))
(home-page "https://github.com/marcomusy/vedo")
(synopsis
--
2.35.1
[Message part 3 (message/rfc822, inline)]
Hi Paul,
"Paul A. Patience" <paul <at> 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’.
This bug report was last modified 3 years and 109 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.