diff options
| author | Troy Sankey <sankeytms@gmail.com> | 2016-07-02 14:27:41 -0400 |
|---|---|---|
| committer | Leo Famulari <leo@famulari.name> | 2016-07-03 16:52:19 -0400 |
| commit | 47d0b29269576e763e1fa84d34aa3a7cff3e27b0 (patch) | |
| tree | a2075864a89c21a3f3964c52307dd6921d4d4a11 /gnu/packages/python.scm | |
| parent | b58c1b2d9b8f6d2aaee92a55804d7aa75f5f3499 (diff) | |
gnu: Add python-urwidtrees.
* gnu/packages/python.scm (python-urwidtrees, python2-urwidtrees):
New variables.
Signed-off-by: Leo Famulari <leo@famulari.name>
Diffstat (limited to 'gnu/packages/python.scm')
| -rw-r--r-- | gnu/packages/python.scm | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index 597ca6a0338..8120012f774 100644 --- a/gnu/packages/python.scm +++ b/gnu/packages/python.scm | |||
| @@ -22,6 +22,7 @@ | |||
| 22 | ;;; Copyright © 2016 Hartmut Goebel <h.goebel@crazy-compilers.com> | 22 | ;;; Copyright © 2016 Hartmut Goebel <h.goebel@crazy-compilers.com> |
| 23 | ;;; Copyright © 2016 Daniel Pimentel <d4n1@d4n1.org> | 23 | ;;; Copyright © 2016 Daniel Pimentel <d4n1@d4n1.org> |
| 24 | ;;; Copyright © 2016 Sou Bunnbu <iyzsong@gmail.com> | 24 | ;;; Copyright © 2016 Sou Bunnbu <iyzsong@gmail.com> |
| 25 | ;;; Copyright © 2016 Troy Sankey <sankeytms@gmail.com> | ||
| 25 | ;;; | 26 | ;;; |
| 26 | ;;; This file is part of GNU Guix. | 27 | ;;; This file is part of GNU Guix. |
| 27 | ;;; | 28 | ;;; |
| @@ -4488,6 +4489,30 @@ features useful for text console applications.") | |||
| 4488 | (define-public python2-urwid | 4489 | (define-public python2-urwid |
| 4489 | (package-with-python2 python-urwid)) | 4490 | (package-with-python2 python-urwid)) |
| 4490 | 4491 | ||
| 4492 | (define-public python-urwidtrees | ||
| 4493 | (package | ||
| 4494 | (name "python-urwidtrees") | ||
| 4495 | (version "1.0.1.1") | ||
| 4496 | (source | ||
| 4497 | (origin | ||
| 4498 | (method url-fetch) | ||
| 4499 | (uri (pypi-uri "urwidtrees" version)) | ||
| 4500 | (sha256 | ||
| 4501 | (base32 | ||
| 4502 | "1zcvy12s7h3fazf33d6y7b4v19p8hg95xqwhqlmw6jz9fq76v9h8")))) | ||
| 4503 | (build-system python-build-system) | ||
| 4504 | (arguments | ||
| 4505 | '(#:tests? #f)) ; no tests | ||
| 4506 | (inputs `(("python-urwid" ,python-urwid))) | ||
| 4507 | (home-page "https://github.com/pazz/urwidtrees") | ||
| 4508 | (synopsis "Tree widgets for urwid") | ||
| 4509 | (description "Urwidtrees is a Widget Container API for the @code{urwid} | ||
| 4510 | toolkit. Use it to build trees of widgets.") | ||
| 4511 | (license gpl3+))) | ||
| 4512 | |||
| 4513 | (define-public python2-urwidtrees | ||
| 4514 | (package-with-python2 python-urwidtrees)) | ||
| 4515 | |||
| 4491 | (define-public python-dbus | 4516 | (define-public python-dbus |
| 4492 | (package | 4517 | (package |
| 4493 | (name "python-dbus") | 4518 | (name "python-dbus") |
