Package Details: python-slixmpp 1.8.5-2

Git Clone URL: https://aur.archlinux.org/python-slixmpp.git (read-only, click to copy)
Package Base: python-slixmpp
Description: An XMPP library written for Python 3.7+ (SleekXMPP asyncio fork)
Upstream URL: https://codeberg.org/poezio/slixmpp
Licenses: MIT
Submitter: mathieuI
Maintainer: mathieuI (linkmauve, Ppjet6)
Last Packager: mathieuI
Votes: 6
Popularity: 0.000000
First Submitted: 2015-07-31 20:21 (UTC)
Last Updated: 2024-02-06 12:15 (UTC)

Latest Comments

« First ‹ Previous 1 2

mathieuI commented on 2018-08-07 19:34 (UTC)

The package is out of date, but even then, the library is not yet compatible with python 3.7 in master, so please wait a bit.

Markus00000 commented on 2018-08-07 06:51 (UTC) (edited on 2018-08-07 06:52 (UTC) by Markus00000)

Build fails:

Traceback (most recent call last):
  File "setup.py", line 20, in <module>
    from slixmpp.version import __version__
  File "/tmp/makepkg/python-slixmpp/src/slixmpp-1.2.4/slixmpp/__init__.py", line 16, in <module>
    from slixmpp.stanza import Message, Presence, Iq
  File "/tmp/makepkg/python-slixmpp/src/slixmpp-1.2.4/slixmpp/stanza/__init__.py", line 10, in <module>
    from slixmpp.stanza.error import Error
  File "/tmp/makepkg/python-slixmpp/src/slixmpp-1.2.4/slixmpp/stanza/error.py", line 9, in <module>
    from slixmpp.xmlstream import ElementBase, ET
  File "/tmp/makepkg/python-slixmpp/src/slixmpp-1.2.4/slixmpp/xmlstream/__init__.py", line 13, in <module>
    from slixmpp.xmlstream.xmlstream import XMLStream, RESPONSE_TIMEOUT
  File "/tmp/makepkg/python-slixmpp/src/slixmpp-1.2.4/slixmpp/xmlstream/xmlstream.py", line 284
    asyncio.async(self._connect_routine())
                ^
SyntaxError: invalid syntax