summaryrefslogtreecommitdiff
path: root/gnu/packages/python.scm
diff options
context:
space:
mode:
authorDavid Craven <david@craven.ch>2016-07-29 10:23:52 +0200
committerLudovic Courtès <ludo@gnu.org>2016-07-29 17:37:22 +0200
commit66e076642c0a5f1293288b2c77f739b001f5d190 (patch)
treed0db4520b3084bbe1897e2f7fe0d33b30bc26de1 /gnu/packages/python.scm
parent0160458bf8a2a77a3ec0283b4bb98fb477ed09f9 (diff)
gnu: Remove trailing periods from synopsis.
* gnu/packages/emacs.scm (emacs-smart-mode-line): Update synopsis. * gnu/packages/gnustep.scm (wmfire): Update synopsis. * gnu/packages/haskell.scm (ghc-socks): Update synopsis. * gnu/packages/kde-frameworks.scm (oxygen-icons): Update synopsis. * gnu/packages/openstack.scm (python-bandit): Update synopsis. * gnu/packages/perl.scm (perl-test-trap): Update synopsis. * gnu/packages/python.scm (python-backports-abc): Update synopsis. * gnu/packages/ruby.scm (python-cryptography-vectors): Update synopsis. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
Diffstat (limited to 'gnu/packages/python.scm')
-rw-r--r--gnu/packages/python.scm6
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index 0a4cecaa9e5..b5518b021f6 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -4997,7 +4997,7 @@ connection to each user.")
4997 (inputs 4997 (inputs
4998 `(("python-setuptools" ,python-setuptools))) 4998 `(("python-setuptools" ,python-setuptools)))
4999 (home-page "https://github.com/cython/backports_abc") 4999 (home-page "https://github.com/cython/backports_abc")
5000 (synopsis "Backport of additions to the 'collections.abc' module.") 5000 (synopsis "Backport of additions to the 'collections.abc' module")
5001 (description 5001 (description
5002 "Python-backports-abc provides a backport of additions to the 5002 "Python-backports-abc provides a backport of additions to the
5003'collections.abc' module in Python-3.5.") 5003'collections.abc' module in Python-3.5.")
@@ -5972,7 +5972,7 @@ responses, rather than doing any computation.")
5972 (native-inputs 5972 (native-inputs
5973 `(("python-setuptools" ,python-setuptools))) 5973 `(("python-setuptools" ,python-setuptools)))
5974 (home-page "https://github.com/pyca/cryptography") 5974 (home-page "https://github.com/pyca/cryptography")
5975 (synopsis "Test vectors for the cryptography package.") 5975 (synopsis "Test vectors for the cryptography package")
5976 (description 5976 (description
5977 "This package contains test vectors for the cryptography package.") 5977 "This package contains test vectors for the cryptography package.")
5978 ;; Distributed under either BSD-3 or ASL2.0 5978 ;; Distributed under either BSD-3 or ASL2.0
@@ -9271,7 +9271,7 @@ are optionally backed by a C extension built on librdkafka.")
9271 "02wjrpf001gjdjsaxxbzcwfg19crlk2dbddayrfc2v06f53yrcyw")))) 9271 "02wjrpf001gjdjsaxxbzcwfg19crlk2dbddayrfc2v06f53yrcyw"))))
9272 (build-system python-build-system) 9272 (build-system python-build-system)
9273 (home-page "https://github.com/jquast/wcwidth") 9273 (home-page "https://github.com/jquast/wcwidth")
9274 (synopsis "Measure number of terminal column cells of wide-character codes.") 9274 (synopsis "Measure number of terminal column cells of wide-character codes")
9275 (description "Wcwidth measures the number of terminal column cells of 9275 (description "Wcwidth measures the number of terminal column cells of
9276wide-character codes. It is useful for those implementing a terminal emulator, 9276wide-character codes. It is useful for those implementing a terminal emulator,
9277or programs that carefully produce output to be interpreted by one. It is a 9277or programs that carefully produce output to be interpreted by one. It is a