[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
10/11: gnu: python-serpent: Tweak description.
From: |
guix-commits |
Subject: |
10/11: gnu: python-serpent: Tweak description. |
Date: |
Sun, 21 Apr 2019 21:36:58 -0400 (EDT) |
nckx pushed a commit to branch master
in repository guix.
commit 1d3c78036ff90ec94001abbeded2678dd76ef654
Author: Tobias Geerinckx-Rice <address@hidden>
Date: Mon Apr 22 00:48:49 2019 +0200
gnu: python-serpent: Tweak description.
* gnu/packages/python-xyz.scm (python-serpent)[description]:
Use @code{} and edit slightly.
---
gnu/packages/python-xyz.scm | 13 +++++++------
1 file changed, 7 insertions(+), 6 deletions(-)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 6eb4ba1..99d9bfd 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -629,12 +629,13 @@ version identifier.")
(home-page "https://github.com/irmen/Serpent")
(synopsis "Serializer for literal Python expressions")
(description
- "Serpent provides ast.literal_eval() compatible object tree
-serialization. It serializes an object tree into bytes (utf-8 encoded string)
-that can be decoded and then passed as-is to ast.literal_eval() to rebuild it
-as the original object tree. As such it is safe to send serpent data to other
-machines over the network for instance (because only safe literals are
-encoded).")
+ "Serpent provides @code{ast.literal_eval()}-compatible object tree
+serialization. It serializes an object tree into bytes (an utf-8 encoded
+string) that can be decoded and then passed as-is to @code{ast.literal_eval()}
+to rebuild the original object tree.
+
+Because only safe literals are encoded, it is safe to send serpent data to
+other machines, such as over the network.")
(license license:expat)))
(define-public python-setuptools
- branch master updated (56a4858 -> c60b15c), guix-commits, 2019/04/21
- 11/11: gnu: python-dill: Update to 0.2.9., guix-commits, 2019/04/21
- 10/11: gnu: python-serpent: Tweak description.,
guix-commits <=
- 08/11: gnu: python-openpyxl: Update to 2.6.2., guix-commits, 2019/04/21
- 09/11: gnu: python-serpent: Update to 1.28., guix-commits, 2019/04/21
- 07/11: gnu: perl-text-csv: Fix build., guix-commits, 2019/04/21
- 05/11: gnu: eid-mw: Update to 4.4.16., guix-commits, 2019/04/21
- 06/11: gnu: parallel: Update to 20190422., guix-commits, 2019/04/21
- 02/11: gnu: dav1d: Update to 0.2.2., guix-commits, 2019/04/21
- 04/11: gnu: dbacl: Don't use NAME in source URI., guix-commits, 2019/04/21
- 01/11: gnu: foo2zjs: Update to 20190413., guix-commits, 2019/04/21
- 03/11: gnu: youtube-dl: Update to 2019.04.17., guix-commits, 2019/04/21