gnu: python-ufo2ft: Update to 2.31.0.
* gnu/packages/fontutils.scm (python-ufo2ft): Update to 2.31.0. [build-system]: Use pyproject-build-system. [arguments]: Delete field.
This commit is contained in:
		
							parent
							
								
									ec8df31ebf
								
							
						
					
					
						commit
						b64add6ff6
					
				
					 1 changed files with 4 additions and 12 deletions
				
			
		| 
						 | 
					@ -436,23 +436,15 @@ converts any cubic curves to quadratic.  The most useful function is probably
 | 
				
			||||||
(define-public python-ufo2ft
 | 
					(define-public python-ufo2ft
 | 
				
			||||||
  (package
 | 
					  (package
 | 
				
			||||||
    (name "python-ufo2ft")
 | 
					    (name "python-ufo2ft")
 | 
				
			||||||
    (version "2.28.0")
 | 
					    (version "2.31.0")
 | 
				
			||||||
    (source
 | 
					    (source
 | 
				
			||||||
     (origin
 | 
					     (origin
 | 
				
			||||||
       (method url-fetch)
 | 
					       (method url-fetch)
 | 
				
			||||||
       (uri (pypi-uri "ufo2ft" version))
 | 
					       (uri (pypi-uri "ufo2ft" version))
 | 
				
			||||||
       (sha256
 | 
					       (sha256
 | 
				
			||||||
        (base32 "068hm62s1iphyg66w96vgiif6ahpcsaf8fr44rk6jdf71f6fyqd5"))))
 | 
					        (base32 "1rg2997af8blvswlwif0kpz2vxrlh555gzqslz6yv9y7i7v8lphl"))))
 | 
				
			||||||
    (build-system python-build-system)
 | 
					    (build-system pyproject-build-system)
 | 
				
			||||||
    (arguments
 | 
					    (native-inputs (list python-pytest python-setuptools-scm))
 | 
				
			||||||
     (list #:phases
 | 
					 | 
				
			||||||
           #~(modify-phases %standard-phases
 | 
					 | 
				
			||||||
               (replace 'check
 | 
					 | 
				
			||||||
                 (lambda* (#:key tests? #:allow-other-keys)
 | 
					 | 
				
			||||||
                   (when tests?
 | 
					 | 
				
			||||||
                     (invoke "pytest" "-vv")))))))
 | 
					 | 
				
			||||||
    (native-inputs
 | 
					 | 
				
			||||||
     (list python-pytest python-setuptools-scm))
 | 
					 | 
				
			||||||
    (propagated-inputs
 | 
					    (propagated-inputs
 | 
				
			||||||
     (list python-booleanoperations
 | 
					     (list python-booleanoperations
 | 
				
			||||||
           python-cffsubr
 | 
					           python-cffsubr
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue