diff options
| author | Hugo Buddelmeijer <hugo@buddelmeijer.nl> | 2025-09-21 13:28:06 +0200 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-09-25 09:36:45 +0100 |
| commit | 0967f14d57912ea9fe71da17b52641082b8dbc50 (patch) | |
| tree | c27ed319351c9e49ac8a2e827cfb57a875817bb9 | |
| parent | 614a503c7b389aad289fdf00c0264e65bcdf4b6a (diff) | |
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>
| -rw-r--r-- | gnu/packages/graphics.scm | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/gnu/packages/graphics.scm b/gnu/packages/graphics.scm index 53c3dcfff9f..ecc8d2b8366 100644 --- a/gnu/packages/graphics.scm +++ b/gnu/packages/graphics.scm @@ -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") |
