./textproc/py-jsonrpc-server, Asynchronous JSON RPC server for Python

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 0.4.0nb2, Package name: py311-jsonrpc-server-0.4.0nb2, Maintainer: pkgsrc-users

A Python 2.7 and 3.4+ server implementation of the JSON RPC 2.0
protocol. This library has been pulled out of the Python Language
Server project.

Asynchronous request handling is supported using Python 3's
concurrent.futures module and the Python 2 concurrent.futures
backport.


Required to run:
[textproc/py-ujson] [lang/python310]

Master sites:

Filesize: 25.87 KB

Version history: (Expand)


CVS history: (Expand)


   2023-11-05 21:43:15 by Thomas Klausner | Files touched by this commit (4)
Log message:
py-jsonrpc-server: convert to wheel.mk

Fix build with Python 3.12.

Bump PKGREVISION.
   2022-01-04 21:55:40 by Thomas Klausner | Files touched by this commit (1595)
Log message:
*: bump PKGREVISION for egg.mk users

They now have a tool dependency on py-setuptools instead of a DEPENDS
   2021-10-26 13:23:42 by Nia Alarie | Files touched by this commit (1161)
Log message:
textproc: Replace RMD160 checksums with BLAKE2s checksums

All checksums have been double-checked against existing RMD160 and
SHA512 hashes

Unfetchable distfiles (fetched conditionally?):
./textproc/convertlit/distinfo clit18src.zip
   2021-10-07 17:02:49 by Nia Alarie | Files touched by this commit (1162)
Log message:
textproc: Remove SHA1 hashes for distfiles
   2020-12-09 21:51:20 by Jonathan Perkin | Files touched by this commit (1)
Log message:
py-jsonrpc-server: Fix python bulk build breakage.
   2020-12-09 10:30:56 by Nia Alarie | Files touched by this commit (2)
Log message:
Mark packages that fail with Python 2.7
   2020-11-07 19:56:56 by Thomas Klausner | Files touched by this commit (3) | Package updated
Log message:
py-jsonrpc-server: update to 0.4.0.

0.4.0

    Upgrade ujson dependency
   2020-05-18 15:34:30 by Thomas Klausner | Files touched by this commit (5)
Log message:
textproc/py-jsonrpc-server: import py-jsonrpc-server-0.3.4

A Python 2.7 and 3.4+ server implementation of the JSON RPC 2.0
protocol. This library has been pulled out of the Python Language
Server project.

Asynchronous request handling is supported using Python 3's
concurrent.futures module and the Python 2 concurrent.futures
backport.