mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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:
parent
614a503c7b
commit
0967f14d57
1 changed files with 4 additions and 3 deletions
|
@ -142,6 +142,7 @@
|
||||||
#:use-module (guix build-system gnu)
|
#:use-module (guix build-system gnu)
|
||||||
#:use-module (guix build-system meson)
|
#:use-module (guix build-system meson)
|
||||||
#:use-module (guix build-system python)
|
#:use-module (guix build-system python)
|
||||||
|
#:use-module (guix build-system pyproject)
|
||||||
#:use-module (guix build-system qt)
|
#:use-module (guix build-system qt)
|
||||||
#:use-module (guix download)
|
#:use-module (guix download)
|
||||||
#:use-module (guix gexp)
|
#:use-module (guix gexp)
|
||||||
|
@ -1225,14 +1226,14 @@ basic geometries.")
|
||||||
(uri (pypi-uri "booleanOperations" version ".zip"))
|
(uri (pypi-uri "booleanOperations" version ".zip"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1f41lb19m8azchl1aqz6j5ycbspb8jsf1cnn42hlydxd68f85ylc"))))
|
(base32 "1f41lb19m8azchl1aqz6j5ycbspb8jsf1cnn42hlydxd68f85ylc"))))
|
||||||
(build-system python-build-system)
|
(build-system pyproject-build-system)
|
||||||
(propagated-inputs (list python-fonttools-minimal python-pyclipper))
|
(propagated-inputs (list python-fonttools-minimal python-pyclipper))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list python-defcon-bootstrap
|
(list python-defcon-bootstrap
|
||||||
python-fontpens-bootstrap
|
python-fontpens-bootstrap
|
||||||
python-setuptools-scm
|
|
||||||
python-pytest
|
python-pytest
|
||||||
python-wheel
|
python-setuptools-scm
|
||||||
|
python-setuptools
|
||||||
unzip))
|
unzip))
|
||||||
(home-page "https://github.com/typemytype/booleanOperations")
|
(home-page "https://github.com/typemytype/booleanOperations")
|
||||||
(synopsis "Boolean operations on paths")
|
(synopsis "Boolean operations on paths")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue