Package Details: git-cola 4.10.1-1

Git Clone URL: https://aur.archlinux.org/git-cola.git (read-only, click to copy)
Package Base: git-cola
Description: The highly caffeinated Git GUI
Upstream URL: https://git-cola.github.io
Licenses: GPL-2.0-or-later
Submitter: tdy
Maintainer: MarcinWieczorek (yochananmarqos)
Last Packager: yochananmarqos
Votes: 232
Popularity: 0.123010
First Submitted: 2008-12-05 14:38 (UTC)
Last Updated: 2024-12-15 18:12 (UTC)

Dependencies (20)

Required by (0)

Sources (1)

Latest Comments

« First ‹ Previous 1 .. 9 10 11 12 13 14 15 16 Next › Last »

pablovilas commented on 2014-02-26 19:30 (UTC)

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 (UTC)

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 (UTC)

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 (UTC)

Updated, thanks for the info.

dujiulun2006 commented on 2013-12-28 15:21 (UTC)

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 (UTC)

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 (UTC)

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 (UTC)

those packages are in makedepends

<deleted-account> commented on 2012-08-31 04:32 (UTC)

in addition to python2-sphinx missing, add also asciidoc, xmlto, and rsync.

nobody44 commented on 2012-03-18 16:08 (UTC)

New Version: 1.7.6 Dependencies changed: sphinx2-build>=1.1.3 PKGBUILD slightly changed for sphinx-build2