mbox

[bug#37704,0/9] gnu: Add python-poetry.

Message ID 20191011163447.utqgomsalw7r6nul@rafflesia
Headers show

Message

Tanguy LE CARROUR Oct. 11, 2019, 4:34 p.m. UTC
From d05ec73fc4c59048fee4daebb765811cb879c353 Mon Sep 17 00:00:00 2001
From: Tanguy Le Carrour <tanguy@bioneland.org>
Date: Fri, 11 Oct 2019 18:08:12 +0200
Subject: [PATCH 0/9] gnu: Add python-poetry.

python-cachecontrol had to be updated to match Poetry dep requirements
and also because it was broken!
python-cachecontrol test suite relies on CherryPy, which is to big (for
me) to be packaged (at the moment), so tests had to be deactivated.

Tanguy Le Carrour (9):
  gnu: python-cleo: Update to 0.6.8.
  gnu: Add python-tomlkit.
  gnu: Add python-shellingham.
  gnu: Add python-memcached.
  gnu: Add python-clikit.
  gnu: Add python-msgpack-python.
  gnu: Add python-cachy.
  gnu: python-cachecontrol: Update to 0.12.5.
  gnu: Add python-poetry.

 gnu/packages/python-web.scm |  23 ++---
 gnu/packages/python-xyz.scm | 174 +++++++++++++++++++++++++++++++++++-
 2 files changed, 176 insertions(+), 21 deletions(-)

Comments

Tanguy LE CARROUR Oct. 14, 2019, 7:32 a.m. UTC | #1
Based on Mathieu’s suggestions [1], I'll update those patches and
improve commit messages and descriptions.
Stay tuned! :-)

[1]: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=37598#35
Tanguy LE CARROUR Oct. 28, 2019, 9:46 a.m. UTC | #2
Hi Guix!

I've just rebased my patches for Poetry because they were few weeks old.
If someone had time to take a look at them, it would be great!

Regards,