guix-commits
[Top][All Lists]
Advanced

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

03/03: gnu: bpython: Update to 0.21.


From: guix-commits
Subject: 03/03: gnu: bpython: Update to 0.21.
Date: Mon, 16 Aug 2021 03:05:24 -0400 (EDT)

mothacehe pushed a commit to branch core-updates-frozen
in repository guix.

commit 591a3f5714231b0820d5814299d90dc92af6e585
Author: Mathieu Othacehe <othacehe@gnu.org>
AuthorDate: Mon Aug 16 09:02:29 2021 +0200

    gnu: bpython: Update to 0.21.
    
    * gnu/packages/python-xyz.scm (bpython): Update to 0.21.
    [propagated-inputs]: Use python-cwcwidth instead of python-wcwidth.
    Add python-pyxdg.
    [native-inputs]: Add python-tox and python-wheel.
---
 gnu/packages/python-xyz.scm | 12 ++++++++----
 1 file changed, 8 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 9fdd133..aaeede3 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -142,6 +142,7 @@
   #:use-module (gnu packages enchant)
   #:use-module (gnu packages file)
   #:use-module (gnu packages fontutils)
+  #:use-module (gnu packages freedesktop)
   #:use-module (gnu packages gcc)
   #:use-module (gnu packages geo)
   #:use-module (gnu packages ghostscript)
@@ -20009,13 +20010,13 @@ Included are implementations of:
 (define-public bpython
   (package
     (name "bpython")
-    (version "0.20.1")
+    (version "0.21")
     (source
      (origin
        (method url-fetch)
        (uri (pypi-uri "bpython" version))
        (sha256
-        (base32 "00vmkkc79mlnkyvwww1cr7bpwmf4p61704dhayz6kd0kc203hxvf"))))
+        (base32 "11wlf12nm6ggn9512y4yqs26s8gdgpx0h9ls94k7fsjgjy4rpal8"))))
     (build-system python-build-system)
     (arguments
      `(#:phases
@@ -20041,14 +20042,17 @@ Included are implementations of:
        ("python-curtsies" ,python-curtsies)
        ("python-greenlet" ,python-greenlet)
        ("python-six" ,python-six)
-       ("python-wcwidth" ,python-wcwidth)
+       ("python-cwcwidth" ,python-cwcwidth)
+       ("python-pyxdg" ,python-pyxdg)
        ;; optional dependencies
        ("python-urwid" ,python-urwid)   ; for bpython-urwid only
        ("python-watchdog" ,python-watchdog)
        ("python-jedi" ,python-jedi)))
     (native-inputs
      `(("python-sphinx" ,python-sphinx)
-       ("python-mock" ,python-mock)))
+       ("python-mock" ,python-mock)
+       ("python-tox" ,python-tox)
+       ("python-wheel" ,python-wheel)))
     (home-page "https://bpython-interpreter.org/";)
     (synopsis "Fancy interface to the Python interpreter")
     (description "Bpython is a fancy interface to the Python



reply via email to

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