gpo.zugaina.org

Search Portage & Overlays:

dev-python/i3ipc

An improved Python library to control i3wm and sway.

Screenshots

  • i3ipc-9999
    test test python_targets_python3_10 python_targets_python3_11

    View      Download      Browse     License: BSD   
  • i3ipc-2.2.1-r1
    ~amd64 ~x86
    test python_targets_python3_10 python_targets_python3_11 python_targets_python3_12 python_targets_python3_13 test

    View      Download      Browse     License: BSD   
    Overlay: spikyatlinux
  • i3ipc-2.2.1-r1
    ~amd64 ~x86
    test python_targets_python3_11 python_targets_python3_12 test

    View      Download      Browse     License: BSD   
    Overlay: guru
  • i3ipc-2.2.1
    ~amd64 ~x86
    test python_targets_python3_11 python_targets_python3_12

    View      Download      Browse     License: BSD   
    Overlay: guru
  • i3ipc-2.2.1
    ~amd64
    test test python_targets_python3_10 python_targets_python3_11

    View      Download      Browse     License: BSD   
  • i3ipc-2.2.1
    ~amd64 ~x86
    X python_targets_python3_13t python_targets_python3_10 python_targets_python3_11 python_targets_python3_12 python_targets_python3_13

    View      Download      Browse     License: BSD   
    Overlay: sorrow

ChangeLog

commit bb0aae8ad3292e932111cb0c52be559a6740b4b8
Author: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
Date: Thu Feb 20 18:56:40 2025 +0500

*/*: disable py3.10

Python 3.10 target is scheduled for removal in Gentoo:
https://public-inbox.gentoo.org/gentoo-dev/e6ca9f1f4ababb79ab2a3d005c39b483c3ecef6e.camel@gentoo.org/

Sphinx 8.2.0 already dropped support for CPython 3.10 and PyPy 3.10,
leading to multiple CI failures in ::guru.

We can safely remove this target, because GURU is "experimental" and
does not have stable keywords.

Let's not remove "pypy3" right now because
a) There are not many packages using it.
b) So we can see which packages supported PyPy 3.10, and test them with
PyPy 3.11.

Closes: https://github.com/gentoo/guru/pull/291
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>

commit 79e72551d7a57cdc36044067cef9096688ef4c62
Author: Julien Roy <julien@jroy.ca>
Date: Sat Apr 13 18:15:08 2024 -0400

dev-python/i3ipc: enable py3.12

Closes: https://bugs.gentoo.org/897446
Signed-off-by: Julien Roy <julien@jroy.ca>

commit f12fba1e901cbd08dacf15381964dad9d94bbb13
Author: Vitaly Zdanevich <zdanevich.vitaly@ya.ru>
Date: Thu Mar 7 08:41:38 2024 +0400

dev-python/i3ipc: to EAPI 8, extend PYTHON_COMPAT to 3.12

Signed-off-by: Vitaly Zdanevich <zdanevich.vitaly@ya.ru>

commit 68460592f27760598adf78843724191f8848e4d2
Author: Lucio Sauer <watermanpaint@posteo.net>
Date: Tue Jun 27 04:21:11 2023 +0200

*/*: fix MissingRemoteId in metadata.xml

* Manually checked, I hope I caught most errors

Signed-off-by: Lucio Sauer <watermanpaint@posteo.net>

commit 8239a203642f90b2d066a1747c656d4d4b64462c
Author: YiFei Zhu <zhuyifei1999@gmail.com>
Date: Sun May 21 12:40:23 2023 -0700

*/*: replace uses of mirror://pypi/ with pypi.eclass

Signed-off-by: YiFei Zhu <zhuyifei1999@gmail.com>

commit 12088906c597f38640e866db39c7ba6dea3f5ec0
Author: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
Date: Tue May 2 00:45:35 2023 +0500

*/*: drop dead py3.9 impl

Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>

commit 6a1d0885ac6769518fc40eb81f5e26a41dbf6652
Author: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
Date: Fri Mar 17 17:48:37 2023 +0500

dev-python/i3ipc: Use pypi.eclass

Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>

commit 41008d715cc7b84056a64933f14288647f14b6fa
Author: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
Date: Sun Mar 12 17:53:56 2023 +0500

*/*: drop dead py3.8 impl

Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>

commit 1e95f22062b44b3708c09b56fb2334f41c633e2e
Author: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
Date: Sat Mar 4 18:56:32 2023 +0500

*/*: update metadata schema uri

Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>

commit 8f84bafdaed42c9d26929493a3c09c7d5aaa41ae
Author: Ronny (tastytea) Gutbrod <gentoo@tastytea.de>
Date: Sun Oct 30 03:09:50 2022 +0100

dev-python/i3ipc: fix copyright year

Signed-off-by: Ronny (tastytea) Gutbrod <gentoo@tastytea.de>

commit 244a0037d5bbdc3dafd6fe828d37bf4973bf54b0
Author: Ronny (tastytea) Gutbrod <gentoo@tastytea.de>
Date: Sun Oct 30 02:46:56 2022 +0100

dev-python/i3ipc: fix some of the tests, disable tests

Tests never worked, it seems. Most of the remaining errors are
AttributeError: 'async_generator' object has no attribute 'foo'

Bug: https://bugs.gentoo.org/800269
Signed-off-by: Ronny (tastytea) Gutbrod <gentoo@tastytea.de>

commit 59389a05773f28139712a374485459facbeaf997
Author: Ronny (tastytea) Gutbrod <gentoo@tastytea.de>
Date: Sun Oct 30 02:22:16 2022 +0200

dev-python/i3ipc: EAPI 8, PEP517, fix deps, add python3_11

Signed-off-by: Ronny (tastytea) Gutbrod <gentoo@tastytea.de>

commit a7a479316afbeac2bd824086740fd6bd0c360b05
Author: Matthew Bakhtiari <dev@mtbk.me>
Date: Sat Jul 3 11:34:28 2021 +0200

dev-python/i3ipc: maintenance

Closes: https://bugs.gentoo.org/800145
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Matthew <dev@mtbk.me>

commit 3b8c24e125b9da2fe6c7ebc8e99d1730c7bdaaa0
Author: Theo Anderson <telans@posteo.de>
Date: Wed Dec 9 17:29:15 2020 +1300

dev-python/i3ipc: bump PYTHON_COMPAT

Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Theo Anderson <telans@posteo.de>

commit fd881c149c02246e43f283eabc62d897501387ef
Author: Andrew Ammerlaan <andrewammerlaan@riseup.net>
Date: Sat Sep 26 11:25:00 2020 +0200

dev-python/i3ipc: drop py2_7

Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Andrew Ammerlaan <andrewammerlaan@riseup.net>

commit 27cf241a06ce8add49f0e36515d401680456b34a
Author: Andrew Ammerlaan <andrewammerlaan@riseup.net>
Date: Sat Sep 26 11:18:07 2020 +0200

dev-python/i3ipc: add metadata file

Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Andrew Ammerlaan <andrewammerlaan@riseup.net>

commit 83ecb7b2c62d7bd04efcd5c0b965b5e1ac51438a
Author: Stefan Ott <gentoo@desire.ch>
Date: Sat Sep 26 03:05:41 2020 +0200

dev-python/i3ipc: Fix keywords

Signed-off-by: Stefan Ott <gentoo@desire.ch>

commit c5eed5de513c53e547b3909bb762beb18dc96de0
Author: Stefan Ott <gentoo@desire.ch>
Date: Sat Sep 26 02:22:11 2020 +0200

dev-python/i3ipc: new package

Signed-off-by: Stefan Ott <gentoo@desire.ch>