guix-commits
[Top][All Lists]
Advanced

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

129/150: gnu: python-blessed: Remove tox.ini.


From: guix-commits
Subject: 129/150: gnu: python-blessed: Remove tox.ini.
Date: Sun, 24 Apr 2022 05:12:40 -0400 (EDT)

lbraun pushed a commit to branch wip-python-pep517
in repository guix.

commit ac6819f4ad0143e2bd798911cf4bf69c660eb3a2
Author: Lars-Dominik Braun <lars@6xq.net>
AuthorDate: Sun Jan 9 11:00:44 2022 +0100

    gnu: python-blessed: Remove tox.ini.
    
    * gnu/packages/python-xyz.scm (python-blessed)[arguments]: Add
    'remove-tox.ini to #:phases.
---
 gnu/packages/python-xyz.scm | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 2cd6e4313d..3279cac99f 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -26386,6 +26386,13 @@ placement and scaling of SVG figures and adding 
markers, such as labels.")
             ;; Don't get hung up on Windows test failures.
             (delete-file "blessed/win_terminal.py") #t))))
     (build-system python-build-system)
+    (arguments
+     '(#:phases
+       (modify-phases %standard-phases
+         (add-before 'check 'remove-tox.ini
+           (lambda _
+             (delete-file "tox.ini")
+               #t)))))
     (propagated-inputs
      (list python-jinxed python-six python-wcwidth))
     (native-inputs



reply via email to

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