gnu: Add python-multimethod. * gnu/packages/python-xyz.scm (python-multimethod): New variable. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
gnu: python-h5py: Reformat with guix style. * gnu/packages/python-xyz.scm (python-h5py): Reformat with guix style. Change-Id: I9c8fabcb8a438909ff70a2c98c9e01b3a82079f3 Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
gnu: python-h5py: Enable tests. * gnu/packages/python-xyz.scm (python-h5py)[native-inputs]: Add python-ipython and python-pytest. Change-Id: Ia1cae8bce802805c9d9b38a3bf515423f9b719b4 Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
gnu: Add python-jaraco-collections. * gnu/packages/python-xyz.scm (python-jaraco-collections): New variable. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
gnu: Add python-jaraco-text. * gnu/packages/python-xyz.scm (python-jaraco-text): New variable. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
gnu: Add python-hdf5storage. * gnu/packages/python-xyz.scm (python-hdf5storage): New variable. Change-Id: If54c5f4b634658854bbe9312dce194643fe23733
Merge branch 'master' into mesa-updates Change-Id: I0b92a95109688a1a4c50572bc25a4e5676e0921e
gnu: Add python-djitellopy. * gnu/packages/python-xyz.scm (python-djitellopy): New variable. Modified-by: Maxim Cournoyer <maxim.cournoyer@gmail.com> Change-Id: I3e1fe9ecc7c02cb22a979c494fd76db678019e2e
gnu: Add python-av. * gnu/packages/python-xyz.scm (python-av): New variable.
Merge branch 'master' into mesa-updates Change-Id: I46ca25bea98d25150877421c6d5161752afabb25
gnu: python-dm-tree: Fix build. * gnu/packages/python-xyz.scm (python-dm-tree)[arguments]: Drop --whole-archive linker arguments because with them symbols provided by libabsl_hash.a would not be found. Change-Id: Id9ea0e233dc9a1cc76c88c08314803671e4810f9
gnu: Add python-pymemcache. * gnu/packages/python-xyz.scm (python-pymemcache): New variable. Change-Id: I2141c79d01d8a59e9cd4ee2fbef608ba882ffaa9
Merge branch 'master' into mesa-updates Change-Id: I16539f64df739453a83f8dfd962e04910a7d7ff5
gnu: Add python-ast-decompiler. * gnu/packages/python-xyz.scm (python-ast-decompiler): New variable. Change-Id: Id0f47c866e72c9f7053da47fdd7aea840a191e62 Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
gnu: python-flake8-isort: Update to 6.1.0. * gnu/packages/python-xyz.scm (python-flake8-isort): Update to 6.1.0. [arguments]<#:phases>: Update check phase, because tests have been moved to run_tests.py. [propagated-inputs]: Remove python-testfixtures. Change-Id: Iecaf50021c8f29fb083f7a85b7ac731836e97384 Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
gnu: Add python-rpds-py. * gnu/packages/python-xyz.scm (python-rpds-py): New variable. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org> Change-Id: I6f4d80cc7a9a3d591fcf894375ef14e079573c0d
gnu: Add python-icegrams. * gnu/packages/python-xyz.scm (python-icegrams): New variable. Change-Id: Ia0044304f8b2002a5362813448a6172c2f3eef5b Signed-off-by: Ludovic Courtès <ludo@gnu.org>
Merge branch 'master' into wip-webkit
Merge branch 'master' into mesa-updates Change-Id: I0c6e2410c51335c68634738be030e374f5b492e9
gnu: python-cookiecutter: Update to 2.5.0. * gnu/packages/python-xyz.scm (python-cookiecutter): Update to 2.5.0. [arguments]<#:phases>: Add 'pre-check phase to set a writable home directory and patch dynamically generated shebangs. Replace the default check phase to use pytest. [native-inputs]: Add bash-minimal and git. Remove python-pytest-catchlog. [propagated-inputs]: Add python-arrow, python-pyyaml and python-rich. Remove python-future, python-jinja2-time, python-poyo, python-text-unidecode and python-whichcraft. Change-Id: Ifc612136fa9a67ad643d0e1c031d173a3b3904a4 Signed-off-by: Christopher Baines <mail@cbaines.net>