mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python-archspec: Update to 0.2.5.
* gnu/packages/python-xyz.scm (python-archspec): Update to 0.2.5. [propagated-inputs]: Remove python-boltons, python-cooler, python-ctxcore, python-interlap, python-intervaltree, python-jsonschema, python-networkx, python-numba, python-poetry-core, pyscenic, python-scikit-learn, python-tables, and python-typing-extensions. [native-inputs]: Remove python-black, python-flake8, python-isort, python-pylint, and python-pytest-cov; add python-jsonschema. Change-Id: I40c2d4b038877eb243daaf5f9f73127eb994d64f
This commit is contained in:
parent
18629b3d69
commit
f01390b916
1 changed files with 6 additions and 30 deletions
|
@ -356,7 +356,7 @@ SNS, Gotify, etc.")
|
||||||
(define-public python-archspec
|
(define-public python-archspec
|
||||||
(package
|
(package
|
||||||
(name "python-archspec")
|
(name "python-archspec")
|
||||||
(version "0.2.3")
|
(version "0.2.5")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -366,36 +366,12 @@ SNS, Gotify, etc.")
|
||||||
(recursive? #t)))
|
(recursive? #t)))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "03yfn4b9xg41pd7vls2cils77wkkb9si1h2qqvnkds661fdankqj"))))
|
(base32 "0pdqdyzwy75fmcv4ncvar57r3zvfbnqgsya6dgfkzjfd0wvwby05"))))
|
||||||
(build-system pyproject-build-system)
|
(build-system pyproject-build-system)
|
||||||
(arguments
|
(native-inputs
|
||||||
(list
|
(list python-jsonschema
|
||||||
#:phases
|
|
||||||
'(modify-phases %standard-phases
|
|
||||||
;; Numba needs a writable dir to cache functions.
|
|
||||||
(add-before 'build 'set-numba-cache-dir
|
|
||||||
(lambda _
|
|
||||||
(setenv "NUMBA_CACHE_DIR" "/tmp"))))))
|
|
||||||
(propagated-inputs (list python-boltons
|
|
||||||
python-cooler
|
|
||||||
python-ctxcore
|
|
||||||
python-interlap
|
|
||||||
python-intervaltree
|
|
||||||
python-jsonschema
|
|
||||||
python-networkx
|
|
||||||
python-numba
|
|
||||||
python-poetry-core
|
python-poetry-core
|
||||||
pyscenic
|
python-pytest))
|
||||||
python-scikit-learn
|
|
||||||
python-tables
|
|
||||||
python-typing-extensions))
|
|
||||||
(native-inputs (list python-black
|
|
||||||
python-flake8
|
|
||||||
python-isort
|
|
||||||
python-poetry-core
|
|
||||||
python-pylint
|
|
||||||
python-pytest
|
|
||||||
python-pytest-cov))
|
|
||||||
(home-page "https://github.com/archspec/archspec")
|
(home-page "https://github.com/archspec/archspec")
|
||||||
(synopsis "Library to query system architecture")
|
(synopsis "Library to query system architecture")
|
||||||
(description
|
(description
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue