Package Details: python-powerline-git 1:2.8.3+6+ga34abe32-1

Git Clone URL: https://aur.archlinux.org/python-powerline-git.git (read-only, click to copy)
Package Base: python-powerline-git
Description: The ultimate statusline/prompt utility
Upstream URL: https://github.com/powerline/powerline
Licenses: MIT
Conflicts: otf-powerline-symbols-git, powerline, powerline2, python2-powerline-git
Submitter: Lokaltog
Maintainer: gbs
Last Packager: gbs
Votes: 129
Popularity: 0.000000
First Submitted: 2013-01-23 07:28 (UTC)
Last Updated: 2024-04-27 15:23 (UTC)

Dependencies (11)

Required by (0)

Sources (1)

Latest Comments

« First ‹ Previous 1 .. 7 8 9 10 11 12 13 Next › Last »

jsteel commented on 2013-02-28 12:52 (UTC)

vim-powerline-git has merged with this package, I suggest adding that to replaces.

Profpatsch commented on 2013-02-21 22:36 (UTC)

With the python2 version I got a lot of “eval did not return a valid python object”, but with this I get “An error occured while importing the Powerline package. This could be caused by an invalid sys.path setting, or by an incompatible Python version (Powerline requires Python 2.7 or 3.3+ to work). Please consult the troubleshooting section in the documentation for possible solutions.” All packages are their newest versions. I’ll try installing it via Vundle next.

lowfatcomputing commented on 2013-02-21 02:56 (UTC)

I needed to add: export PYTHONPATH=/usr/lib/python3.3/site-packages to my /etc/profile for vim.

Lokaltog commented on 2013-02-07 21:43 (UTC)

Thanks, I changed the installation method but forgot to update the PKGBUILD. I'll fix it tomorrow morning.

<deleted-account> commented on 2013-02-07 21:24 (UTC)

Sorry for the incomplete comment, line 53 should change to: install -m644 "powerline/bindings/vim/plugin/powerline.vim" "${pkgdir}/usr/share/vim/vimfiles/plugin/powerline.vim"

<deleted-account> commented on 2013-02-07 21:12 (UTC)

-> Installing fonts... -> Installing vim plugin... install: cannot stat ‘powerline/bindings/vim/powerline.vim’: No such file or directory ==> ERROR: A failure occurred in build().

Lokaltog commented on 2013-02-05 13:18 (UTC)

The package checks for Python support if it's installed with e.g. Vundle or without user intervention (see bindings/vim/plugin/source_plugin.vim). But I forgot that the plugin file that's installed with this package doesn't include this check. I don't really think it's an issue, but if it becomes an issue I'll consider including this check in the other plugin file as well (or simply change which plugin file gets installed with this package).

pablox commented on 2013-02-05 02:30 (UTC)

The package never checks for vim python support built on the vim binary. Shouldn't be there on the powerline.vim some: if has('python') || ('python3') blabla endif ¿? Or it's just assumed because the vim package includes it by default?

Lokaltog commented on 2013-01-24 06:59 (UTC)

Thanks, I'll fix it in a moment.