gnu: python-threadpoolctl: Update to 3.1.0.
* gnu/packages/machine-learning.scm (python-threadpoolctl): Update to 3.1.0. [build-system]: Use pyproject-build-system. [arguments]: Remove custom 'check phase. [native-inputs]: Add python-flit-core.
This commit is contained in:
		
							parent
							
								
									b24a05830d
								
							
						
					
					
						commit
						1e9a59bb54
					
				
					 1 changed files with 4 additions and 13 deletions
				
			
		| 
						 | 
					@ -1471,26 +1471,17 @@ with your favorite libraries.")
 | 
				
			||||||
(define-public python-threadpoolctl
 | 
					(define-public python-threadpoolctl
 | 
				
			||||||
  (package
 | 
					  (package
 | 
				
			||||||
    (name "python-threadpoolctl")
 | 
					    (name "python-threadpoolctl")
 | 
				
			||||||
    (version "2.1.0")
 | 
					    (version "3.1.0")
 | 
				
			||||||
    (source
 | 
					    (source
 | 
				
			||||||
      (origin
 | 
					      (origin
 | 
				
			||||||
        (method url-fetch)
 | 
					        (method url-fetch)
 | 
				
			||||||
        (uri (pypi-uri "threadpoolctl" version))
 | 
					        (uri (pypi-uri "threadpoolctl" version))
 | 
				
			||||||
        (sha256
 | 
					        (sha256
 | 
				
			||||||
         (base32
 | 
					         (base32
 | 
				
			||||||
          "0szsxcm2fbxrn83iynn42bnvrdh7mfsmkhfn8pdn7swblfb7rifx"))))
 | 
					          "100k76nmajf408lbn5ipis1gilklcs6sbqyqy3hhlh54zanbldd3"))))
 | 
				
			||||||
    (build-system python-build-system)
 | 
					    (build-system pyproject-build-system)
 | 
				
			||||||
    (arguments
 | 
					 | 
				
			||||||
     `(#:phases
 | 
					 | 
				
			||||||
       (modify-phases %standard-phases
 | 
					 | 
				
			||||||
         (replace 'check
 | 
					 | 
				
			||||||
           (lambda* (#:key tests? inputs outputs #:allow-other-keys)
 | 
					 | 
				
			||||||
             (when tests?
 | 
					 | 
				
			||||||
               (add-installed-pythonpath inputs outputs)
 | 
					 | 
				
			||||||
               (invoke "pytest"))
 | 
					 | 
				
			||||||
             #t)))))
 | 
					 | 
				
			||||||
    (native-inputs
 | 
					    (native-inputs
 | 
				
			||||||
     (list python-pytest))
 | 
					     (list python-flit-core python-pytest))
 | 
				
			||||||
    (home-page "https://github.com/joblib/threadpoolctl")
 | 
					    (home-page "https://github.com/joblib/threadpoolctl")
 | 
				
			||||||
    (synopsis "Python helpers for common threading libraries")
 | 
					    (synopsis "Python helpers for common threading libraries")
 | 
				
			||||||
    (description "Thread-pool Controls provides Python helpers to limit the
 | 
					    (description "Thread-pool Controls provides Python helpers to limit the
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue