error: target not found: twisted
Search Criteria
Package Details: mwlib 0.15.19-1
Git Clone URL: | https://aur.archlinux.org/mwlib.git (read-only) |
---|---|
Package Base: | mwlib |
Description: | Converts MediaWiki articles to pdf, odf, and docbook |
Upstream URL: | http://code.pediapress.com/wiki/wiki |
Licenses: | |
Submitter: | None |
Maintainer: | None |
Last Packager: | pingveno |
Votes: | 5 |
Popularity: | 0.000564 |
First Submitted: | 2008-09-22 20:59 |
Last Updated: | 2018-01-21 21:13 |
Dependencies (25)
- perl
- python-imaging (python2-pillow)
- python2 (pypy19, stackless-python2, placeholder)
- python2-apipkg
- python2-bottle (python2-bottle-git)
- python2-flup
- python2-gevent
- python2-lockfile
- python2-lxml
- python2-odfpy
- python2-py
- python2-qserve
- python2-roman
- python2-sqlite3dbm
- python2-timelib
- python2-twisted
- python2-webob
- python2-pypdf>=1.12
- python2-dateutil>=1.4.1
- python2-pyparsing>=1.4.11
- python2-setuptools (make)
- re2c (make)
- blahtex (optional)
- imagemagick (graphicsmagick-imagemagick-compat, imagemagick-no-hdri, imagemagick-git, imagemagick-full-git, imagemagick-full, imagemagick-fftw, imagemagick6) (optional)
- texvc (optional)
Required by (1)
Sources (2)
Latest Comments
trougnouf commented on 2018-01-01 13:53
trougnouf commented on 2018-01-01 13:16
pingveno commented on 2014-07-24 07:52
There was an issue with pyparsing's Python 2 support in pyparsing 2.0, so mwlib is marked as needing pyparsing<1.6. The bug appears to be fixed in the current release of pyparsing, so I added in a sed line to remove the <1.6 requirement.
kopiersperre commented on 2014-07-21 01:13
I can't run mwlib:
Traceback (most recent call last):
File "/usr/bin/mw-render", line 5, in <module>
from pkg_resources import load_entry_point
File "/usr/lib/python2.7/site-packages/pkg_resources.py", line 2876, in <module>
working_set = WorkingSet._build_master()
File "/usr/lib/python2.7/site-packages/pkg_resources.py", line 451, in _build_master
return cls._build_from_requirements(__requires__)
File "/usr/lib/python2.7/site-packages/pkg_resources.py", line 464, in _build_from_requirements
dists = ws.resolve(reqs, Environment())
File "/usr/lib/python2.7/site-packages/pkg_resources.py", line 639, in resolve
raise DistributionNotFound(req)
pkg_resources.DistributionNotFound: pyparsing>=1.4.11,<1.6
vnoel commented on 2010-11-08 20:46
Hi, I updated python-webob and made it available as a python2 package:
http://aur.archlinux.org/packages.php?ID=43257
andre commented on 2010-08-14 10:38
for mwlib 0.12.13-1 use this PKGBUILD ( http://aur.pastebin.com/Hs4yXUGy ) and the provided requires.txt
andre commented on 2010-08-14 10:31
please add x86_64
builds fine here!
The twisted error can be fixed by requiring python2-twisted instead. There is a runtime error "pkg_resources.DistributionNotFound: The 'odfpy<0.10,>=0.9' distribution was not found and is required by mwlib", the last supported version of odfpy is 0.9.6 ( https://pypi.python.org/pypi/odfpy/0.9.6 )