guix-commits
[Top][All Lists]
Advanced

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

02/12: gnu: python-pympler: Update to 1.0.1.


From: guix-commits
Subject: 02/12: gnu: python-pympler: Update to 1.0.1.
Date: Sat, 13 Aug 2022 13:25:18 -0400 (EDT)

mbakke pushed a commit to branch staging
in repository guix.

commit f561830a5bc6d7df07fbf3cd8af37e4f83f33620
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Fri Aug 12 20:20:48 2022 +0200

    gnu: python-pympler: Update to 1.0.1.
    
    * gnu/packages/python-xyz.scm (python-pympler): Update to 1.0.1.
    [arguments]: Remove.
---
 gnu/packages/python-xyz.scm | 11 ++---------
 1 file changed, 2 insertions(+), 9 deletions(-)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 7c7224fdae..e76d944025 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -3850,21 +3850,14 @@ JavaScript-like message boxes.  Types of dialog boxes 
include:
   (package
     (name "python-pympler")
     (home-page "https://pythonhosted.org/Pympler/";)
-    (version "0.9")
+    (version "1.0.1")
     (source (origin
               (method url-fetch)
               (uri (pypi-uri "Pympler" version))
               (sha256
                (base32
-                "0ivfw2k86nbw9ck9swidl4422w7bhjldxwj90a4sy5r1cbgygjzj"))))
+                "1ynkqpv2akldmvkll5vh5zhwj433s1d59iv0f76lygyak4silgwr"))))
     (build-system python-build-system)
-    (arguments
-     `(#:phases (modify-phases %standard-phases
-                  (delete 'check)
-                  (add-after 'install 'check
-                    (lambda* (#:key inputs outputs #:allow-other-keys)
-                      (add-installed-pythonpath inputs outputs)
-                      (invoke "python" "setup.py" "test"))))))
     (synopsis "Measure, monitor and analyze memory behavior")
     (description
      "Pympler is a development tool to measure, monitor and analyze



reply via email to

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