guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: gnu: python-black: Document the tomli version req


From: guix-commits
Subject: branch master updated: gnu: python-black: Document the tomli version requirements.
Date: Sat, 29 Jan 2022 18:30:33 -0500

This is an automated email from the git hooks/post-receive script.

lfam pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new f3d0ed37ea gnu: python-black: Document the tomli version requirements.
f3d0ed37ea is described below

commit f3d0ed37ea0cadbe56025e62c2f2c5e28014d041
Author: Leo Famulari <leo@famulari.name>
AuthorDate: Sat Jan 29 18:29:11 2022 -0500

    gnu: python-black: Document the tomli version requirements.
    
    * gnu/packages/python-xyz.scm (python-black): Add comment.
---
 gnu/packages/python-xyz.scm | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index a1cb1231f9..4f77fae8d0 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -5238,6 +5238,8 @@ matching of file paths.")
     (arguments
      `(#:phases
        (modify-phases %standard-phases
+         ;; XXX Remove this when updating this package:
+         ;; https://github.com/psf/black/issues/2703#issuecomment-1004752142
          (add-after 'unpack 'relax-version-requirements
            (lambda _
              (substitute* "setup.py"



reply via email to

[Prev in Thread] Current Thread [Next in Thread]