From: "Julien Roy" <julien@jroy.ca>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-python/mautrix/
Date: Mon, 10 Apr 2023 02:43:40 +0000 (UTC) [thread overview]
Message-ID: <1681094125.a89832ad911bcf31619c5f5028fae02d41b20bc0.julien@gentoo> (raw)
commit: a89832ad911bcf31619c5f5028fae02d41b20bc0
Author: Julien Roy <julien <AT> jroy <DOT> ca>
AuthorDate: Mon Apr 10 02:35:16 2023 +0000
Commit: Julien Roy <julien <AT> jroy <DOT> ca>
CommitDate: Mon Apr 10 02:35:25 2023 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=a89832ad
dev-python/mautrix: add 0.19.8
add dev-python/future BDEPEND for tests
Closes: https://bugs.gentoo.org/893750
Signed-off-by: Julien Roy <julien <AT> jroy.ca>
dev-python/mautrix/Manifest | 1 +
dev-python/mautrix/mautrix-0.19.8.ebuild | 40 ++++++++++++++++++++++++++++++++
2 files changed, 41 insertions(+)
diff --git a/dev-python/mautrix/Manifest b/dev-python/mautrix/Manifest
index 467262954..725b42279 100644
--- a/dev-python/mautrix/Manifest
+++ b/dev-python/mautrix/Manifest
@@ -1 +1,2 @@
DIST mautrix-0.19.2.gh.tar.gz 236873 BLAKE2B 9ba882c6a61f4bc9868700c42ba043266e307a8aa6fbb9fa04492aca6d8edddc8f2c977fc57642e2fa2dfbb1e4eed9412da7d980bc86b00bfcb042afad74ffd7 SHA512 69162736ecd0e4f1bb3f272606ab992687b9e939179cff0b6204f81c1bc3bc49b60dce1ca74e81944220c0d93fcf6d20954cab785ba4e0471e918409dc49fbb4
+DIST mautrix-0.19.8.tar.gz 240541 BLAKE2B 973b5db77e037d24e5fa0648a385546b9499ce211020c2db533c3a91135011f57495305c9f0c729aa78b4f38ed63462394e1f68548535ca5a7ddb3afb2d07014 SHA512 00f2d65ca9e301237b2837ade71d9154ae170497c6f04762d62794a775062cf33f876808f613ea3c9630b8d033de0da1dfc9945a0fc1ff24b8202d590ecf916f
diff --git a/dev-python/mautrix/mautrix-0.19.8.ebuild b/dev-python/mautrix/mautrix-0.19.8.ebuild
new file mode 100644
index 000000000..ebf172a5a
--- /dev/null
+++ b/dev-python/mautrix/mautrix-0.19.8.ebuild
@@ -0,0 +1,40 @@
+# Copyright 2022-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{9..10} )
+
+inherit distutils-r1 optfeature pypi
+
+DESCRIPTION="A Python 3 asyncio Matrix framework"
+HOMEPAGE="https://github.com/mautrix/python/"
+
+LICENSE="MPL-2.0"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+ dev-python/aiohttp[${PYTHON_USEDEP}]
+ dev-python/attrs[${PYTHON_USEDEP}]
+ dev-python/olm[${PYTHON_USEDEP}]
+ dev-python/pycryptodome[${PYTHON_USEDEP}]
+ dev-python/unpaddedbase64[${PYTHON_USEDEP}]
+ dev-python/yarl[${PYTHON_USEDEP}]
+ test? (
+ dev-python/aiosqlite[${PYTHON_USEDEP}]
+ dev-python/asyncpg[${PYTHON_USEDEP}]
+ dev-python/future[${PYTHON_USEDEP}]
+ <dev-python/sqlalchemy-2[${PYTHON_USEDEP}]
+ )
+"
+DEPEND="${RDEPEND}"
+
+distutils_enable_tests pytest
+
+pkg_postinst() {
+ optfeature "media transcoding" media-video/ffmpeg
+}
next reply other threads:[~2023-04-10 2:43 UTC|newest]
Thread overview: 39+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-04-10 2:43 Julien Roy [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-01-07 20:55 [gentoo-commits] repo/proj/guru:dev commit in: dev-python/mautrix/ Anna Vyalkova
2024-11-01 14:37 Anna Vyalkova
2024-08-09 0:10 Anna Vyalkova
2024-02-04 19:26 Anna Vyalkova
2024-02-04 19:26 Anna Vyalkova
2024-01-22 17:52 Anna Vyalkova
2024-01-20 8:45 Anna Vyalkova
2024-01-18 18:41 Anna Vyalkova
2024-01-18 18:41 Anna Vyalkova
2024-01-13 15:58 Julien Roy
2024-01-13 15:58 Julien Roy
2023-11-12 17:55 Julien Roy
2023-11-12 17:55 Julien Roy
2023-09-16 13:06 Julien Roy
2023-09-16 13:06 Julien Roy
2023-08-30 21:49 Julien Roy
2023-08-30 21:49 Julien Roy
2023-07-01 22:09 Julien Roy
2023-07-01 22:09 Julien Roy
2023-05-27 13:13 Julien Roy
2023-05-27 13:13 Julien Roy
2023-05-25 12:59 Julien Roy
2023-05-25 12:59 Julien Roy
2023-05-24 14:54 Julien Roy
2023-05-08 1:43 Julien Roy
2023-04-24 17:38 Julien Roy
2023-04-24 17:38 Julien Roy
2023-04-20 16:33 Julien Roy
2023-04-20 16:33 Julien Roy
2023-04-15 14:10 Julien Roy
2023-04-14 21:00 Julien Roy
2023-04-14 21:00 Julien Roy
2023-04-13 23:13 Julien Roy
2023-04-13 18:01 Julien Roy
2023-04-10 2:43 Julien Roy
2023-02-08 1:59 Julien Roy
2023-02-08 0:48 Julien Roy
2023-01-22 3:03 Julien Roy
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=1681094125.a89832ad911bcf31619c5f5028fae02d41b20bc0.julien@gentoo \
--to=julien@jroy.ca \
--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