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

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.000000
First Submitted: 2013-03-06 21:51 (UTC)
Last Updated: 2025-03-28 13:49 (UTC)

Dependencies (16)

Required by (0)

Sources (3)

Latest Comments

1 2 3 4 5 Next › Last »

asart commented on 2025-12-08 23:36 (UTC) (edited on 2025-12-08 23:48 (UTC) by asart)

Just to mention that the patch, submitted by the current package maintainer, implementing notmuch2 has been applied upstream, but the package still has it - github.com/enkore/i3pystatus/pull/876.

Also - python-requests seems like an optional dependency for some modules and is currently definitely required in checkdepends for a clean chroot build:

--- a/PKGBUILD
+++ b/PKGBUILD
@@ -20,20 +20,18 @@ optdepends=(
    'python-lxml: For the parcel module.',
    'python-pywapi: For the weather module.',
    'python-basiciw: For the wireless module.'
-   'python-colour: For the pulseaudio module.')
+   'python-colour: For the pulseaudio module.'
+   'python-requests: For the github, coin, hasio, net_speed, abc_radio, exmo, syncthing, whosonlocation modules.')
 makedepends=('git' 'python-setuptools')
-checkdepends=('python-colour' 'python-pytest-runner' 'python-mock')
+checkdepends=('python-colour' 'python-pytest-runner' 'python-mock' 'python-requests')

jasle commented on 2025-08-28 02:49 (UTC)

Building the package currently fails when trying to apply notmuch2.patch:

patching file i3pystatus/mail/notmuchmail.py
Reversed (or previously applied) patch detected!  Skipping patch.
2 out of 2 hunks ignored -- saving rejects to file i3pystatus/mail/notmuchmail.py.rej

It builds fine, when the patch is removed.

andreymal commented on 2025-06-17 15:06 (UTC)

The missing python-requests check dependency is still missing

eliran commented on 2024-05-27 08:43 (UTC)

==> Starting check()...
usage: setup.py [global_opts] cmd1 [cmd1_opts] [cmd2 [cmd2_opts] ...]
   or: setup.py --help [cmd1 cmd2 ...]
   or: setup.py --help-commands
   or: setup.py cmd --help

error: invalid command 'pytest'
==> ERROR: A failure occurred in check().
    Aborting...
 -> error making: i3pystatus-git-exit status 4
 -> Failed to install the following packages. Manual intervention is required:
i3pystatus-git - exit status 4

tyjak commented on 2024-05-17 09:22 (UTC) (edited on 2024-05-17 09:42 (UTC) by tyjak)

I've got some error, can't install it anymore :( 3 tests falled :

ImportError while importing test module '/home/david/.cache/yay/i3pystatus-git/src/i3pystatus-git/tests/test_hassio.py'.
...
E   ModuleNotFoundError: No module named 'mock'
...
ImportError while importing test module '/home/david/.cache/yay/i3pystatus-git/src/i3pystatus-git/tests/test_plexstatus.py'.
...
E   ModuleNotFoundError: No module named 'mock'
...
ImportError while importing test module '/home/david/.cache/yay/i3pystatus-git/src/i3pystatus-git/tests/test_lastfm.py'.
...

[UPDATE] I've fixed apply the patch https://github.com/enkore/i3pystatus/pull/855

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.