diff options
-rw-r--r-- | gnu/packages/python-xyz.scm | 36 |
1 files changed, 6 insertions, 30 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 0c88b751af..5dfe89e9c2 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -356,7 +356,7 @@ SNS, Gotify, etc.") (define-public python-archspec (package (name "python-archspec") - (version "0.2.3") + (version "0.2.5") (source (origin (method git-fetch) @@ -366,36 +366,12 @@ SNS, Gotify, etc.") (recursive? #t))) (file-name (git-file-name name version)) (sha256 - (base32 "03yfn4b9xg41pd7vls2cils77wkkb9si1h2qqvnkds661fdankqj")))) + (base32 "0pdqdyzwy75fmcv4ncvar57r3zvfbnqgsya6dgfkzjfd0wvwby05")))) (build-system pyproject-build-system) - (arguments - (list - #: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 - pyscenic - 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)) + (native-inputs + (list python-jsonschema + python-poetry-core + python-pytest)) (home-page "https://github.com/archspec/archspec") (synopsis "Library to query system architecture") (description |