Package Details: python-aioxmpp 0.13.3-1

Git Clone URL: https://aur.archlinux.org/python-aioxmpp.git (read-only, click to copy)
Package Base: python-aioxmpp
Description: An XMPP library for use with Python 3.5+ asyncio
Upstream URL: https://github.com/horazont/aioxmpp
Keywords: jabber xmpp
Licenses: LGPL3
Submitter: renek
Maintainer: xenrox
Last Packager: xenrox
Votes: 4
Popularity: 0.000014
First Submitted: 2015-11-29 11:38 (UTC)
Last Updated: 2023-02-16 21:25 (UTC)

Latest Comments

1 2 Next › Last »

xenrox commented on 2022-05-08 20:36 (UTC)

Sorry for that, have added python-nose to checkdepends.

c0d3d3v commented on 2022-05-02 08:57 (UTC) (edited on 2022-05-02 09:00 (UTC) by c0d3d3v)

I tried to install nose via pip, but then we get a new error:

==> Beginne check()...
Traceback (most recent call last):
  File "/usr/lib/python3.10/runpy.py", line 196, in _run_module_as_main
    return _run_code(code, main_globals, None,
  File "/usr/lib/python3.10/runpy.py", line 86, in _run_code
    exec(code, run_globals)
  File "/home/daniel/.local/lib/python3.10/site-packages/nose/__main__.py", line 8, in <module>
    run_exit()
  File "/home/daniel/.local/lib/python3.10/site-packages/nose/core.py", line 118, in __init__
    unittest.TestProgram.__init__(
  File "/usr/lib/python3.10/unittest/main.py", line 100, in __init__
    self.parseArgs(argv)
  File "/home/daniel/.local/lib/python3.10/site-packages/nose/core.py", line 179, in parseArgs
    self.createTests()
  File "/home/daniel/.local/lib/python3.10/site-packages/nose/core.py", line 193, in createTests
    self.test = self.testLoader.loadTestsFromNames(self.testNames)
  File "/home/daniel/.local/lib/python3.10/site-packages/nose/loader.py", line 481, in loadTestsFromNames
    return unittest.TestLoader.loadTestsFromNames(self, names, module)
  File "/usr/lib/python3.10/unittest/loader.py", line 220, in loadTestsFromNames
    suites = [self.loadTestsFromName(name, module) for name in names]
  File "/usr/lib/python3.10/unittest/loader.py", line 220, in <listcomp>
    suites = [self.loadTestsFromName(name, module) for name in names]
  File "/home/daniel/.local/lib/python3.10/site-packages/nose/loader.py", line 454, in loadTestsFromName
    return LazySuite(
  File "/home/daniel/.local/lib/python3.10/site-packages/nose/suite.py", line 53, in __init__
    super(LazySuite, self).__init__()
  File "/usr/lib/python3.10/unittest/suite.py", line 22, in __init__
    self._tests = []
  File "/home/daniel/.local/lib/python3.10/site-packages/nose/suite.py", line 106, in _set_tests
    if isinstance(tests, collections.Callable) and not is_suite:
AttributeError: module 'collections' has no attribute 'Callable'
==> FEHLER: Ein Fehler geschah in check().
    Breche ab...
 -> Fehler beim Ausführen: python-aioxmpp

c0d3d3v commented on 2022-05-01 20:23 (UTC)

==> Beginne check()...
/usr/bin/python: No module named nose
==> FEHLER: Ein Fehler geschah in check().
    Breche ab...
 -> Fehler beim Ausführen: python-aioxmpp

python-nose is probably a make dependency now

xenrox commented on 2021-12-22 21:01 (UTC)

The new release should have fixed the check for python3.10.

jonas-s commented on 2021-12-22 08:36 (UTC)

I had the same error as @NeXyon. A type of hotfix is, to deactivate the checks in the PKGBUILD. But I've to note, that it may not be the best option.

neXyon commented on 2021-12-14 19:42 (UTC)

Unfortunately, the package currently fails to install for me, because the checks don't run through

neXyon commented on 2019-01-10 18:09 (UTC)

Thanks! That out of date notification was a mistake I immediately took it back. It's python-sortedcollections that is out of date and unfortunately doesn't build either at the moment.

SamWhited commented on 2019-01-09 18:26 (UTC)

I'll fix the dependencies, thanks. Regarding the out of date notification, do you have a link to the release? I don't see it on GitHub or PyPi.

neXyon commented on 2019-01-09 18:25 (UTC)

This needs python-aioopenssl and python-sortedcollections as dependencies please!

linkmauve commented on 2018-07-03 13:48 (UTC)

Hi, would you be interested in also providing a python-aioxmpp-git package? If not I will do so.