mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python-scikit-build: Update to 0.18.1.
* gnu/packages/python-xyz.scm (python-scikit-build): Update to 0.18.1. [srouce] <patch>: Add patch fixing compatability with newer Setuptools, taken from upstream. [propagated-inputs]: Remove python-tomli. [native-inputs]: Remove python-coverage, python-mock, python-packaging, python-path, python-pytest-cov, python-pytest-virtualenv, and python-setuptools-scm. * gnu/packages/patches/python-scikit-build-setuptools-compat.patch: New file. * gnu/local.mk (dist_patch_DATA): Register new patch. Change-Id: I132f6558188c32e7e31fd78527ec6805b91a1443
This commit is contained in:
parent
0b3a240aec
commit
21f15ea4da
3 changed files with 63 additions and 11 deletions
|
@ -35470,13 +35470,15 @@ and frame grabber interface.")
|
|||
(define-public python-scikit-build
|
||||
(package
|
||||
(name "python-scikit-build")
|
||||
(version "0.17.6")
|
||||
(version "0.18.1")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (pypi-uri "scikit_build" version))
|
||||
(sha256
|
||||
(base32 "17awdvpzj4bn50gk4gmj20r2xcjr5y8lfl2bk582di1pdfim26mm"))))
|
||||
(base32 "1rxqzigfacpbcfhf3c1gdqrnqdnq503bx5vpib19km44l32jl5d4"))
|
||||
(patches
|
||||
(search-patches "python-scikit-build-setuptools-compat.patch"))))
|
||||
(build-system pyproject-build-system)
|
||||
(arguments
|
||||
(list
|
||||
|
@ -35539,24 +35541,19 @@ and frame grabber interface.")
|
|||
gfortran
|
||||
git-minimal/pinned ;for tests
|
||||
ninja/pinned
|
||||
python-coverage
|
||||
python-cython
|
||||
python-hatchling
|
||||
python-hatch-fancy-pypi-readme
|
||||
python-hatch-vcs
|
||||
python-mock
|
||||
python-packaging
|
||||
python-path
|
||||
python-hatchling
|
||||
python-pytest
|
||||
python-pytest-cov
|
||||
python-pytest-mock
|
||||
python-pytest-virtualenv
|
||||
python-pytest-xdist
|
||||
python-requests
|
||||
python-setuptools-scm
|
||||
python-virtualenv))
|
||||
(propagated-inputs
|
||||
(list python-distro python-packaging python-tomli python-wheel))
|
||||
(list python-distro
|
||||
python-packaging
|
||||
python-wheel))
|
||||
(home-page "https://github.com/scikit-build/scikit-build")
|
||||
(synopsis "Build system generator for Python C/C++/Fortran/Cython extensions")
|
||||
(description "Scikit-build is an improved build system generator for
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue