Package Details: i3pystatus-git 3.35.r407.gf3c539a-4

Git Clone URL: https://aur.archlinux.org/i3pystatus-git.git (read-only, click to copy)
Package Base: i3pystatus-git
Description: i3status replacement written in python for the i3 window manager
Upstream URL: https://github.com/enkore/i3pystatus
Licenses: MIT
Conflicts: i3pystatus
Provides: i3pystatus
Submitter: janoliver
Maintainer: grazzolini
Last Packager: grazzolini
Votes: 51
Popularity: 0.000129
First Submitted: 2013-03-06 21:51 (UTC)
Last Updated: 2024-12-17 00:23 (UTC)

Dependencies (16)

Required by (0)

Sources (2)

Latest Comments

« First ‹ Previous 1 2 3 4 5 Next › Last »

janoliver commented on 2014-08-18 06:49 (UTC)

Thanks, KaiSforza! However, wasn't gobject also a dependency for something? If I include optdepends, they should be complete.

KaiSforza commented on 2014-08-16 22:43 (UTC)

Updated this PKGBUILD to also include the optional dependencies mentioned in the README: http://paste.kaictl.net/d7Ky/

Fandekasp commented on 2014-08-07 04:02 (UTC)

@Kyrias I see, thanks. It means I need to remember to manually update all my -git repos from time to time.

demize commented on 2014-06-28 20:55 (UTC)

@Fandekask: What do you mean "update the repo"? This is an AUR git package which is a package you build from the master branch yourself, so it's neither a binary package that you install directly nor a release package that needs to be updated.

Fandekasp commented on 2014-06-28 13:02 (UTC)

please update the repo, there are new features like weather current_wind available. Thanks

thestinger commented on 2014-06-08 14:34 (UTC)

The empty build function is unnecessary.

I-sty commented on 2014-02-24 18:49 (UTC)

[i-sty@laptop ~]$ i3pystatus Traceback (most recent call last): File "/usr/bin/i3pystatus", line 5, in <module> from pkg_resources import load_entry_point ImportError: No module named 'pkg_resources' [i-sty@laptop ~]$

janoliver commented on 2013-10-30 09:25 (UTC)

Hi Kyrias, thanks for the suggestions, I'll look into it. The thing with the optdeps is, that there are so many different dependencies for the various modules that I decided to leave them out completely. If something changes in the git repo I would have no chance of figuring out the new depenencies. If you have any better suggestions for that, please tell me!