mbox series

[bug#68391,0/3] Add python-pandera

Message ID 87edentut3.fsf@troyfigiel.com
Headers show
Series Add python-pandera | expand

Message

Troy Figiel Jan. 11, 2024, 9:35 p.m. UTC
This patch series adds python-pandera and its dependencies.

Unfortunately, directly upgrading python-typeguard to a more recent
version breaks a variety of packages (it has 300+ dependents). For that
reason, python-typeguard-4 has been introduced.

Troy Figiel (3):
  gnu: Add python-typeguard-4.
  gnu: Add python-pandas-stubs.
  gnu: Add python-pandera.

 gnu/packages/python-science.scm | 133 ++++++++++++++++++++++++++++++++
 gnu/packages/python-xyz.scm     |  18 +++++
 2 files changed, 151 insertions(+)


base-commit: 637b72e2b83a6332849218ef1f193124fa8239eb

Comments

Troy Figiel Jan. 11, 2024, 10:05 p.m. UTC | #1
I just noticed there is a single `pandas' I did not rewrite as
`@code{python-pandas}' in the description of `python-pandas-stubs'. If
the patches look good as they are, I kindly ask a committer to make that
small adjustment before applying them, as to keep the look of the
description uniform.

Thanks!

Troy
Mathieu Othacehe Jan. 17, 2024, 10:05 a.m. UTC | #2
Hey,

> I just noticed there is a single `pandas' I did not rewrite as
> `@code{python-pandas}' in the description of `python-pandas-stubs'. If
> the patches look good as they are, I kindly ask a committer to make that
> small adjustment before applying them, as to keep the look of the
> description uniform.

Fixed that and a typo in the first patch before applying,

Thanks,

Mathieu