[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
06/20: gnu: Add python-prompt-toolkit-1.
From: |
guix-commits |
Subject: |
06/20: gnu: Add python-prompt-toolkit-1. |
Date: |
Wed, 2 Jan 2019 10:34:31 -0500 (EST) |
rekado pushed a commit to branch master
in repository guix.
commit 464cb5b55de70a28e9c42ef6e8a1f84ba5918d90
Author: Ricardo Wurmus <address@hidden>
Date: Wed Jan 2 13:37:44 2019 +0100
gnu: Add python-prompt-toolkit-1.
* gnu/packages/python.scm (python-prompt-toolkit-1,
python2-prompt-toolkit-1):
New variables.
---
gnu/packages/python.scm | 14 ++++++++++++++
1 file changed, 14 insertions(+)
diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index 20b1ff6..8c091c0 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -9929,6 +9929,20 @@ characters, mouse support, and auto suggestions.")
(define-public python2-prompt-toolkit
(package-with-python2 python-prompt-toolkit))
+(define-public python-prompt-toolkit-1
+ (package (inherit python-prompt-toolkit)
+ (version "1.0.15")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (pypi-uri "prompt_toolkit" version ".tar.gz"))
+ (sha256
+ (base32
+ "05v9h5nydljwpj5nm8n804ms0glajwfy1zagrzqrg91wk3qqi1c5"))))))
+
+(define-public python2-prompt-toolkit-1
+ (package-with-python2 python-prompt-toolkit-1))
+
(define-public python-jedi
(package
(name "python-jedi")
- branch master updated (8ef0655 -> 9fb5771), guix-commits, 2019/01/02
- 02/20: gnu: python-configargparse: Use INVOKE., guix-commits, 2019/01/02
- 15/20: gnu: python-ipython: Remove dependency on python-jupyter-core-minimal., guix-commits, 2019/01/02
- 01/20: gnu: python-docopt: Use INVOKE., guix-commits, 2019/01/02
- 04/20: gnu: python-hy: Use INVOKE., guix-commits, 2019/01/02
- 03/20: gnu: python-clint: Use INVOKE., guix-commits, 2019/01/02
- 06/20: gnu: Add python-prompt-toolkit-1.,
guix-commits <=
- 13/20: gnu: python-widgetsnbextension: Update to 3.4.2., guix-commits, 2019/01/02
- 14/20: gnu: python-ipywidgets: Enable tests., guix-commits, 2019/01/02
- 18/20: gnu: Add python-qtconsole., guix-commits, 2019/01/02
- 08/20: gnu: python-ipykernel: Update to 5.1.0., guix-commits, 2019/01/02
- 10/20: gnu: python-jupyter-client: Update to 5.2.4., guix-commits, 2019/01/02
- 12/20: gnu: Add python-send2trash., guix-commits, 2019/01/02
- 09/20: gnu: python-ipython: Break dependency on python-ipykernel., guix-commits, 2019/01/02
- 05/20: gnu: python-prompt-toolkit: Update to 2.0.7., guix-commits, 2019/01/02
- 11/20: gnu: Add python-prometheus-client., guix-commits, 2019/01/02
- 17/20: gnu: python-notebook: Update to 5.7.4., guix-commits, 2019/01/02