From: "David Roman" <davidroman96@gmail.com>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:master commit in: dev-python/mautrix/
Date: Mon, 5 Feb 2024 11:57:37 +0000 (UTC) [thread overview]
Message-ID: <1707074601.554c405b821ea2d1d9d2faa71f070d38e31f0a3e.davidroman@gentoo> (raw)
commit: 554c405b821ea2d1d9d2faa71f070d38e31f0a3e
Author: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
AuthorDate: Sat Feb 3 07:31:33 2024 +0000
Commit: David Roman <davidroman96 <AT> gmail <DOT> com>
CommitDate: Sun Feb 4 19:23:21 2024 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=554c405b
dev-python/mautrix: switch to daemons.eclass
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq.in>
dev-python/mautrix/mautrix-0.20.4-r2.ebuild | 65 +++++++++++++++++++++++++++++
1 file changed, 65 insertions(+)
diff --git a/dev-python/mautrix/mautrix-0.20.4-r2.ebuild b/dev-python/mautrix/mautrix-0.20.4-r2.ebuild
new file mode 100644
index 0000000000..d7a7df90a4
--- /dev/null
+++ b/dev-python/mautrix/mautrix-0.20.4-r2.ebuild
@@ -0,0 +1,65 @@
+# Copyright 2022-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{10..12} )
+inherit daemons distutils-r1 optfeature
+
+DESCRIPTION="A Python 3 asyncio Matrix framework"
+HOMEPAGE="
+ https://pypi.org/project/mautrix/
+ https://github.com/mautrix/python
+"
+
+# use github tarball for test data
+SRC_URI="https://github.com/mautrix/python/archive/refs/tags/v${PV}.tar.gz -> ${P}.gh.tar.gz"
+S="${WORKDIR}/python-${PV}"
+
+LICENSE="MPL-2.0"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="crypt"
+REQUIRED_USE="test? ( crypt )"
+
+RDEPEND="
+ dev-python/aiohttp[${PYTHON_USEDEP}]
+ dev-python/attrs[${PYTHON_USEDEP}]
+ dev-python/yarl[${PYTHON_USEDEP}]
+ crypt? (
+ dev-python/python-olm[${PYTHON_USEDEP}]
+ dev-python/pycryptodome[${PYTHON_USEDEP}]
+ dev-python/unpaddedbase64[${PYTHON_USEDEP}]
+ )
+"
+DEPEND="${RDEPEND}"
+BDEPEND="
+ test? (
+ dev-python/aiosqlite[${PYTHON_USEDEP}]
+ dev-python/asyncpg[${PYTHON_USEDEP}]
+ dev-python/pytest-asyncio[${PYTHON_USEDEP}]
+ dev-python/ruamel-yaml[${PYTHON_USEDEP}]
+ )
+"
+
+distutils_enable_tests pytest
+
+daemons_enable postgresql test
+
+# Disabled because of https://bugs.gentoo.org/922488
+#distutils_enable_sphinx docs \
+# dev-python/sphinx-rtd-theme
+
+src_test() {
+ daemons_start postgresql --host 127.0.0.1
+ local -x MEOW_TEST_PG_URL="${POSTGRESQL_URL:?}"
+
+ distutils-r1_src_test
+ daemons_stop postgresql
+}
+
+pkg_postinst() {
+ optfeature "MIME type detection support" dev-python/python-magic
+ optfeature "media transcoding support" media-video/ffmpeg
+}
next reply other threads:[~2024-02-05 11:57 UTC|newest]
Thread overview: 24+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-02-05 11:57 David Roman [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-01-08 13:20 [gentoo-commits] repo/proj/guru:master commit in: dev-python/mautrix/ David Roman
2024-11-02 20:52 David Roman
2024-08-09 12:46 David Roman
2024-02-05 11:57 David Roman
2024-01-20 22:13 David Roman
2024-01-19 10:31 Arthur Zamarin
2024-01-19 10:31 Arthur Zamarin
2024-01-13 16:24 Arthur Zamarin
2024-01-13 16:24 Arthur Zamarin
2023-09-18 12:37 Florian Schmaus
2023-09-18 12:37 Florian Schmaus
2023-07-02 13:06 Florian Schmaus
2023-07-02 13:06 Florian Schmaus
2023-05-25 2:21 Haelwenn Monnier
2023-04-26 9:44 Florian Schmaus
2023-04-26 9:44 Florian Schmaus
2023-04-20 19:40 Florian Schmaus
2023-04-20 19:40 Florian Schmaus
2023-04-14 17:36 Viorel Munteanu
2023-04-13 19:52 Florian Schmaus
2023-02-08 12:09 Florian Schmaus
2023-02-08 12:09 Florian Schmaus
2023-01-22 8:21 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=1707074601.554c405b821ea2d1d9d2faa71f070d38e31f0a3e.davidroman@gentoo \
--to=davidroman96@gmail.com \
--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