guix-commits
[Top][All Lists]
Advanced

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

05/05: gnu: python-tenacity: Use pyproject-build-system.


From: guix-commits
Subject: 05/05: gnu: python-tenacity: Use pyproject-build-system.
Date: Mon, 5 Jun 2023 11:11:52 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 77d6d5783b0f698aa832ead809c65eb411cda341
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Mon Jun 5 17:10:37 2023 +0200

    gnu: python-tenacity: Use pyproject-build-system.
    
    * gnu/packages/python-xyz.scm (python-tenacity)[build-system]: Use
    pyproject-build-system.
    [arguments]: Remove.
---
 gnu/packages/python-xyz.scm | 7 +------
 1 file changed, 1 insertion(+), 6 deletions(-)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 8529fd2caa..e6a7367557 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -1342,15 +1342,10 @@ threads.")
               (sha256
                (base32
                 "0bwkvjpjfyi9dgszzad9aww2vc00w3bczjnbifi92cp7wch2l923"))))
-    (build-system python-build-system)
+    (build-system pyproject-build-system)
     (native-inputs
      (list python-setuptools-scm python-tornado-6 python-typeguard
            python-pytest))
-    (arguments
-     (list #:phases
-           #~(modify-phases %standard-phases
-               (replace 'check
-                 (lambda _ (invoke "pytest" "-vv"))))))
     (home-page "https://github.com/jd/tenacity";)
     (synopsis "Retrying library for python")
     (description "Tenacity is a general-purpose python library to simplify the



reply via email to

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