mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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>
This commit is contained in:
parent
4922925d67
commit
ecad1ed722
1 changed files with 5 additions and 3 deletions
|
@ -28059,7 +28059,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
|
||||
|
@ -28068,8 +28068,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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue