unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#37704] [PATCH 0/9] gnu: Add python-poetry.
@ 2019-10-11 16:34 Tanguy Le Carrour
  2019-10-11 16:36 ` [bug#37704] [PATCH 1/9] gnu: python-cleo: Update to 0.6.8 Tanguy Le Carrour
                   ` (21 more replies)
  0 siblings, 22 replies; 44+ messages in thread
From: Tanguy Le Carrour @ 2019-10-11 16:34 UTC (permalink / raw)
  To: 37704

[-- Attachment #1: Type: text/plain, Size: 0 bytes --]



[-- Attachment #2: Type: text/plain, Size: 930 bytes --]

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(-)

-- 
2.23.0


^ permalink raw reply	[flat|nested] 44+ messages in thread

end of thread, other threads:[~2019-10-28 14:43 UTC | newest]

Thread overview: 44+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-10-11 16:34 [bug#37704] [PATCH 0/9] gnu: Add python-poetry Tanguy Le Carrour
2019-10-11 16:36 ` [bug#37704] [PATCH 1/9] gnu: python-cleo: Update to 0.6.8 Tanguy Le Carrour
2019-10-11 16:38 ` [bug#37704] [PATCH 2/9] gnu: Add python-tomlkit Tanguy Le Carrour
2019-10-11 16:39 ` [bug#37704] [PATCH 3/9] gnu: Add python-shellingham Tanguy Le Carrour
2019-10-11 16:39 ` [bug#37704] [PATCH 4/9] gnu: Add python-memcached Tanguy Le Carrour
2019-10-11 16:40 ` [bug#37704] [PATCH 5/9] gnu: Add python-clikit Tanguy Le Carrour
2019-10-11 16:40 ` [bug#37704] [PATCH 6/9] gnu: Add python-msgpack-python Tanguy Le Carrour
2019-10-11 16:41 ` [bug#37704] [PATCH 7/9] gnu: Add python-cachy Tanguy Le Carrour
2019-10-11 16:41 ` [bug#37704] [PATCH 8/9] gnu: python-cachecontrol: Update to 0.12.5 Tanguy Le Carrour
2019-10-11 16:42 ` [bug#37704] [PATCH 9/9] gnu: Add python-poetry Tanguy Le Carrour
2019-10-14  7:32 ` [bug#37704] Updating commit messages Tanguy Le Carrour
2019-10-14 15:15 ` [bug#37704] [PATCH 1/9] gnu: python-cleo: Update to 0.6.8 Tanguy Le Carrour
2019-10-14 15:16 ` [bug#37704] [PATCH 2/9] gnu: Add python-tomlkit Tanguy Le Carrour
2019-10-14 15:17 ` [bug#37704] [PATCH 3/9] gnu: Add python-shellingham Tanguy Le Carrour
2019-10-14 15:17 ` [bug#37704] [PATCH 4/9] gnu: Add python-memcached Tanguy Le Carrour
2019-10-14 15:18 ` [bug#37704] [PATCH 5/9] gnu: Add python-clikit Tanguy Le Carrour
2019-10-14 15:18 ` [bug#37704] [PATCH 6/9] gnu: Add python-msgpack-python Tanguy Le Carrour
2019-10-14 15:19 ` [bug#37704] [PATCH 7/9] gnu: Add python-cachy Tanguy Le Carrour
2019-10-14 15:19 ` [bug#37704] [PATCH 8/9] gnu: python-cachecontrol: Update to 0.12.5 Tanguy Le Carrour
2019-10-14 15:20 ` [bug#37704] [PATCH 9/9] gnu: Add python-poetry Tanguy Le Carrour
2019-10-18 16:06 ` [bug#37704] [PATCH v2 " Tanguy Le Carrour
2019-10-28  9:46 ` [bug#37704] [PATCH 1/9] gnu: python-cleo: Update to 0.6.8 Tanguy Le Carrour
2019-10-28  9:46   ` [bug#37704] [PATCH 2/9] gnu: Add python-tomlkit Tanguy Le Carrour
2019-10-28  9:46   ` [bug#37704] [PATCH 3/9] gnu: Add python-shellingham Tanguy Le Carrour
2019-10-28  9:46   ` [bug#37704] [PATCH 4/9] gnu: Add python-memcached Tanguy Le Carrour
2019-10-28 13:45     ` Mathieu Othacehe
2019-10-28  9:46   ` [bug#37704] [PATCH 5/9] gnu: Add python-clikit Tanguy Le Carrour
2019-10-28 13:47     ` Mathieu Othacehe
2019-10-28  9:46   ` [bug#37704] [PATCH 6/9] gnu: Add python-msgpack-python Tanguy Le Carrour
2019-10-28 13:48     ` Mathieu Othacehe
2019-10-28  9:46   ` [bug#37704] [PATCH 7/9] gnu: Add python-cachy Tanguy Le Carrour
2019-10-28  9:46   ` [bug#37704] [PATCH 8/9] gnu: python-cachecontrol: Update to 0.12.5 Tanguy Le Carrour
2019-10-28  9:46   ` [bug#37704] [PATCH 9/9] gnu: Add poetry Tanguy Le Carrour
2019-10-28 13:53     ` Mathieu Othacehe
2019-10-28 14:39       ` Tanguy Le Carrour
2019-10-28 14:41 ` [bug#37704] [PATCH v4 1/9] gnu: python-cleo: Update to 0.6.8 Tanguy Le Carrour
2019-10-28 14:41   ` [bug#37704] [PATCH v4 2/9] gnu: Add python-tomlkit Tanguy Le Carrour
2019-10-28 14:41   ` [bug#37704] [PATCH v4 3/9] gnu: Add python-shellingham Tanguy Le Carrour
2019-10-28 14:41   ` [bug#37704] [PATCH v4 4/9] gnu: Add python-memcached Tanguy Le Carrour
2019-10-28 14:41   ` [bug#37704] [PATCH v4 5/9] gnu: Add python-clikit Tanguy Le Carrour
2019-10-28 14:41   ` [bug#37704] [PATCH v4 6/9] gnu: Add python-msgpack-python Tanguy Le Carrour
2019-10-28 14:41   ` [bug#37704] [PATCH v4 7/9] gnu: Add python-cachy Tanguy Le Carrour
2019-10-28 14:41   ` [bug#37704] [PATCH v4 8/9] gnu: python-cachecontrol: Update to 0.12.5 Tanguy Le Carrour
2019-10-28 14:41   ` [bug#37704] [PATCH v4 9/9] gnu: Add poetry Tanguy Le Carrour

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).