issue is in build(): line 24: python setup.py build_man
-> error: invalid command 'build_man'
Search Criteria
Package Details: poezio 0.14-1
Package Actions
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)
- python (python37AUR, python311AUR, python310AUR)
- python-slixmppAUR (python-slixmpp-gitAUR)
- python-setuptools (make)
- python-sphinx (python-sphinx-gitAUR) (make)
- figlet (optional) – ASCII art plugin
- poezio-omemoAUR (poezio-omemoAUR, poezio-omemo-gitAUR) (optional) – OMEMO plugin
- python-potr-gitAUR (optional) – OTR plugin
- python-pyinotify (optional) – Autoaway with screen plugin (also works with tmux)
Required by (0)
Sources (1)
Pulec commented on 2023-05-30 14:42 (UTC)
afics commented on 2019-11-15 14:22 (UTC)
The source URL has changed: https://lab.louiz.org/poezio/poezio As of now this PKGBUILD is unusable.
Markus00000 commented on 2019-02-01 19:30 (UTC)
After installing python-slixmpp
1.4.0-1 -> 1.4.2-1, I got this error:
pkg_resources.DistributionNotFound: The 'aiohttp' distribution was not found and is required by slixmpp
Installing the optional dependency python-aiohttp
resolved it. Is this package no longer optional?
Markus00000 commented on 2017-09-11 08:33 (UTC)
Stopped working again. pyasn1 is now at version 0.3.4 while 0.3.3 is required.
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
Desdic commented on 2017-08-31 06:14 (UTC)
Yeah it broke with version 0.3.3 of pyasn1 .. here is the full exception:
Traceback (most recent call last):
File "/usr/lib/python3.6/site-packages/pkg_resources/__init__.py", line 658, in _build_master
ws.require(__requires__)
File "/usr/lib/python3.6/site-packages/pkg_resources/__init__.py", line 972, in require
needed = self.resolve(parse_requirements(requirements))
File "/usr/lib/python3.6/site-packages/pkg_resources/__init__.py", line 863, in resolve
raise VersionConflict(dist, req).with_context(dependent_req)
pkg_resources.ContextualVersionConflict: (pyasn1 0.3.3 (/usr/lib/python3.6/site-packages), Requirement.parse('pyasn1==0.3.2'), {'pyasn1-modules'})
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/bin/poezio", line 6, in <module>
from pkg_resources import load_entry_point
File "/usr/lib/python3.6/site-packages/pkg_resources/__init__.py", line 3049, in <module>
@_call_aside
File "/usr/lib/python3.6/site-packages/pkg_resources/__init__.py", line 3033, in _call_aside
f(*args, **kwargs)
File "/usr/lib/python3.6/site-packages/pkg_resources/__init__.py", line 3062, in _initialize_master_working_set
working_set = WorkingSet._build_master()
File "/usr/lib/python3.6/site-packages/pkg_resources/__init__.py", line 660, in _build_master
return cls._build_from_requirements(__requires__)
File "/usr/lib/python3.6/site-packages/pkg_resources/__init__.py", line 673, in _build_from_requirements
dists = ws.resolve(reqs, Environment())
File "/usr/lib/python3.6/site-packages/pkg_resources/__init__.py", line 863, in resolve
raise VersionConflict(dist, req).with_context(dependent_req)
pkg_resources.ContextualVersionConflict: (pyasn1 0.3.3 (/usr/lib/python3.6/site-packages), Requirement.parse('pyasn1==0.3.2'), {'pyasn1-modules'})
Markus00000 commented on 2017-08-31 05:42 (UTC)
Stopped working when pyasn1 was updated to version 0.3.3:
pkg_resources.ContextualVersionConflict: (pyasn1 0.3.3 (/usr/lib/python3.6/site-packages), Requirement.parse('pyasn1==0.3.2'), {'pyasn1-modules'})
esmil commented on 2016-05-25 14:22 (UTC)
poezio won't start for me unless I have python-setuptools installed, so maybe add it as a dependency.
SamWhited commented on 2016-01-24 17:39 (UTC)
I think you want python-potr-git instead of pure-python-otr-git.
Pinned Comments
mathieuI commented on 2017-09-01 00:08 (UTC)