From bd105b78b018ce3ac921111f126204437b55a8f1 Mon Sep 17 00:00:00 2001 From: Arne Babenhauserheide Date: Fri, 12 Jul 2019 23:41:10 +0200 Subject: gnu: python-aiorpcx: capitalize description MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * gnu/packages/python-web.scm (python-aiorpcx): capitalize description Signed-off-by: Ludovic Courtès --- gnu/packages/python-web.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm index 1b899871d8..7047c515e2 100644 --- a/gnu/packages/python-web.scm +++ b/gnu/packages/python-web.scm @@ -168,8 +168,8 @@ using @url{https://github.com/saghul/pycares,pycares}.") (home-page "https://github.com/kyuupichan/aiorpcX") (synopsis "Generic asyncio RPC implementation") (description - "aiorpcX is a generic asyncio library implementation of RPC suitable for -an application that is a client, server or both. + "The aiorpcX library is a generic asyncio implementation of RPC suitable +for an application that is a client, server or both. The package includes a module with full coverage of JSON RPC versions 1.0 and 2.0, JSON RPC protocol auto-detection, and arbitrary message framing. It also -- cgit v1.2.3 ckages/rdf.scm'>logtreecommitdiff
AgeCommit message (Expand)Author
2018-08-15gnu: serd: Update to 0.30.0....Tobias Geerinckx-Rice
2018-08-10gnu: sord: Update to 0.16.2....Tobias Geerinckx-Rice
2018-06-22gnu: Use HTTPS for drobilla.net URIs....Tobias Geerinckx-Rice
2018-04-12Merge branch 'master' into core-updatesMark H Weaver
2018-04-12gnu: lrdf: Update to 0.6.1....Marius Bakke
2018-04-12gnu: sord: Return #t from all phases....Mark H Weaver
2018-04-12gnu: serd: Return #t from all phases....Mark H Weaver
2018-02-08gnu: serd: Update to 0.28.0....Tobias Geerinckx-Rice
2017-11-18gnu: Move date/time packages from python.scm to time.scm....Ricardo Wurmus
2017-11-17gnu: Move testing packages from python.scm to check.scm....Ricardo Wurmus
2017-11-13gnu: Move web packages from python to python-web....Ludovic Courtès
2017-09-24gnu: Fix syntax errors introduced by dc1d3cdef70f0e3c047c229c2a0e56....Marius Bakke
2017-09-20gnu: Use 'modify-phases' syntax....Kei Kebreau
2017-06-09gnu: raptor2: Fix heap overflow bug....Marius Bakke
2017-04-10gnu: sord: Update to 0.16.0....Ricardo Wurmus
2017-04-10gnu: serd: Update to 0.26.0....Ricardo Wurmus
2016-12-14gnu: python-rdflib: Disable tests....Marius Bakke
2016-11-15gnu: Fix python inputs, part 1: all inputs become propagated-inputs....Hartmut Goebel
2016-11-15gnu: Remove python-setuptools and python2-setuptools from inputs (part 2)...Hartmut Goebel