Commit Graph

4 Commits

Author SHA1 Message Date
Thiago Kenji Okada
6f1d2013c0 git-cola: run tests 2023-02-28 16:08:20 +00:00
Thiago Kenji Okada
93a524dba0 git-cola: update dependencies and make it work in darwin
- `pyinotify` was removed a long time ago:
https://github.com/git-cola/git-cola/pull/510
- `sip_4` does not seem to be needed, at least there is no mention at docs
  and the program seems to works fine without it
- `send2trash` added since it is an optional feature:
https://github.com/git-cola/git-cola#optional-features

The removal of `pyinotify` also makes this build and works in darwin, so
removing the `meta.platforms` (will inherit from `buildPythonApplication`
instead).
2023-02-28 15:15:14 +00:00
R. Ryantm
f38eb6de8f git-cola: 4.0.4 -> 4.1.0 2023-01-08 18:15:54 +08:00
AndersonTorres
d994dabace treewide: remove git-and-tools directory
We do not use a "plugin system" for Git addons anymore, and therefore this
directory is no longer useful. Indeed that directory is way more confusing,
given that it includes more than mere Git addons, going from Bitbucket server
command-line tools to complete rewrites of Git in exotic programming languages.

Also, without this directory, the mental load of decision-making reduces a lot.
When anyone is interested in including a new git-related tool, just put it into
pkgs/applications/version-management, without apologies.
2022-12-19 15:05:22 -03:00