[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
07/08: gnu: Add python-dockerpty.
From: |
David Thompson |
Subject: |
07/08: gnu: Add python-dockerpty. |
Date: |
Thu, 14 Jan 2016 14:19:45 +0000 |
davexunit pushed a commit to branch master
in repository guix.
commit b42c9c812403074ac0eaa57f9293972a5765e213
Author: David Thompson <address@hidden>
Date: Mon Jan 11 13:35:51 2016 -0500
gnu: Add python-dockerpty.
* gnu/packages/docker.scm (python-dockerpty): New variable.
---
gnu/packages/docker.scm | 21 +++++++++++++++++++++
1 files changed, 21 insertions(+), 0 deletions(-)
diff --git a/gnu/packages/docker.scm b/gnu/packages/docker.scm
index 8b75590..f216421 100644
--- a/gnu/packages/docker.scm
+++ b/gnu/packages/docker.scm
@@ -50,3 +50,24 @@
(description "Docker-Py is a Python client for the Docker container
management tool.")
(license license:asl2.0)))
+
+(define-public python-dockerpty
+ (package
+ (name "python-dockerpty")
+ (version "0.3.4")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (pypi-uri "dockerpty" version))
+ (sha256
+ (base32
+ "0za6rr349641wv76ww9l3zcic2xyxrirlxpnzl4296h897648455"))))
+ (build-system python-build-system)
+ (native-inputs
+ `(("python-six" ,python-six)))
+ (home-page "https://github.com/d11wtq/dockerpty")
+ (synopsis "Python library to use the pseudo-TTY of a Docker container")
+ (description "Docker PTY provides the functionality needed to operate the
+pseudo-terminal (PTY) allocated to a Docker container using the Python
+client.")
+ (license license:asl2.0)))
- branch master updated (3141b83 -> df1f1d6), David Thompson, 2016/01/14
- 01/08: gnu: Add version 2.7 variant of python-requests., David Thompson, 2016/01/14
- 03/08: gnu: Update python-jsonschema to 2.5.1., David Thompson, 2016/01/14
- 07/08: gnu: Add python-dockerpty.,
David Thompson <=
- 08/08: gnu: Add docker-compose., David Thompson, 2016/01/14
- 05/08: gnu: Add python-websocket-client., David Thompson, 2016/01/14
- 04/08: gnu: Add python-texttable., David Thompson, 2016/01/14
- 06/08: gnu: Add python-docker-py., David Thompson, 2016/01/14
- 02/08: gnu: Add python-vcversioner., David Thompson, 2016/01/14