mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-14 01:23:23 -04:00
dev-python/mautrix: new package, add 0.19.2
Signed-off-by: Julien Roy <julien@jroy.ca>
This commit is contained in:
1
dev-python/mautrix/Manifest
Normal file
1
dev-python/mautrix/Manifest
Normal file
@@ -0,0 +1 @@
|
||||
DIST mautrix-0.19.2.gh.tar.gz 236873 BLAKE2B 9ba882c6a61f4bc9868700c42ba043266e307a8aa6fbb9fa04492aca6d8edddc8f2c977fc57642e2fa2dfbb1e4eed9412da7d980bc86b00bfcb042afad74ffd7 SHA512 69162736ecd0e4f1bb3f272606ab992687b9e939179cff0b6204f81c1bc3bc49b60dce1ca74e81944220c0d93fcf6d20954cab785ba4e0471e918409dc49fbb4
|
||||
37
dev-python/mautrix/mautrix-0.19.2.ebuild
Normal file
37
dev-python/mautrix/mautrix-0.19.2.ebuild
Normal file
@@ -0,0 +1,37 @@
|
||||
# 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
|
||||
|
||||
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/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[${PYTHON_USEDEP}]
|
||||
)
|
||||
"
|
||||
DEPEND="${RDEPEND}"
|
||||
|
||||
distutils_enable_tests pytest
|
||||
19
dev-python/mautrix/metadata.xml
Normal file
19
dev-python/mautrix/metadata.xml
Normal file
@@ -0,0 +1,19 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<maintainer type="person">
|
||||
<email>julien@jroy.ca</email>
|
||||
<description>Julien Roy</description>
|
||||
</maintainer>
|
||||
<upstream>
|
||||
<maintainer>
|
||||
<name>Tulir Asokan</name>
|
||||
<email>tulir@maunium.net</email>
|
||||
</maintainer>
|
||||
<changelog>https://github.com/mautrix/python/releases</changelog>
|
||||
<doc>https://docs.mau.fi/python/latest/</doc>
|
||||
<bugs-to>https://github.com/mautrix/python/issues</bugs-to>
|
||||
<remote-id type="github">mautrix/python</remote-id>
|
||||
<remote-id type="pypi">mautrix</remote-id>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
||||
Reference in New Issue
Block a user