Search Criteria
Package Details: git-cola 3.3-1
Git Clone URL: | https://aur.archlinux.org/git-cola.git (read-only) |
---|---|
Package Base: | git-cola |
Description: | A powerful GUI for Git |
Upstream URL: | http://git-cola.github.com/ |
Keywords: | git |
Licenses: | |
Submitter: | tdy |
Maintainer: | nobody44 |
Last Packager: | nobody44 |
Votes: | 205 |
Popularity: | 0.632442 |
First Submitted: | 2008-12-05 14:38 |
Last Updated: | 2019-02-10 10:21 |
Dependencies (11)
- git (git-git)
- icu (icu-svn)
- python-pyqt5
- qt5-svg (qt5-svg-git)
- asciidoc (asciidoc-git) (make)
- docbook-xsl (make)
- python-sphinx (python-sphinx-git) (make)
- rsync (rsync-git, rsync-fadvise) (make)
- xmlto (make)
- python-pyinotify (optional) – for inotify support
- tk (tk85) (optional) – to use the built-in ssh-askpass handler
Latest Comments
« First ‹ Previous 1 2 3 4 5 6 7 Next › Last »
pablovilas commented on 2014-02-26 19:30
In order to fix the encoding problem I just uncomment my locale in: /etc/locale.gen, then I run locale-gen and then set it as default enconding using localectl set-locale LANG="<encoding>" where encoding is for example: en_US.UTF-8
pablovilas commented on 2014-02-25 18:37
When I try to upgrade to version 2.0.0-1 I've the same error than Nikus
# Sphinx version: 1.2.1
# Python version: 3.3.4
# Docutils version: 0.11 release
# Jinja2 version: 2.7.2
# Loaded extensions:
# sphinx.ext.intersphinx from /usr/lib/python3.3/site-packages/sphinx/ext/intersphinx.py
# sphinx.ext.coverage from /usr/lib/python3.3/site-packages/sphinx/ext/coverage.py
# sphinx.ext.oldcmarkup from /usr/lib/python3.3/site-packages/sphinx/ext/oldcmarkup.py
# sphinxtogithub from /tmp/yaourt-tmp-root/aur-git-cola/src/git-cola-2.0.0/extras/sphinxtogithub/__init__.py
# sphinx.ext.doctest from /usr/lib/python3.3/site-packages/sphinx/ext/doctest.py
# sphinx.ext.autodoc from /usr/lib/python3.3/site-packages/sphinx/ext/autodoc.py
# sphinx.ext.todo from /usr/lib/python3.3/site-packages/sphinx/ext/todo.py
Traceback (most recent call last):
File "/usr/lib/python3.3/site-packages/sphinx/cmdline.py", line 254, in main
app.build(force_all, filenames)
File "/usr/lib/python3.3/site-packages/sphinx/application.py", line 221, in build
self.emit('build-finished', None)
File "/usr/lib/python3.3/site-packages/sphinx/application.py", line 358, in emit
results.append(callback(self, *args))
File "/tmp/yaourt-tmp-root/aur-git-cola/src/git-cola-2.0.0/extras/sphinxtogithub/sphinxtogithub.py", line 315, in sphinx_extension
layout.process()
File "/tmp/yaourt-tmp-root/aur-git-cola/src/git-cola-2.0.0/extras/sphinxtogithub/sphinxtogithub.py", line 174, in process
handler.process()
File "/tmp/yaourt-tmp-root/aur-git-cola/src/git-cola-2.0.0/extras/sphinxtogithub/sphinxtogithub.py", line 52, in process
text = self.opener(self.name).read()
File "/usr/lib/python3.3/encodings/ascii.py", line 26, in decode
return codecs.ascii_decode(input, self.errors)[0]
UnicodeDecodeError: 'ascii' codec can't decode byte 0xc5 in position 3222: ordinal not in range(128)
nobody44 commented on 2014-02-25 00:46
Updated to latest git-cola release:
Git-Cola run with Python3 now, so some dependencies changed: python-pyqt4 instead of python2-pyqt4, python-sphinx instead of python2-sphinx
Other than that, I hope it runs fine with Python3.
nobody44 commented on 2013-12-29 14:54
Updated, thanks for the info.
dujiulun2006 commented on 2013-12-28 15:21
I guess the dependency "python2-pyqt" should be "python2-pyqt4" which is what it's now called in [extra]. Tried myself and it works well.
nobody44 commented on 2012-12-20 12:14
Thanks for the error report, but I have to say, that I cannot fix this. This is python2-sphinx and/or python2 itself. There is nothing I can do about it.
Nikus commented on 2012-12-19 23:59
I have the following error when I try to compile the package :
UnicodeDecodeError: 'ascii' codec can't decode byte 0xc3 in position 15: ordinal not in range(128)
It's due to the path where I extracted the tarball which contains an « é ». Using an utf8 codec instead of an ascii one should be better.
# Sphinx version: 1.1.3
# Python version: 2.7.3
# Docutils version: 0.10 release
# Jinja2 version: 2.6
Traceback (most recent call last):
File "/usr/lib/python2.7/site-packages/sphinx/cmdline.py", line 189, in main
app.build(force_all, filenames)
File "/usr/lib/python2.7/site-packages/sphinx/application.py", line 204, in build
self.builder.build_update()
File "/usr/lib/python2.7/site-packages/sphinx/builders/__init__.py", line 196, in build_update
'out of date' % len(to_build))
File "/usr/lib/python2.7/site-packages/sphinx/builders/__init__.py", line 216, in build
purple, length):
File "/usr/lib/python2.7/site-packages/sphinx/builders/__init__.py", line 120, in status_iterator
for item in iterable:
File "/usr/lib/python2.7/site-packages/sphinx/environment.py", line 613, in update_generator
self.read_doc(docname, app=app)
File "/usr/lib/python2.7/site-packages/sphinx/environment.py", line 758, in read_doc
pub.set_source(None, src_path.encode(fs_encoding))
nobody44 commented on 2012-08-31 12:30
those packages are in makedepends
Anonymous comment on 2012-08-31 04:32
in addition to python2-sphinx missing, add also asciidoc, xmlto, and rsync.
nobody44 commented on 2012-03-18 16:08
New Version: 1.7.6
Dependencies changed: sphinx2-build>=1.1.3
PKGBUILD slightly changed for sphinx-build2