Search Criteria
Package Details: vim-taskwiki 1.0.0-3
Package Actions
Git Clone URL: | https://aur.archlinux.org/vim-taskwiki.git (read-only, click to copy) |
---|---|
Package Base: | vim-taskwiki |
Description: | Proper project management in vim. Standing on the shoulders of vimwiki and Taskwarrior |
Upstream URL: | https://github.com/tbabej/taskwiki |
Licenses: | MIT |
Submitter: | wjhandley |
Maintainer: | wjhandley |
Last Packager: | wjhandley |
Votes: | 1 |
Popularity: | 0.000000 |
First Submitted: | 2017-09-13 11:31 (UTC) |
Last Updated: | 2019-04-01 15:36 (UTC) |
Dependencies (5)
- python-setuptools
- python-tasklib
- task (task-gitAUR, task2AUR)
- vim (neovim-drop-inAUR, neovim-symlinksAUR, vim-cli-gitAUR, gvim-wayland-lilydjwg-gitAUR, vim-gitAUR, gvim-gtk2AUR, gvim)
- vim-vimwikiAUR (vim-vimwiki-dev-gitAUR)
Latest Comments
jakec-dev commented on 2021-07-24 02:43 (UTC) (edited on 2021-07-24 02:44 (UTC) by jakec-dev)
I get the following error after installing and opening up Vimwiki:
wjhandley commented on 2019-04-01 15:56 (UTC)
OK, I've moved
python-setuptools
into dependsuggedal commented on 2019-04-01 15:31 (UTC)
Actually,
python-setuptools
is needed as a runtime dependency due to this:https://github.com/tbabej/taskwiki/blob/ca3f5c844c27e355999ac8bda848ec6512b9702d/taskwiki/util.py#L374
wjhandley commented on 2019-04-01 15:28 (UTC)
OK. I've added python-setuptools to the makedepends array, and fixed the bug in the script. Many thanks.
uggedal commented on 2019-04-01 12:22 (UTC)
Additionally,
python-setuptools
needs to be added as a dependency.uggedal commented on 2019-04-01 12:13 (UTC)
Line 23 of the PKGBUILD needs to be changed to:
for the release version to build.