gnu: python-pyvista: Update to 0.42.3.
* gnu/packages/python-science.scm (python-pyvista): Update to 0.42.3. Signed-off-by: Christopher Baines <mail@cbaines.net>
This commit is contained in:
		
							parent
							
								
									c8312a6d07
								
							
						
					
					
						commit
						4aa6a924b2
					
				
					 1 changed files with 3 additions and 3 deletions
				
			
		| 
						 | 
					@ -1628,7 +1628,7 @@ and aims to provide a similar API and functionality in Python.")
 | 
				
			||||||
(define-public python-pyvista
 | 
					(define-public python-pyvista
 | 
				
			||||||
  (package
 | 
					  (package
 | 
				
			||||||
    (name "python-pyvista")
 | 
					    (name "python-pyvista")
 | 
				
			||||||
    (version "0.39.1")
 | 
					    (version "0.42.3")
 | 
				
			||||||
    (source
 | 
					    (source
 | 
				
			||||||
     ;; The PyPI tarball does not contain the tests.
 | 
					     ;; The PyPI tarball does not contain the tests.
 | 
				
			||||||
     ;; (However, we don't yet actually run the tests.)
 | 
					     ;; (However, we don't yet actually run the tests.)
 | 
				
			||||||
| 
						 | 
					@ -1639,7 +1639,7 @@ and aims to provide a similar API and functionality in Python.")
 | 
				
			||||||
             (commit (string-append "v" version))))
 | 
					             (commit (string-append "v" version))))
 | 
				
			||||||
       (file-name (git-file-name name version))
 | 
					       (file-name (git-file-name name version))
 | 
				
			||||||
       (sha256
 | 
					       (sha256
 | 
				
			||||||
        (base32 "00nij00z5r35f6dx7mwndsrpmiw43adjk8x35mk308c369ylbv9p"))))
 | 
					        (base32 "1qxq0y0hc72hb60w3qq48fma8l6ffz7bdm75ymn1020bvfqrm1s4"))))
 | 
				
			||||||
    (build-system python-build-system)
 | 
					    (build-system python-build-system)
 | 
				
			||||||
    (propagated-inputs
 | 
					    (propagated-inputs
 | 
				
			||||||
     (list python-imageio
 | 
					     (list python-imageio
 | 
				
			||||||
| 
						 | 
					@ -1658,7 +1658,7 @@ and aims to provide a similar API and functionality in Python.")
 | 
				
			||||||
         (delete 'check)
 | 
					         (delete 'check)
 | 
				
			||||||
         ;; Disable the sanity check, which fails with the following error:
 | 
					         ;; Disable the sanity check, which fails with the following error:
 | 
				
			||||||
         ;;
 | 
					         ;;
 | 
				
			||||||
         ;;   ...checking requirements: ERROR: pyvista==0.39.1 DistributionNotFound(Requirement.parse('vtk'), {'pyvista'})
 | 
					         ;;   ...checking requirements: ERROR: pyvista==0.42.3 DistributionNotFound(Requirement.parse('vtk'), {'pyvista'})
 | 
				
			||||||
         (delete 'sanity-check))))
 | 
					         (delete 'sanity-check))))
 | 
				
			||||||
    (home-page "https://docs.pyvista.org/")
 | 
					    (home-page "https://docs.pyvista.org/")
 | 
				
			||||||
    (synopsis "3D plotting and mesh analysis through VTK")
 | 
					    (synopsis "3D plotting and mesh analysis through VTK")
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue