Package Details: i3pystatus-git 3.35.r370.gac71437-2

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: dom0
Last Packager: lmartinez-mirror
Votes: 51
Popularity: 0.040219
First Submitted: 2013-03-06 21:51 (UTC)
Last Updated: 2021-08-24 17:54 (UTC)

Dependencies (15)

Required by (0)

Sources (1)

Latest Comments

1 2 3 4 5 Next › Last »

grazzolini commented on 2024-04-22 12:19 (UTC)

With python 3.12 the package needs to apply the patch at: https://github.com/enkore/i3pystatus/pull/865/files

eliran commented on 2023-11-26 05:55 (UTC)

please consider building the documentation as well

brokenpip3 commented on 2022-02-06 23:40 (UTC)

@lmartinez-mirror, dom0

could you please add python-request in checkdepends? thanks

brokenpip3 commented on 2021-12-19 21:47 (UTC)

The upstream tests now need python-requests as dependencies:

` E ModuleNotFoundError: No module named 'requests' ERROR tests/test_hassio.py

mgisbers commented on 2020-05-28 10:01 (UTC)

git is not in makedepends although source is on git. Please add.

whynothugo commented on 2018-08-12 19:58 (UTC)

@meriops: Most AUR helpers will complain if non-VCS packages change the version via pkgver.

You can remove this bit to pull the latest master if you're building manually:

-source=("git+https://github.com/enkore/i3pystatus.git#commit=$_pkgrev") +source=("git+https://github.com/enkore/i3pystatus.git")

meriops commented on 2018-08-11 07:04 (UTC)

Since there are no more releases, would it be possible to point the PGKBUILD to the latest master on github rather than to a specific commit? Then the patch mentioned by @mmozeiko would not be necessary...

mmozeiko commented on 2018-08-07 05:21 (UTC)

After Python 3.7 upgrade you'll want this patch: https://github.com/enkore/i3pystatus/pull/662/commits/eaa16030af0d7b2007eceed5e6d992c5afac2cfa

pablo1 commented on 2017-01-23 12:07 (UTC)

File "/usr/lib/python3.6/site-packages/i3pystatus/google_calendar.py", line 6, in <module> from apiclient import discovery File "/usr/lib/python3.6/site-packages/apiclient/__init__.py", line 18, in <module> from googleapiclient import channel File "/usr/lib/python3.6/site-packages/googleapiclient/channel.py", line 63, in <module> from googleapiclient import errors File "/usr/lib/python3.6/site-packages/googleapiclient/errors.py", line 26, in <module> from oauth2client import util ImportError: cannot import name 'util' There seem to be missing some dependencies