aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/ipfs.scm
diff options
context:
space:
mode:
authorRicardo Wurmus <rekado@elephly.net>2024-05-01 00:30:39 +0200
committerRicardo Wurmus <rekado@elephly.net>2024-05-05 22:38:16 +0200
commite9d70b85ebc7088629d6b513da3d48a95e4ec75c (patch)
treed87d9a172618bdcce6f37efd8a0d02702cd3eb07 /gnu/packages/ipfs.scm
parent24bf2329a4bca391f3f44cca31e1b4e1fd9b22e6 (diff)
downloadguix-e9d70b85ebc7088629d6b513da3d48a95e4ec75c.tar.gz
guix-e9d70b85ebc7088629d6b513da3d48a95e4ec75c.zip
gnu: python-biom-format: Untangle from python-scikit-bio.
* gnu/packages/bioinformatics.scm (python-biom-format)[arguments]: Add phase 'pandas-compatibility; disable tests that need sciki-bio. [propagated-inputs]: Remove python-scikit-bio. Change-Id: Ifd528d256a1c75962fb05aef5602edbf67a5af26
Diffstat (limited to 'gnu/packages/ipfs.scm')
0 files changed, 0 insertions, 0 deletions
scm: Likewise. Signed-off-by: Efraim Flashner <efraim@flashner.co.il> nikita 2020-02-03Merge branch 'staging' into core-updatesMarius Bakke 2020-02-03gnu: python-lz4: Remove bundled copy of lz4....* gnu/packages/python-compression.scm (python-lz4)[source](modules, snippet): New fields. [native-inputs]: Add PKG-CONFIG. [inputs]: Add LZ4. Marius Bakke 2020-01-24gnu: python2-pytest: Update to 4.6.9....* gnu/packages/check.scm (python2-pytest): Update to 4.6.9. (python2-pytest-bootstrap)[propagated-inputs]: Add PYTHON2-IMPORTLIB-METADATA-BOOTSTRAP, PYTHON2-PACKAGING-BOOTSTRAP, and PYTHON2-WCWIDTH. Replace PYTHON2-PLUGGY with PYTHON2-PLUGGY-BOOTSTRAP. * gnu/packages/python-compression.scm (python2-zipp-bootstrap): New public variable. * gnu/packages/python-xyz.scm (python2-importlib-resources-bootstrap): New public variable. (python-importlib-metadata)[native-inputs]: Change from PYTHON-PACKAGING to PYTHON-PACKAGING-BOOTSTRAP. [properties]: New field. (python2-importlib-metadata-bootstrap, python2-contextlib2-bootstrap, python2-pluggy-bootstrap): New public variables. (python-packaging)[arguments]: Allow overriding #:tests?. (python2-packaging-bootstrap): New public variable. Marius Bakke 2020-01-16gnu: python-zipp: Remove redundant inputs....The Python 3 variant do not need these. * gnu/packages/python-compression.scm (python-zipp)[native-inputs]: Remove PYTHON-CONTEXTLIB2, PYTHON-PATHLIB2, and PYTHON-UNITTEST2. [properties]: New field. (python2-zipp)[native-inputs]: Add PYTHON2-CONTEXTLIB2, PYTHON2-PATHLIB2, and PYTHON2-UNITTEST2. Marius Bakke 2020-01-15gnu: Add python2-zipp....* gnu/packages/python-compression.scm (python2-zipp): New public variable. Marius Bakke 2020-01-15gnu: python-zipp: Update to 1.0.0....* gnu/packages/python-compression.scm (python-zipp): Update to 1.0.0. [propagated-inputs]: Remove PYTHON-RST.LINKER. Add PYTHON-MORE-ITERTOOLS. Move PYTHON-CONTEXTLIB2 and PYTHON-PATHLIB2 ... [native-inputs]: ... here. Remove PYTHON-SPHINX. Marius Bakke 2020-01-03gnu: python-zstandard: Fix indentation....* gnu/packages/python-compression.scm (python-zstandard): Fix indentation. Nicolas Goaziou 2020-01-03gnu: Add missing copyright header.Nicolas Goaziou 2020-01-03gnu: Add python-zstandard....* gnu/packages/python-compression.scm (python-zstandard): New variable. Nicolas Goaziou