Package Details: poezio 0.14-1

Git Clone URL: https://aur.archlinux.org/poezio.git (read-only, click to copy)
Package Base: poezio
Description: A full-featured command-line IRC-like XMPP (Jabber) client
Upstream URL: https://poez.io
Licenses: zlib
Submitter: mathieuI
Maintainer: mathieuI (linkmauve, Ppjet6)
Last Packager: mathieuI
Votes: 25
Popularity: 0.000000
First Submitted: 2010-02-01 20:23 (UTC)
Last Updated: 2023-10-16 18:11 (UTC)

Dependencies (8)

Required by (0)

Sources (1)

Pinned Comments

mathieuI commented on 2017-09-01 00:08 (UTC)

extra/python-pyasn1-modules was updated today, which should fix your issues (I cannot reproduce). $ cat /usr/lib/python3.6/site-packages/pyasn1_modules-0.1.1-py3.6.egg-info/requires.txt pyasn1==0.3.3

Latest Comments

« First ‹ Previous 1 2

tristank commented on 2015-10-09 10:25 (UTC)

$ yaourt -S python-pyasn1-modules $ poezio Traceback (most recent call last): File "/usr/bin/poezio", line 5, in <module> from pkg_resources import load_entry_point File "/usr/lib/python3.4/site-packages/pkg_resources/__init__.py", line 3084, in <module> @_call_aside File "/usr/lib/python3.4/site-packages/pkg_resources/__init__.py", line 3070, in _call_aside f(*args, **kwargs) File "/usr/lib/python3.4/site-packages/pkg_resources/__init__.py", line 3097, in _initialize_master_working_set working_set = WorkingSet._build_master() File "/usr/lib/python3.4/site-packages/pkg_resources/__init__.py", line 651, in _build_master ws.require(__requires__) File "/usr/lib/python3.4/site-packages/pkg_resources/__init__.py", line 952, in require needed = self.resolve(parse_requirements(requirements)) File "/usr/lib/python3.4/site-packages/pkg_resources/__init__.py", line 839, in resolve raise DistributionNotFound(req, requirers) pkg_resources.DistributionNotFound: The 'pyasn1-modules' distribution was not found and is required by slixmpp I also tried it with this packages from pacman python-pyasn1 python-pyasn1-modules without success.

mathieuI commented on 2012-08-24 17:33 (UTC)

Well, I may add python-dnspython to the direct dependencies, since it is not that heavy.

<deleted-account> commented on 2012-08-24 15:03 (UTC)

Anyone wondering why you can't connect to gmail, the solution is in the PKGBUILD optdepends. Don't be a derp like me.

mathieuI commented on 2011-11-09 00:12 (UTC)

Updated to 0.7.2.

<deleted-account> commented on 2010-08-12 08:32 (UTC)

There is a minor typo in the PKGBUILD. The line "depends=('python xmpppy')" should be "depends=('python' 'xmpppy')".