[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#55060] [PATCH v4 0/8] gnu: Add python-pyvista.
From: |
Paul A. Patience |
Subject: |
[bug#55060] [PATCH v4 0/8] gnu: Add python-pyvista. |
Date: |
Mon, 02 May 2022 21:16:33 +0000 |
Fixed Scooby's pyvips test.
Scooby actually requires a pyvips package that is completely missing its VIPS
dependency, so I don't think there is a way around having a pyvips variant
just for Scooby.
I couldn't figure out how to build the C extension for pyvips, but that's not
relevant for Scooby; I added the package just to inherit from it in Scooby's
pyvips variant.
It could be changed in the future.
For now what's installed is the CFFI version.
I also couldn't figure out how to get some tests to pass with pyperf.
It seems like it should be easy to fix, though.
Paul A. Patience (8):
gnu: python-meshio: Remove input labels.
gnu: python-meshio: Remove trailing booleans.
gnu: python-meshio: Honor #:tests? flag.
gnu: python-meshio: Update to 5.3.4.
gnu: Add python-pyperf.
gnu: Add python-pyvips.
gnu: Add python-scooby.
gnu: Add python-pyvista.
gnu/packages/python-science.scm | 53 +++++++++
gnu/packages/python-xyz.scm | 188 ++++++++++++++++++++++++++++++++
gnu/packages/simulation.scm | 44 ++++----
3 files changed, 262 insertions(+), 23 deletions(-)
--
2.36.0
- [bug#55060] [PATCH v4 0/8] gnu: Add python-pyvista.,
Paul A. Patience <=
- [bug#55060] [PATCH v4 1/8] gnu: python-meshio: Remove input labels., Paul A. Patience, 2022/05/02
- [bug#55060] [PATCH v4 2/8] gnu: python-meshio: Remove trailing booleans., Paul A. Patience, 2022/05/02
- [bug#55060] [PATCH v4 3/8] gnu: python-meshio: Honor #:tests? flag., Paul A. Patience, 2022/05/02
- [bug#55060] [PATCH v4 4/8] gnu: python-meshio: Update to 5.3.4., Paul A. Patience, 2022/05/02
- [bug#55060] [PATCH v4 5/8] gnu: Add python-pyperf., Paul A. Patience, 2022/05/02
- [bug#55060] [PATCH v4 6/8] gnu: Add python-pyvips., Paul A. Patience, 2022/05/02
- [bug#55060] [PATCH v4 7/8] gnu: Add python-scooby., Paul A. Patience, 2022/05/02
- [bug#55060] [PATCH v4 8/8] gnu: Add python-pyvista., Paul A. Patience, 2022/05/02
- bug#55060: [PATCH 0/6] gnu: Add python-pyvista., Ludovic Courtès, 2022/05/23