[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
05/08: gnu: Add python-inform.
From: |
guix-commits |
Subject: |
05/08: gnu: Add python-inform. |
Date: |
Sat, 10 Oct 2020 17:00:29 -0400 (EDT) |
civodul pushed a commit to branch master
in repository guix.
commit c9a99803dd392969b8dc7f0386c0b99ca40073c9
Author: Tanguy Le Carrour <tanguy@bioneland.org>
AuthorDate: Thu Oct 8 14:10:49 2020 +0200
gnu: Add python-inform.
* gnu/packages/python-xyz.scm (python-inform): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
---
gnu/packages/python-xyz.scm | 29 +++++++++++++++++++++++++++++
1 file changed, 29 insertions(+)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 0670eb7..37f911b 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -22161,3 +22161,32 @@ CSL 1.0.1 specification. citeproc-py can output
styled citations and
bibliographies in a number of different output formats. Currently supported
are plain text, reStructuredText and HTML.")
(license license:bsd-2)))
+
+(define-public python-inform
+ (package
+ (name "python-inform")
+ (version "1.23.0")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (pypi-uri "inform" version))
+ (sha256
+ (base32
+ "0dvc5klbnbryrvspp45nmlg02g40j7xspcz7lqsm0c0dj0z29zdz"))))
+ (build-system python-build-system)
+ (arguments
+ `(#:tests? #f)) ; PyPI tarball lacks tests
+ (native-inputs
+ `(("python-hypothesis" ,python-hypothesis)
+ ("python-pytest-cov" ,python-pytest-cov)
+ ("python-pytest-runner" ,python-pytest-runner)))
+ (propagated-inputs
+ `(("python-arrow" ,python-arrow)
+ ("python-six" ,python-six)))
+ (home-page "https://inform.readthedocs.io")
+ (synopsis "Print & logging utilities for communicating with user")
+ (description
+ "Inform is designed to display messages from programs that are typically
run from
+a console. It provides a collection of ‘print’ functions that allow you to
simply and
+cleanly print different types of messages.")
+ (license license:gpl3+)))
- branch master updated (45cad97 -> 5b548a1), guix-commits, 2020/10/10
- 02/08: gnu: mig: Define 'mig/32-bit'., guix-commits, 2020/10/10
- 05/08: gnu: Add python-inform.,
guix-commits <=
- 01/08: svn-download, hg-download: Use 'report-invoke-error'., guix-commits, 2020/10/10
- 03/08: gnu: gdb: Build with a 32-bit MIG when targeting i586-pc-gnu., guix-commits, 2020/10/10
- 06/08: gnu: Add python-nestedtext., guix-commits, 2020/10/10
- 07/08: gnu: Add liburing., guix-commits, 2020/10/10
- 08/08: gnu: Add folly., guix-commits, 2020/10/10
- 04/08: gnu: beets: Skip failing tests., guix-commits, 2020/10/10