mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python-multiprocessing-on-dill: Use pyproject-build-system.
* gnu/packages/python-xyz.scm (python-multiprocessing-on-dill): Use pyproject-build-system. [arguments]: Remove field. [native-inputs]: Remove uneeded python-check-manifest. Add python-pytest.
This commit is contained in:
parent
090f572edf
commit
b160f49b59
1 changed files with 2 additions and 10 deletions
|
@ -30646,17 +30646,9 @@ library's @code{threading} module.")
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1rs5a3hx1fcpfsxxkl5kx6g06c82wqjqgdqyny5l1ggl1wq0rmfn"))))
|
"1rs5a3hx1fcpfsxxkl5kx6g06c82wqjqgdqyny5l1ggl1wq0rmfn"))))
|
||||||
(build-system python-build-system)
|
(build-system pyproject-build-system)
|
||||||
(arguments
|
|
||||||
(list
|
|
||||||
#:phases
|
|
||||||
#~(modify-phases %standard-phases
|
|
||||||
(replace 'check
|
|
||||||
(lambda* (#:key tests? #:allow-other-keys)
|
|
||||||
(when tests?
|
|
||||||
(invoke "pytest" "-vv")))))))
|
|
||||||
(propagated-inputs (list python-dill))
|
(propagated-inputs (list python-dill))
|
||||||
(native-inputs (list python-check-manifest python-pytest python-wheel))
|
(native-inputs (list python-pytest python-setuptools python-wheel))
|
||||||
(home-page "https://github.com/sixty-north/multiprocessing_on_dill")
|
(home-page "https://github.com/sixty-north/multiprocessing_on_dill")
|
||||||
(synopsis "Multiprocessing using dill instead of pickle")
|
(synopsis "Multiprocessing using dill instead of pickle")
|
||||||
(description
|
(description
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue