@@ 978,7 978,7 @@ converter from FontForge’s @acronym{SFD, Spline Font Database} fonts to
(snippet '(delete-file-recursively "src/cpp")) ;140+ MiB of stuff
(sha256
(base32 "1vlwl1w6sn8c78fsh1w549n3lk9v3v9hcp866vrsdr4byb7g2ani"))))
- (build-system python-build-system)
+ (build-system pyproject-build-system)
(arguments
(list
#:phases
@@ 991,14 991,10 @@ converter from FontForge’s @acronym{SFD, Spline Font Database} fonts to
;; Our version of Skia requires c++17.
(substitute* "setup.py"
(("-std=c\\+\\+14")
- "-std=c++17"))))
- (replace 'check
- (lambda* (#:key tests? #:allow-other-keys)
- (when tests?
- (invoke "pytest" "-vv")))))))
+ "-std=c++17")))))))
(native-inputs
(list pkg-config
- python-cython
+ python-cython-0
python-pytest
python-setuptools-scm
unzip))