[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
228/242: gnu: Add python-ipdb.
From: |
guix-commits |
Subject: |
228/242: gnu: Add python-ipdb. |
Date: |
Wed, 11 May 2022 18:03:31 -0400 (EDT) |
apteryx pushed a commit to branch wip-ipython-polyglossia
in repository guix.
commit 4be9612627e0148af99fe9c1101f811010b3cc9e
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Fri Apr 22 21:41:39 2022 -0400
gnu: Add python-ipdb.
* gnu/packages/python-xyz.scm (python-ipdb): New variable.
---
gnu/packages/python-xyz.scm | 26 ++++++++++++++++++++++++++
1 file changed, 26 insertions(+)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 732ce6c40c..aa6bb16dbe 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -6268,6 +6268,32 @@ to the interactive prompt. It is an extension of the
@code{rlcompleter}
module from the standard Python library.")
(license license:bsd-3)))
+(define-public python-ipdb
+ (package
+ (name "python-ipdb")
+ (version "0.13.9")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (pypi-uri "ipdb" version))
+ (sha256
+ (base32 "1ibql99agjf2gj7y0svzd5m0h81hailf4p3sj3yl9i1i8ykdj6wm"))))
+ (build-system python-build-system)
+ (arguments
+ (list #:phases #~(modify-phases %standard-phases
+ (replace 'check
+ (lambda* (#:key tests? #:allow-other-keys)
+ (when tests?
+ (invoke "python" "-m" "unittest"
"discover")))))))
+ (propagated-inputs (list python-ipython python-toml python-decorator))
+ (home-page "https://github.com/gotcha/ipdb")
+ (synopsis "IPython-enhanced Python debugger (pdb)")
+ (description "@code{ipdb} exports functions to access the IPython
+debugger, which features tab completion, syntax highlighting, better
+tracebacks and better introspection than Python's standard @command{pdb}
+debugger, with which it shares the same interface.")
+ (license license:bsd-3)))
+
(define-public python-pdbpp
(package
(name "python-pdbpp")
- 211/242: gnu: python2-sqlalchemy: Skip a failing test., (continued)
- 211/242: gnu: python2-sqlalchemy: Skip a failing test., guix-commits, 2022/05/11
- 220/242: gnu: python-sphinx-argparse: Update to 0.3.1., guix-commits, 2022/05/11
- 214/242: gnu: python-sphinx: Update to 4.5.0., guix-commits, 2022/05/11
- 230/242: gnu: Add python-mpl-sphinx-theme., guix-commits, 2022/05/11
- 224/242: gnu: python-sphinx-autodoc-typehints: Update to 1.18.1., guix-commits, 2022/05/11
- 239/242: gnu: Add python-sanic-routing., guix-commits, 2022/05/11
- 234/242: gnu: python-qtconsole: Update to 5.3.0., guix-commits, 2022/05/11
- 237/242: gnu: python-pytest-sanic: Update to 1.9.1., guix-commits, 2022/05/11
- 241/242: gnu: Add python-sanic-testing., guix-commits, 2022/05/11
- 236/242: gnu: python-matplotlib: Update to 3.5.2., guix-commits, 2022/05/11
- 228/242: gnu: Add python-ipdb.,
guix-commits <=
- 240/242: gnu: Add python-sanic-bootstrap., guix-commits, 2022/05/11
- 223/242: gnu: Add python-nptyping., guix-commits, 2022/05/11
- 225/242: gnu: python-sphinxext-opengraph: Update to 0.6.3., guix-commits, 2022/05/11
- 215/242: gnu: python-pydata-sphinx-theme: Update to 0.7.2., guix-commits, 2022/05/11
- 221/242: gnu: python-sphinx-cloud-sptheme: Update to 1.10.1 [still broken]., guix-commits, 2022/05/11
- 80/242: gnu: Add skia., guix-commits, 2022/05/11
- 79/242: gnu: Add python-cffsubr., guix-commits, 2022/05/11
- 02/242: gnu: python-astroid: Propagate python-typing-extensions., guix-commits, 2022/05/11
- 08/242: gnu: python-jinja2: Update to 3.1.1., guix-commits, 2022/05/11
- 22/242: gnu: Add python-defcon-bootstrap., guix-commits, 2022/05/11