unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#69736] [PATCH 0/7] Add toil
@ 2024-03-11 18:11 Arun Isaac
  2024-03-11 18:22 ` [bug#69736] [PATCH 1/7] gnu: Add python-typing-extensions-4.10 Arun Isaac
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: Arun Isaac @ 2024-03-11 18:11 UTC (permalink / raw)
  To: 69736; +Cc: Arun Isaac

This patchset adds toil.

The linter warns that there is a collision between different versions of
python-pyparsing. However, it is not possible to avoid that collision without
upgrading python-pyparsing. And, the python-pyparsing upgrade is very
complex. It requires rebuilding the world. It also introduces a dependency
cycle since the latest version of python-pyparsing switches to the
pyproject-build-system.

Arun Isaac (7):
  gnu: Add python-typing-extensions-4.10.
  gnu: Add python-pypubsub.
  gnu: Add python-addict.
  gnu: Add python-prefixed.
  gnu: Add python-enlighten.
  gnu: Add python-cwltool.
  gnu: Add python-toil.

 gnu/packages/bioinformatics.scm | 74 +++++++++++++++++++++++++++++
 gnu/packages/python-build.scm   | 13 ++++++
 gnu/packages/python-xyz.scm     | 83 +++++++++++++++++++++++++++++++++
 3 files changed, 170 insertions(+)


base-commit: 001dfb89579856b8695b33b59f484f36e313347f
-- 
2.41.0





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

end of thread, other threads:[~2024-03-11 18:28 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-03-11 18:11 [bug#69736] [PATCH 0/7] Add toil Arun Isaac
2024-03-11 18:22 ` [bug#69736] [PATCH 1/7] gnu: Add python-typing-extensions-4.10 Arun Isaac
2024-03-11 18:22 ` [bug#69736] [PATCH 2/7] gnu: Add python-pypubsub Arun Isaac
2024-03-11 18:22 ` [bug#69736] [PATCH 3/7] gnu: Add python-addict Arun Isaac
2024-03-11 18:22 ` [bug#69736] [PATCH 4/7] gnu: Add python-prefixed Arun Isaac
2024-03-11 18:22 ` [bug#69736] [PATCH 5/7] gnu: Add python-enlighten Arun Isaac
2024-03-11 18:22 ` [bug#69736] [PATCH 6/7] gnu: Add python-cwltool Arun Isaac
2024-03-11 18:22 ` [bug#69736] [PATCH 7/7] gnu: Add python-toil Arun Isaac

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