unofficial mirror of guix-devel@gnu.org 
 help / color / mirror / code / Atom feed
* [PATCH 1/4] gnu: Add python-pyte.
@ 2016-12-31 14:01 Hartmut Goebel
  2016-12-31 14:02 ` [PATCH 2/4] gnu: Add python-blessings Hartmut Goebel
                   ` (4 more replies)
  0 siblings, 5 replies; 13+ messages in thread
From: Hartmut Goebel @ 2016-12-31 14:01 UTC (permalink / raw)
  To: guix-devel

* gnu/packages/python.scm (python-pyte, python2-pyte): New variables.
---
 gnu/packages/python.scm | 29 +++++++++++++++++++++++++++++
 1 file changed, 29 insertions(+)

diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index a0542a5..2dea03b 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -12278,3 +12278,32 @@ possible on all supported Python versions.")
 
 (define-public python2-xopen
   (package-with-python2 python-xopen))
+
+(define-public python-pyte
+  (package
+    (name "python-pyte")
+    (version "0.5.2")
+    (source
+      (origin
+        (method url-fetch)
+        (uri (pypi-uri "pyte" version))
+        (sha256
+          (base32
+           "0abmxrjlibplzzz7qm7dyphhdp171ssf2lqqllig4p83450cyd6p"))))
+    (build-system python-build-system)
+    (propagated-inputs
+     `(("python-wcwidth", python-wcwidth)))
+    (native-inputs
+     `(("python-pytest-runner" ,python-pytest-runner)
+       ("python-pytest" ,python-pytest)))
+    (home-page "https://pyte.readthedocs.io/")
+    (synopsis "Simple VTXXX-compatible terminal emulator")
+    (description "@code{pyte} is an in memory VTxxx-compatible terminal
+emulator.  @code{xxx} stands for a series of video terminals, developed by DEC
+between 1970 and 1995.  The first, and probably the most famous one, was VT100
+terminal, which is now a de-facto standard for all virtual terminal
+emulators. pyte follows the suit.")
+    (license license:lgpl3)))
+
+(define-public python2-pyte
+  (package-with-python2 python-pyte))
-- 
2.7.4

^ permalink raw reply related	[flat|nested] 13+ messages in thread

end of thread, other threads:[~2017-01-02 16:38 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-12-31 14:01 [PATCH 1/4] gnu: Add python-pyte Hartmut Goebel
2016-12-31 14:02 ` [PATCH 2/4] gnu: Add python-blessings Hartmut Goebel
2017-01-01 21:11   ` Leo Famulari
2017-01-01 23:06   ` Tobias Geerinckx-Rice
2016-12-31 14:02 ` [PATCH 3/4] gnu: Add python-curtsies Hartmut Goebel
2017-01-01 21:13   ` Leo Famulari
2017-01-01 23:08   ` Tobias Geerinckx-Rice
2016-12-31 14:02 ` [PATCH 4/4] gnu: Add python-bpython Hartmut Goebel
2017-01-01 21:12   ` Leo Famulari
2017-01-01 21:08 ` [PATCH 1/4] gnu: Add python-pyte Leo Famulari
2017-01-01 22:40   ` Tobias Geerinckx-Rice
2017-01-02 16:33 ` [PATCH 4/4 v2] gnu: Add bpython Hartmut Goebel
2017-01-02 16:38   ` Hartmut Goebel

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).