mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-04-07 03:10:15 -04:00
net-im/gajim-plugins: enable py3.12
Closes: https://bugs.gentoo.org/931469 Signed-off-by: Julien Roy <julien@jroy.ca>
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
# Copyright 1999-2022 Gentoo Authors
|
||||
# Copyright 1999-2024 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
PYTHON_COMPAT=( python3_{10..11} )
|
||||
PYTHON_COMPAT=( python3_{10..12} )
|
||||
|
||||
inherit git-r3 python-single-r1
|
||||
|
||||
@@ -16,19 +16,15 @@ S="${WORKDIR}/${P%_p2}"
|
||||
LICENSE="GPL-3"
|
||||
SLOT="0"
|
||||
MY_PLUGINS="acronyms_expander anti_spam clients_icons length_notifier
|
||||
message_box_size now_listen omemo openpgp pgp plugins_translations
|
||||
message_box_size now_listen openpgp pgp plugins_translations
|
||||
quick_replies triggers"
|
||||
IUSE="$(printf '+%s ' ${MY_PLUGINS[@]})"
|
||||
REQUIRED_USE="${PYTHON_REQUIRED_USE}"
|
||||
|
||||
RDEPEND="
|
||||
${PYTHON_DEPS}
|
||||
$(python_gen_cond_dep '
|
||||
net-im/gajim[${PYTHON_SINGLE_USEDEP}]
|
||||
omemo? (
|
||||
net-im/gajim[omemo]
|
||||
dev-python/python-axolotl[${PYTHON_USEDEP}]
|
||||
dev-python/qrcode[${PYTHON_USEDEP}]
|
||||
dev-python/cryptography[${PYTHON_USEDEP}] )
|
||||
pgp? (
|
||||
>=dev-python/python-gnupg-0.4.0[${PYTHON_USEDEP}]
|
||||
)
|
||||
|
||||
@@ -11,7 +11,6 @@
|
||||
<flag name="length_notifier">Plugin: Notifies you when message length reaches a limit</flag>
|
||||
<flag name="message_box_size">Plugin: Allows you to adjust the height of the new message input field</flag>
|
||||
<flag name="now_listen">Plugin: Copy tune info to conversation input box</flag>
|
||||
<flag name="omemo">Plugin: OMEMO Multi-End Message and Object Encryption for 1:1 chats, groupchats, and file transfers</flag>
|
||||
<flag name="openpgp">Plugin: Encrypt your messages with OpenPGP (XEP-0373)</flag>
|
||||
<flag name="pgp">Plugin: Encrypt your messages with PGP (XEP-0027)</flag>
|
||||
<flag name="plugins_translations">Plugin: Translation files for Gajim Plugins</flag>
|
||||
|
||||
Reference in New Issue
Block a user