dev-python/matrix-nio: New ebuild

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Alarig Le Lay <alarig@swordarmor.fr>
This commit is contained in:
Alarig Le Lay 2020-06-14 13:29:12 +02:00
parent c236736576
commit a790250ed1
Signed by: alarig
GPG Key ID: 7AFE62C6DF8BCDEC
3 changed files with 61 additions and 0 deletions

View File

@ -0,0 +1 @@
DIST matrix-nio-0.11.2.tar.gz 200547 BLAKE2B 6ea4709de22053ed5b343c9b9ad6c5c1a3346adf0438f1fc7c6fe67eb99000275731dbab21e2d1421c90d3d8ede15fe2682f3bff2583b13886fd6b99e2849abf SHA512 f2099e0ef18c1e897ecad9a874b459b4976a1070c8e954e5acddb6a79ec2d9ed19845071eb533f601583fdf1d2ce53df31e9d58465ace2d1083ba57b591f8163

View File

@ -0,0 +1,49 @@
# Copyright 2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
PYTHON_COMPAT=(python3_{7,8})
inherit distutils-r1
DESCRIPTION="A Python Matrix client library, designed according to sans I/O"H
HOMEPAGE="https://github.com/poljar/matrix-nio"
SLOT="0"
LICENSE="ISC"
KEYWORDS="~amd64"
IUSE="e2e"
SRC_URI="https://github.com/poljar/matrix-nio/archive/${PV}.tar.gz -> ${P}.tar.gz"
CDEPEND="
dev-python/logbook[${PYTHON_USEDEP}]
dev-python/aiofiles[${PYTHON_USEDEP}]
dev-python/jsonschema[${PYTHON_USEDEP}]
dev-python/pycryptodome[${PYTHON_USEDEP}]
dev-python/unpaddedbase64[${PYTHON_USEDEP}]
dev-python/future[${PYTHON_USEDEP}]
dev-python/hyper-h2[${PYTHON_USEDEP}]
dev-python/h11[${PYTHON_USEDEP}]
dev-python/aiohttp[${PYTHON_USEDEP}]
dev-python/appdirs[${PYTHON_USEDEP}]
dev-python/pymediainfo[${PYTHON_USEDEP}]
dev-python/mistune[${PYTHON_USEDEP}]
media-gfx/cairosvg
e2e? (
dev-python/peewee[${PYTHON_USEDEP}]
dev-python/cachetools[${PYTHON_USEDEP}]
dev-python/atomicwrites[${PYTHON_USEDEP}]
dev-python/olm[${PYTHON_USEDEP}]
)
"
DEPEND="${CDEPEND}"
RDEPEND="${CDEPEND}"
src_configure() {
default # TODO: add extra features to setup.py
}

View File

@ -0,0 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM 'http://www.gentoo.org/dtd/metadata.dtd'>
<pkgmetadata>
<maintainer type="person">
<name>Alarig Le Lay</name>
<email>alarig@swordarmor.fr</email>
</maintainer>
<use>
<flag name="e2e">Enable matrix end-to-end encryption</flag>
</use>
</pkgmetadata>