Package Details: git-cola 4.7.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
Keywords: git
Licenses: GPL-2.0-or-later
Submitter: tdy
Maintainer: MarcinWieczorek (yochananmarqos)
Last Packager: yochananmarqos
Votes: 231
Popularity: 1.77
First Submitted: 2008-12-05 14:38 (UTC)
Last Updated: 2024-05-05 14:22 (UTC)

Latest Comments

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

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

nobody44 commented on 2012-02-06 15:20 (UTC)

makedepends changed: python2-sphinx instead of python-sphinx

amatriain commented on 2012-02-01 11:18 (UTC)

It refused to compile until I changed python-sphinx to python2-sphinx in the PKGBUILD. The root cause is probably this: https://bugs.archlinux.org/task/27820 This PKGBUILD works for me: http://pastebin.com/uhh18yfR

nobody44 commented on 2012-01-24 11:54 (UTC)

kgu, your updated PKGBUILD doesn't work for me: ############### sphinx-build -b html -d _build/doctrees . _build/html Traceback (most recent call last): File "/usr/bin/sphinx-build", line 5, in <module> from pkg_resources import load_entry_point File "/usr/lib/python3.2/site-packages/pkg_resources.py", line 2708, in <module> working_set.require(__requires__) File "/usr/lib/python3.2/site-packages/pkg_resources.py", line 686, in require needed = self.resolve(parse_requirements(requirements)) File "/usr/lib/python3.2/site-packages/pkg_resources.py", line 584, in resolve raise DistributionNotFound(req) pkg_resources.DistributionNotFound: docutils>=0.7 ################ The newest version is 1.7.4.1. Same problem there. What exactly does python-sphinx do? I installed my own git-cola-package without the documentation...