mbox series

[bug#62252,00/19] Add python-clinguin

Message ID 291d52e688bb1d56ecd6561282fd9713bf237ed9.camel@gmail.com
Headers show
Series Add python-clinguin | expand

Message

Liliana Marie Prikler March 18, 2023, 9:24 a.m. UTC
Hi Guix,

this series adds python-clinguin, a funny little package that allows you
to write a GUI as an answer set program.  It also updates a fair number
of other package, including pulling in python-pluggy-next from
<https://issues.guix.gnu.org/60838>.

Cheers

Felix Gruber (1):
  gnu: Add python-pluggy-next.

Liliana Marie Prikler (18):
  gnu: Add python-imageio-ffmpeg.
  gnu: python-imageio: Update to 2.26.0.
  gnu: Separate potassco packages into their own module.
  gnu: Add python-clingraph.
  gnu: python-pathspec: Update to 0.11.0.
  gnu: python-pathspec: Revise description.
  gnu: python-pathspec: Move to (gnu packages python-build).
  gnu: python-pluggy: Move to (gnu packages python-build).
  gnu: Add python-hatchling.
  gnu: python-starlette: Update to 0.25.0.
  gnu: python-sqlalchemy: Update to 1.4.42.
  gnu: python-pymysql: Update to 1.0.2.
  gnu: python-aiomysql: Update to 0.1.1.
  gnu: python-aiosqlite: Update to 0.18.0.
  gnu: python-databases: Update to 0.7.0.
  gnu: python-databases: Revise description.
  gnu: Add python-fastapi.
  gnu: Add python-clinguin.

 gnu/local.mk                  |   1 +
 gnu/packages/databases.scm    |  64 +++---
 gnu/packages/maths.scm        | 263 ------------------------
 gnu/packages/potassco.scm     | 375 ++++++++++++++++++++++++++++++++++
 gnu/packages/python-build.scm |  99 +++++++++
 gnu/packages/python-web.scm   |  79 ++++++-
 gnu/packages/python-xyz.scm   | 110 +++++-----
 7 files changed, 638 insertions(+), 353 deletions(-)
 create mode 100644 gnu/packages/potassco.scm


base-commit: 933051281fbed0ae71bd40c24a701faf2a02791c

Comments

Ricardo Wurmus May 9, 2023, 5:57 p.m. UTC | #1
Now that the rust-team branch has been merged I rebased the clinguin
branch, fixed a few problems, added orjson to fastapi, and pushed the
patches to the master branch.

Thank you for the patience!
Liliana Marie Prikler May 9, 2023, 7:45 p.m. UTC | #2
Am Dienstag, dem 09.05.2023 um 19:57 +0200 schrieb Ricardo Wurmus:
> Now that the rust-team branch has been merged I rebased the clinguin
> branch, fixed a few problems, added orjson to fastapi, and pushed the
> patches to the master branch.
> 
> Thank you for the patience!
Thanks for the push.  I deleted the clinguin branch now since its job
is done.

Cheers