From 2930392526b8a25571ae1c4fead75383a8545143 Mon Sep 17 00:00:00 2001 From: Alarig Le Lay Date: Mon, 3 Apr 2023 22:19:00 +0200 Subject: [PATCH] dev-python/mautrix: new package, add 0.19.7 --- dev-python/mautrix/Manifest | 1 + dev-python/mautrix/mautrix-0.19.7.ebuild | 50 ++++++++++++++++++++++++ dev-python/mautrix/metadata.xml | 19 +++++++++ 3 files changed, 70 insertions(+) create mode 100644 dev-python/mautrix/Manifest create mode 100644 dev-python/mautrix/mautrix-0.19.7.ebuild create mode 100644 dev-python/mautrix/metadata.xml diff --git a/dev-python/mautrix/Manifest b/dev-python/mautrix/Manifest new file mode 100644 index 0000000..5938dac --- /dev/null +++ b/dev-python/mautrix/Manifest @@ -0,0 +1 @@ +DIST mautrix-0.19.7.gh.tar.gz 239132 BLAKE2B 938c8565d7d0fdbe085e48ee0d5f376995789c96ca6a676501530446a2bee93c8a11f7136eeaef3c81178ebc2194cbd0c9c946131555c631a73cd869f841a528 SHA512 27dab5dad6233189a58c904763d8694b88abe223b47946cb7632fb04237544a2cac33760daa4836c5e4541b1b6e7d48d6d9340ce454eb6eec143a0aae9d0d5e2 diff --git a/dev-python/mautrix/mautrix-0.19.7.ebuild b/dev-python/mautrix/mautrix-0.19.7.ebuild new file mode 100644 index 0000000..2d5f031 --- /dev/null +++ b/dev-python/mautrix/mautrix-0.19.7.ebuild @@ -0,0 +1,50 @@ +# 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 + +DESCRIPTION="A Python 3 asyncio Matrix framework" +HOMEPAGE="https://github.com/mautrix/python/" +SRC_URI="https://github.com/mautrix/python/archive/v${PV}.tar.gz -> ${P}.gh.tar.gz" +S="${WORKDIR}/python-${PV}" + +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/yarl[${PYTHON_USEDEP}] + + + + + Julien Roy + julien@jroy.ca + + + + Tulir Asokan + tulir@maunium.net + + https://github.com/mautrix/python/releases + https://docs.mau.fi/python/latest/ + https://github.com/mautrix/python/issues + mautrix/python + mautrix + +