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: Sat, 13 Jan 2024 15:58:53 +0000 (UTC) [thread overview]
Message-ID: <1705161494.46a1c445f10c52877770db652462bedeb3ebccd3.julien@gentoo> (raw)
commit: 46a1c445f10c52877770db652462bedeb3ebccd3
Author: Julien Roy <julien <AT> jroy <DOT> ca>
AuthorDate: Sat Jan 13 15:58:14 2024 +0000
Commit: Julien Roy <julien <AT> jroy <DOT> ca>
CommitDate: Sat Jan 13 15:58:14 2024 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=46a1c445
dev-python/mautrix: add 0.20.4
Signed-off-by: Julien Roy <julien <AT> jroy.ca>
dev-python/mautrix/Manifest | 1 +
dev-python/mautrix/mautrix-0.20.4.ebuild | 39 ++++++++++++++++++++++++++++++++
2 files changed, 40 insertions(+)
diff --git a/dev-python/mautrix/Manifest b/dev-python/mautrix/Manifest
index 6c0b3d8ba7..7a2ff6d7b3 100644
--- a/dev-python/mautrix/Manifest
+++ b/dev-python/mautrix/Manifest
@@ -1 +1,2 @@
DIST mautrix-0.20.3.tar.gz 243007 BLAKE2B eb273fbe0810c7bfbbf8a2c9f88b72012c358122b96d0293323a3ade0135624133e205116e3a0dba14c694e0351938ab7196b880fa36448f74f72c6c026d1a53 SHA512 646693244305fa7cd5079d9a595d91e9d7253035139b841c4247dbbca5211d87d219d027669304765625ac17a1a8389a454045f8b06b47b13ba344c5134080af
+DIST mautrix-0.20.4.tar.gz 243441 BLAKE2B 8aadbe0147585dbd8c8d019fdbdbbcdd14f8ff3717ef9894abf431a1fe34e6fc8bc1a0dfb27235a04ff48aea60f19f6ee1d362b5712bfe7a1f2be51f774fa8bc SHA512 57bc8a975702d8ab1f5cc28a2d8556a4fb346b299dd9c6f8c1c55c177aaabb1a0a198c4becb9eb8fd7887b142b7ffd6ca3031859d1ea417307fa265c7e4877ba
diff --git a/dev-python/mautrix/mautrix-0.20.4.ebuild b/dev-python/mautrix/mautrix-0.20.4.ebuild
new file mode 100644
index 0000000000..2499e5f9f7
--- /dev/null
+++ b/dev-python/mautrix/mautrix-0.20.4.ebuild
@@ -0,0 +1,39 @@
+# 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_{10..11} )
+
+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/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/sqlalchemy-2[${PYTHON_USEDEP}]
+ )
+"
+DEPEND="${RDEPEND}"
+
+distutils_enable_tests pytest
+
+pkg_postinst() {
+ optfeature "media transcoding" media-video/ffmpeg
+}
next reply other threads:[~2024-01-13 15:58 UTC|newest]
Thread overview: 39+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-01-13 15:58 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
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-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=1705161494.46a1c445f10c52877770db652462bedeb3ebccd3.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