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 .. 3 4 5 6 7 8 9 10 11 12 13 .. 16 Next › Last »

yochananmarqos commented on 2021-02-26 21:18 (UTC)

@besc: Ah, forgot about that, thanks.

besc commented on 2021-02-26 20:44 (UTC)

The PKGBUILD is missing the python-qtpy dependency, python-pyqt5 is not sufficient. Looks like the problem was introduced by the recent NO_VENDOR_LIBS=1 change.

woschtl commented on 2021-02-26 07:43 (UTC)

I got a lot of test errors trying to update today:

===================================== short test summary info ======================================
FAILED test/browse_model_test.py::ClassicModelTestCase::test_unstage_paths - AssertionError: 128 ...
FAILED test/browse_model_test.py::ClassicModelTestCase::test_unstage_paths_subdir - AssertionErro...
FAILED test/gitcmds_test.py::GitCmdsTestCase::test_all_refs - AssertionError: 128 != 0
FAILED test/gitcmds_test.py::GitCmdsTestCase::test_all_refs_split - AssertionError: 128 != 0
FAILED test/gitcmds_test.py::GitCmdsTestCase::test_branch_list_local - AssertionError: 128 != 0
FAILED test/gitcmds_test.py::GitCmdsTestCase::test_branch_list_remote - AssertionError: 128 != 0
FAILED test/gitcmds_test.py::GitCmdsTestCase::test_tag_list - AssertionError: 128 != 0
FAILED test/gitops_test.py::ColaBasicGitTestCase::test_git_commit - AssertionError: 128 != 0
FAILED test/main_model_test.py::MainModelTestCase::test_local_branches - AssertionError: 128 != 0
FAILED test/main_model_test.py::MainModelTestCase::test_remote_branches - AssertionError: 128 != 0
FAILED test/main_model_test.py::MainModelTestCase::test_tags - AssertionError: 128 != 0
11 failed, 169 passed in 4.12s

yochananmarqos commented on 2021-02-25 16:42 (UTC)

@MarcinWiezorek: It turns out make html is redundant since make doc already makes all documentation.

MarcinWieczorek commented on 2021-02-25 11:57 (UTC)

@yochananmarqos I've added you as co-maintainer. Sorry it took so long, I must've missed your reply.

yochananmarqos commented on 2021-02-19 15:23 (UTC)

@MarcinWieczorek:

Do you want to co-maintain so you can push the changed yourself?

Sure.

USE_ENV_PYTHON. Why would we need it?

Otherwise the shebangs are changed to #!/usr/bin/python instead of #!/usr/bin/env python. It's best not to hardcode the path in case people have multiple versions of Python installed.

MarcinWieczorek commented on 2021-02-19 08:54 (UTC)

@yochananmarqos Thank you for adding so much upgrades. Do you want to co-maintain so you can push the changed yourself? I totally agree with all changes, but I'm unsure about the first one, USE_ENV_PYTHON. Why would we need it?

yochananmarqos commented on 2021-02-19 08:24 (UTC) (edited on 2021-02-19 08:26 (UTC) by yochananmarqos)

New additions to my PKGBUILD:

Build environment variables:

Optional dependency: - python-send2trash: See Additives

Added check() with unit tests

By the way, I see no reason to disable makeflags.

yochananmarqos commented on 2021-01-18 20:08 (UTC)

@MarcinWieczorek: It's working fine, thanks.

MarcinWieczorek commented on 2021-01-18 19:05 (UTC)

@yochananmarqos please verify new version ;)