guix-commits
[Top][All Lists]
Advanced

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

07/12: gnu: python-ipython-sql: Update to 0.4.1.


From: guix-commits
Subject: 07/12: gnu: python-ipython-sql: Update to 0.4.1.
Date: Tue, 21 Jun 2022 11:43:12 -0400 (EDT)

mbakke pushed a commit to branch master
in repository guix.

commit a358602d35e71cbde9d390beeeebc08543ab3414
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Tue Jun 21 15:52:25 2022 +0200

    gnu: python-ipython-sql: Update to 0.4.1.
    
    * gnu/packages/python-xyz.scm (python-ipython-sql): Update to 0.4.1.
    [arguments]: Remove #:phases.  Add #:tests?.
---
 gnu/packages/python-xyz.scm | 17 ++++-------------
 1 file changed, 4 insertions(+), 13 deletions(-)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 11c50a762b..0fe436cbe5 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -8298,25 +8298,16 @@ cluster down and deletes the throwaway profile.")
 (define-public python-ipython-sql
   (package
     (name "python-ipython-sql")
-    (version "0.4.0")
+    (version "0.4.1")
     (source
      (origin
        (method url-fetch)
        (uri (pypi-uri "ipython-sql" version))
        (sha256
-        (base32 "0v74ayc6vw98f4jljmwy45qpqbcbhlrb4g1qdyypq9sppxcqx21y"))))
+        (base32 "1r6rz8jgrqzhkf2flwjw75d96g8l7kykmx5wli3q1988w96391ip"))))
     (build-system python-build-system)
-    (arguments
-     `(#:phases
-       (modify-phases %standard-phases
-         (add-after 'unpack 'fix-build
-           (lambda _
-             ;; The "NEWS.rst" file is missing from the PyPI distribution.
-             ;; (see: 
https://github.com/catherinedevlin/ipython-sql/issues/164)
-             (substitute* "setup.py"
-               (("NEWS = [^\n]*") "")
-               (("long_description=README \\+ '\\\\n\\\\n' \\+ NEWS,")
-                "long_description=README,")))))))
+    ;; Tests must run under IPython.
+    (arguments '(#:tests? #f))
     (propagated-inputs
      (list python-ipython
            python-ipython-genutils



reply via email to

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