From: "Nowa Ammerlaan" <nowa@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:master commit in: net-im/mautrix-telegram/
Date: Sun, 17 Nov 2024 13:21:28 +0000 (UTC) [thread overview]
Message-ID: <1731820082.2569f07f063615ff033e7eac0d9b75763416620d.nowa@gentoo> (raw)
commit: 2569f07f063615ff033e7eac0d9b75763416620d
Author: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
AuthorDate: Sun Nov 17 05:07:22 2024 +0000
Commit: Nowa Ammerlaan <nowa <AT> gentoo <DOT> org>
CommitDate: Sun Nov 17 05:08:02 2024 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=2569f07f
net-im/mautrix-telegram: enable py3.13
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq.in>
net-im/mautrix-telegram/mautrix-telegram-0.15.2.ebuild | 15 ++++++++++++++-
1 file changed, 14 insertions(+), 1 deletion(-)
diff --git a/net-im/mautrix-telegram/mautrix-telegram-0.15.2.ebuild b/net-im/mautrix-telegram/mautrix-telegram-0.15.2.ebuild
index 12d765dcc..b8724c0e2 100644
--- a/net-im/mautrix-telegram/mautrix-telegram-0.15.2.ebuild
+++ b/net-im/mautrix-telegram/mautrix-telegram-0.15.2.ebuild
@@ -5,7 +5,7 @@ EAPI=8
PYPI_NO_NORMALIZE=1
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..12} )
+PYTHON_COMPAT=( python3_{10..13} )
inherit distutils-r1 optfeature pypi systemd
@@ -46,6 +46,19 @@ RDEPEND="
sqlite? ( dev-python/aiosqlite[${PYTHON_USEDEP}] )
"
+distutils_enable_tests import-check
+
+python_test() {
+ local sitedir="${BUILD_DIR}/install$(python_get_sitedir)"
+ local EPYTEST_IGNORE=(
+ "${sitedir}/mautrix_telegram/__main__.py"
+ "${sitedir}/mautrix_telegram/abstract_user.py"
+ "${sitedir}/mautrix_telegram/scripts/unicodemojipack/__main__.py"
+ )
+
+ epytest --import-check "${sitedir}"
+}
+
src_install() {
distutils-r1_src_install
next reply other threads:[~2024-11-17 13:21 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-11-17 13:21 Nowa Ammerlaan [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-06-17 21:40 [gentoo-commits] repo/proj/guru:master commit in: net-im/mautrix-telegram/ Julien Roy
2023-12-31 15:40 David Roman
2023-09-24 0:33 David Roman
2023-09-24 0:33 David Roman
2023-07-02 13:06 Florian Schmaus
2023-07-02 13:06 Florian Schmaus
2023-05-28 15:01 Viorel Munteanu
2023-05-28 15:01 Viorel Munteanu
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1731820082.2569f07f063615ff033e7eac0d9b75763416620d.nowa@gentoo \
--to=nowa@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox