mbox series

[bug#68721,0/2] gnu: Add python-fastparquet.

Message ID 87le8dgjyu.fsf@troyfigiel.com
Headers show
Series gnu: Add python-fastparquet. | expand

Message

Troy Figiel Jan. 25, 2024, 9:41 p.m. UTC
This patch series adds python-fastparquet and is a bit unconvential,
because it depends on changes currently in the rust-team branch (through
python-cramjam, see #68665). Before we can merge these changes, the rust-team branch needs to be merged into master.

The base-commit is a commit on the rust-team branch, so be aware that you
might need to rebuild some other packages like python-pandas locally.

I decided to send these patches to guix-patches anyway, so they are at least out in the open.

Troy Figiel (2):
  gnu: Add python-cramjam.
  gnu: Add python-fastparquet.

 gnu/packages/databases.scm          | 67 ++++++++++++++++++++++++
 gnu/packages/python-compression.scm | 80 ++++++++++++++++++++++++++++-
 2 files changed, 146 insertions(+), 1 deletion(-)


base-commit: 3228c8176783db5627fd79d87652c67bfeb86512

Comments

Sharlatan Hellseher March 1, 2024, 8 a.m. UTC | #1
Hi,

As rust-team is merged, I prioritising this patch series to be reviewed.

Thanks,
Oleg
Sharlatan Hellseher March 3, 2024, 8:16 a.m. UTC | #2
Hi,


Applied modifications [5/5]
- [X] Rename phase 'relax-dependencies -> 'relax-requirements for
  consistency with other python packages
- [X] Use 'pretend-version to set module version from git checkout
- [X] Adjust indentation style
- [X] Add optional python-lzo
- [X] Parallize tests

Pushed as bdecacafec..f00f56514d to master.

--
Oleg