mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python-conda-package-handling: Move to pyproject-build-system.
* gnu/packages/package-management.scm (python-conda-package-handling): [build-system]: Move to pyproject-build-system. [arguments]<#:phases>: Remove check phase replacement. Change-Id: Ib8edf966b877c6fd5f7ee6151839d4272d65b17d Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
This commit is contained in:
parent
12abb14123
commit
d840fe75b8
1 changed files with 2 additions and 6 deletions
|
@ -1126,18 +1126,14 @@ environments.")
|
|||
(sha256
|
||||
(base32
|
||||
"1dq6f5ks3cinb355x712bls9bvv6bli6x3c43sdkqvawdw8xgv9j"))))
|
||||
(build-system python-build-system)
|
||||
(build-system pyproject-build-system)
|
||||
(arguments
|
||||
`(#:phases
|
||||
(modify-phases %standard-phases
|
||||
(add-after 'unpack 'use-unmodified-libarchive
|
||||
(lambda _
|
||||
(substitute* "setup.py"
|
||||
(("archive_and_deps") "archive"))))
|
||||
(replace 'check
|
||||
(lambda* (#:key inputs outputs #:allow-other-keys)
|
||||
(add-installed-pythonpath inputs outputs)
|
||||
(invoke "pytest" "-vv" "tests"))))))
|
||||
(("archive_and_deps") "archive")))))))
|
||||
(propagated-inputs
|
||||
(list python-six python-tqdm))
|
||||
(inputs
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue