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

7kry commented on 2014-10-20 05:06 (UTC)

To use battery module, `upower' seems to be required. Then I think optdepends should include `upower'.

Lokaltog commented on 2014-10-15 10:25 (UTC)

There's been *a lot* of updates since the last PKGBUILD update. Please search the GitHub issue tracker at https://github.com/Lokaltog/powerline/issues, and report any issues there as I'm not currently contributing to Powerline development. I think you have to update your config file, as it appears several backwards-incompatible changes have been introduced since the previous PKGBUILD update. See https://github.com/Lokaltog/powerline/issues/995 and https://github.com/Lokaltog/powerline/issues/1054 for similar issues. Also try running powerline-lint to debug your config files.

qifei9 commented on 2014-10-15 10:19 (UTC)

After this update, powerline does not work for me. Get many errors like : 2014-10-15 12:02:41,925:ERROR:vim:matcher_generator:Failed to import attr nerdtree from module powerline.matchers.plugin.nerdtree: No module named 'powerline.matchers.plugin' Traceback (most recent call last): File "/usr/lib/python3.4/site-packages/powerline/__init__.py", line 315, in get_module_attr return getattr(__import__(module, fromlist=(attr,)), attr) ImportError: No module named 'powerline.matchers.plugin' ... 2014-10-15 12:02:41,989:ERROR:vim:segment_generator:Failed to generate segment from {'name': 'virtcol_current', 'priority': 20, 'draw_soft_divider': False, 'before': ':', 'width': 3, 'align': 'l'}: 'function' Traceback (most recent call last): File "/usr/lib/python3.4/site-packages/powerline/segment.py", line 298, in get contents, _contents_func, module, function_name, name = get_segment_info(data, segment) File "/usr/lib/python3.4/site-packages/powerline/segment.py", line 62, in get_function function_name = segment['function'] KeyError: 'function'

x4fyr commented on 2014-07-24 12:55 (UTC)

Why is the i3 and awesome support missing?

FernandoBasso commented on 2014-04-27 13:01 (UTC)

I had to export PYTHONPATH=/usr/lib/python3.4/site-packages Not that it is 3.4, not 3.3. It worked for me.

freestyler7 commented on 2014-04-04 22:03 (UTC)

fontconfig is required for the commands in .install script to work and also the "export PYTHONPATH=/usr/lib/python3.3/site-packages" needs updating for python 3.4.

Lokaltog commented on 2014-03-28 18:30 (UTC)

Unfortunately yes. Python 3 support usually isn't built with vim, and I think this package should be available as long as we support Python 2. I'd like to ditch Python 2 completely as well, but I don't think that can happen for another couple of years.

Lokaltog commented on 2014-03-28 18:27 (UTC)

The font provided in this package only includes the glyphs, and works as a fallback for *any* font, so in many cases it's not necessary to use a patched font. I'm not sure how other powerline font packages conflict with this one, if they use https://github.com/Lokaltog/powerline-fonts as a source then PowerlineSymbols.otf shouldn't be included. If the fallback font is included in other packages anyways, they should remove it, as the fallback font only includes the powerline glyphs and shouldn't be part of a group of full fonts.

svenstaro commented on 2014-03-28 16:25 (UTC)

Is there any merit in keeping this package around? Why not Python 3?