Package Details: python-ajsonrpc 1.2.0-2

Git Clone URL: https://aur.archlinux.org/python-ajsonrpc.git (read-only, click to copy)
Package Base: python-ajsonrpc
Description: Async JSON-RPC 2.0 protocol + server
Upstream URL: https://github.com/pavlov99/ajsonrpc
Licenses: MIT
Submitter: Jake
Maintainer: Jake
Last Packager: Jake
Votes: 9
Popularity: 0.87
First Submitted: 2021-03-17 20:08 (UTC)
Last Updated: 2021-12-13 20:09 (UTC)

Latest Comments

lpolasek commented on 2021-11-21 13:30 (UTC)

I used the latest standard python 3.9.7-2 package

Jake commented on 2021-11-20 11:29 (UTC)

@lpolasek: Can't reproduce this with current core/python 3.9.7, do you have some unusual python version/build?

lpolasek commented on 2021-11-18 13:47 (UTC) (edited on 2021-11-18 13:48 (UTC) by lpolasek)

Hi, I just have an error when building this AUR on my host:

==> Starting build()...
Traceback (most recent call last):
  File "setup.py", line 5, in <module>
    from ajsonrpc import __version__
  File "/home/pola/.cache/yay/python-ajsonrpc/src/ajsonrpc-1.2.0/ajsonrpc/__init__.py", line 1, in <module>
    from .dispatcher import Dispatcher
  File "/home/pola/.cache/yay/python-ajsonrpc/src/ajsonrpc-1.2.0/ajsonrpc/dispatcher.py", line 18
    def __init__(self, prototype: Any = None, prefix: Optional[str] = None) -> None:
                                ^
SyntaxError: invalid syntax

How can I fix it? Thanks