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

uberben commented on 2013-08-26 15:51 (UTC)

I've been trying out the spf13 vim configuration, which aims to be pretty independent (ie. no external dependencies on things like python) and so it uses airline instead of powerline. I've used both and they are both great, but I like the portability of a viml version. This is the error I get when powerline for vim is enabled (I'm running python 3.3.2): An error occurred 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.6+ or 3.2+ to work). Please consult the troubleshooting section in the documentation for possible solutions. Press ENTER or type command to continue

Lokaltog commented on 2013-08-23 16:16 (UTC)

Hm, I didn't really think about that. I'll see what I can do. Is there a particular reason why you want to use Powerline for tmux, but not in vim? Also, what kind of error do you get when using Powerline and airline together?

uberben commented on 2013-08-23 14:54 (UTC)

It would be nice if this package didn't enable powerline by default. I installed this just for tmux, but I get errors when I launch vim because powerline for vim is enabled by default. I use vim-airline instead, so I don't need powerline for vim. I'm not sure the best way to change the PKGBUILD for general use, though.

Lokaltog commented on 2013-07-31 13:54 (UTC)

The build error has been fixed in the latest revision.

<deleted-account> commented on 2013-07-26 08:37 (UTC)

Getting failed build: File "setup.py", line 11, in <module> README = open(os.path.join(here, 'README.rst')).read() File "/usr/lib/python3.3/encodings/ascii.py", line 26, in decode return codecs.ascii_decode(input, self.errors)[0] UnicodeDecodeError: 'ascii' codec can't decode byte 0xc3 in position 40: ordinal not in range(128)

ndt commented on 2013-06-30 03:10 (UTC)

@demil133 I was surprised. Taking a look at the PKGBUILD for vim (Which is the same as the one for vim, suprisingly: https://projects.archlinux.org/svntogit/packages.git/tree/trunk?h=packages/vim ) it sets the following: --enable-pythoninterp \ --disable-python3interp \ I changed --disable there to --enable, built the package, and it worked. I have a custom PKGBUILD to do this now, but the AUR won't let me upload it because it is a bundle of packages.

<deleted-account> commented on 2013-06-29 00:40 (UTC)

@ndt: It's on the requirements, I think. You can, instead of compiling it yourself, just install gvim. It comes with the "huge" flag, which includes almost everything.

ndt commented on 2013-06-28 23:49 (UTC)

Do you have to compile Vim with python3 support for this to work in Vim? For me, Powerline for Vim crashed until I did that with this package.

HalosGhost commented on 2013-06-28 15:55 (UTC)

I added some quick pull requests to further clean up the package function. All the best,

Lokaltog commented on 2013-06-28 12:16 (UTC)

The package has been updated to use the new VCS syntax. Let me know if you have any issues with the new PKGBUILD.