Commit Graph

14 Commits

Author SHA1 Message Date
David Roman
68fbddeaec */*: drop py3.11 & remove dead py impls
Part-of: https://github.com/gentoo/guru/pull/447
Closes: https://github.com/gentoo/guru/pull/447
Signed-off-by: David Roman <stkw0@disroot.org>
2026-03-10 10:54:23 +01:00
Rahil Bhimjiani
4db2bf0fe8 net-irc/thelounge: rev bump 4.4.3 to fix +sqlite build
Closes: https://bugs.gentoo.org/932483
Signed-off-by: Rahil Bhimjiani <me@rahil.rocks>
2025-03-18 21:38:26 +05:30
Anna (cybertailor) Vyalkova
bb0aae8ad3 */*: 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>
2025-02-21 17:51:14 +05:00
Filip Kobierski
08c753c30e net-irc/thelounge: drop 4.4.2_rc1
it's overshadowed by 4.4.3 and it's not a release but a release candidate

Signed-off-by: Filip Kobierski <fkobi@pm.me>
2024-08-24 19:41:09 +02:00
Filip Kobierski
9a27461316 net-irc/thelounge: add python 3.12 support
Closes: https://bugs.gentoo.org/931468
Signed-off-by: Filip Kobierski <fkobi@pm.me>
2024-08-24 19:40:54 +02:00
David Roman
8b33f89cda Revert "*/*: ExcessiveLineLength fix most of them"
This reverts commit 79341e9f04.
Signed-off-by: David Roman <davidroman96@gmail.com>
2024-07-25 11:18:16 +02:00
Vitaly Zdanevich
79341e9f04 */*: ExcessiveLineLength fix most of them
Signed-off-by: Vitaly Zdanevich <zdanevich.vitaly@ya.ru>
2024-07-19 21:33:15 +04:00
Rahil Bhimjiani
2f1ee8ef52 net-irc/thelounge: update to 4.4.3
Signed-off-by: Rahil Bhimjiani <me@rahil.rocks>
2024-04-08 17:23:43 +05:30
Rahil Bhimjiani
c4cd203c07 net-irc/thelounge: use python-any-r1 instead and tweak systemd unit
Upstream recommended to unset LimitNOFILE LimitNPROC

Signed-off-by: Rahil Bhimjiani <me@rahil.rocks>
2024-03-12 12:46:05 +05:30
Rahil Bhimjiani
eaadd7954e net-irc/thelounge: setup for python only if +sqlite
missed this one as I didn't know that python-single-r1 exports pkg_setup

Signed-off-by: Rahil Bhimjiani <me@rahil.rocks>
2024-03-12 12:17:09 +05:30
Rahil Bhimjiani
3e783c51de net-irc/thelounge/thelounge: fix failing build on python3.12
Signed-off-by: Rahil Bhimjiani <me@rahil.rocks>
2024-03-12 01:55:22 +05:30
Rahil Bhimjiani
8fd3dfb68a net-irc/thelounge: use specific python version
Instead of just executing `python` or `python3` which are just symlinks
and considered bad practice, execute specific python
executable (i.e. /usr/bin/python3.11)

This also fixes failing build with python-exec[-native-symlinks]

Closes: https://bugs.gentoo.org/926719
Signed-off-by: Rahil Bhimjiani <me@rahil.rocks>
2024-03-12 01:28:27 +05:30
Rahil Bhimjiani
c7fdbf8cac net-irc/thelounge: misc improvements
Changes:
* provide USE flag, sqlite
* fix failing build on FEATURES=-network-sandbox
* build sqlite from source instead of using upstream's binary

Signed-off-by: Rahil Bhimjiani <me@rahil.rocks>
2024-03-10 21:31:47 +05:30
Rahil Bhimjiani
b061292d27 net-irc/thelounge: ‎Modern & responsive web IRC client
add 4.4.1 and 4.4.2-rc.1

Signed-off-by: Rahil Bhimjiani <me@rahil.rocks>
2024-03-09 21:27:05 +05:30