gnu: python-booleanoperations: Switch to pyproject-build-system.

* gnu/packages/graphics.scm (python-booleanoperations): Switch to
pyproject-build-system.
[build-system]: Switch to pyproject-build-system.
[native-inputs]: Remove python-wheel; add python-setuptools.

Change-Id: I76396d349f87024a7a0c051b9471fbe83534d862
Modified-by: Sharlatan Hellseher <sharlatanus@gmail.com>
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
This commit is contained in:
Hugo Buddelmeijer 2025-09-21 13:28:06 +02:00 committed by Sharlatan Hellseher
parent 614a503c7b
commit 0967f14d57
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -142,6 +142,7 @@
#:use-module (guix build-system gnu)
#:use-module (guix build-system meson)
#:use-module (guix build-system python)
#:use-module (guix build-system pyproject)
#:use-module (guix build-system qt)
#:use-module (guix download)
#:use-module (guix gexp)
@ -1225,14 +1226,14 @@ basic geometries.")
(uri (pypi-uri "booleanOperations" version ".zip"))
(sha256
(base32 "1f41lb19m8azchl1aqz6j5ycbspb8jsf1cnn42hlydxd68f85ylc"))))
(build-system python-build-system)
(build-system pyproject-build-system)
(propagated-inputs (list python-fonttools-minimal python-pyclipper))
(native-inputs
(list python-defcon-bootstrap
python-fontpens-bootstrap
python-setuptools-scm
python-pytest
python-wheel
python-setuptools-scm
python-setuptools
unzip))
(home-page "https://github.com/typemytype/booleanOperations")
(synopsis "Boolean operations on paths")