Package Details: vim-taskwiki 1.0.0-3

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)

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:

Error detected while processing command line..function vimwiki#base#goto_index[33]..vimwiki#base#edit_file[26]..command line..function vimw
iki#base#goto_index[33]..vimwiki#base#edit_file[18]..BufRead Autocommands for "*.md"..function <SNR>16_setup_new_wiki_buffer[19]..vimwiki#u
#ft_set[6]..FileType Autocommands for "*"..function <SNR>13_LoadFTPlugin[17]..script /usr/share/vim/vimfiles/ftplugin/vimwiki/taskwiki.vim:

line   33:
Traceback (most recent call last):
  File "<string>", line 1, in <module>
  File "/usr/share/vim/vimfiles/taskwiki/main.py", line 15, in <module>
    from taskwiki import cache as cache_module
  File "/usr/share/vim/vimfiles/taskwiki/cache.py", line 5, in <module>
    from taskwiki import preset
  File "/usr/share/vim/vimfiles/taskwiki/preset.py", line 5, in <module>
    from taskwiki import util
  File "/usr/share/vim/vimfiles/taskwiki/util.py", line 16, in <module>
    ANSI_ESC_AVAILABLE = vim.eval('exists(":AnsiEsc")') == '2'
vim.error: Vim:/usr/share/vim/vimfiles/taskwiki/util.py:86: SyntaxWarning: "is not" with a literal. Did you mean "!="?

wjhandley commented on 2019-04-01 15:56 (UTC)

OK, I've moved python-setuptools into depends

uggedal 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:

cd "$srcdir/$_modulename-$pkgver"

for the release version to build.