diff options
| author | Hugo Buddelmeijer <hugo@buddelmeijer.nl> | 2025-09-21 13:23:37 +0200 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-09-25 09:36:45 +0100 |
| commit | c438d4d954cd988e4b75a23862623e1f719b1ac0 (patch) | |
| tree | eccdcc02e4f16134bda93d0167ab711fce2819a0 /gnu/packages/python-xyz.scm | |
| parent | cb0bd5ee64b475d25222113bac2aeb2b5d9f01ae (diff) | |
gnu: python-pyclipper: Switch to pyproject-build-system.
* gnu/packages/python-xyz.scm (python-pyclipper): Switch to
pyproject-build-system.
[build-system]: Switch to pyproject-build-system.
[native-inputs]: Remove python-cython, and python-pytest-runner, add
python-cython-0, and python-setuptools.
Change-Id: I914c261ba56a92c92402bf4a225acac5babf8c4f
Modified-by: Sharlatan Hellseher <sharlatanus@gmail.com>
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
Diffstat (limited to 'gnu/packages/python-xyz.scm')
| -rw-r--r-- | gnu/packages/python-xyz.scm | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index bff8cbe350..0802e6194a 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -28035,7 +28035,7 @@ definitions to simplify the use of C bindings.") '(begin ;; This file is generated by Cython. (delete-file "src/pyclipper/_pyclipper.cpp") #t)))) - (build-system python-build-system) + (build-system pyproject-build-system) (arguments `(#:phases (modify-phases %standard-phases @@ -28044,8 +28044,10 @@ definitions to simplify the use of C bindings.") (with-directory-excursion "src/pyclipper" (invoke "cython" "--cplus" "_pyclipper.pyx"))))))) (native-inputs - (list python-cython python-setuptools-scm - python-pytest python-pytest-runner)) + (list python-cython-0 + python-pytest + python-setuptools + python-setuptools-scm)) (home-page "https://github.com/greginvm/pyclipper") (synopsis "Wrapper for Angus Johnson's Clipper library") (description |
