From 4898218d4dbb0160680bdee27e35810b03ab5f86 Mon Sep 17 00:00:00 2001 From: Alfred Wingate Date: Tue, 22 Sep 2020 21:35:39 +0300 Subject: [PATCH] dev-python/matrix-nio: add matrix-nio Package-Manager: Portage-3.0.4, Repoman-3.0.1 Signed-off-by: Alfred Wingate --- dev-python/matrix-nio/Manifest | 1 + .../matrix-nio/matrix-nio-0.15.1.ebuild | 35 +++++++++++++++++++ dev-python/matrix-nio/metadata.xml | 11 ++++++ 3 files changed, 47 insertions(+) create mode 100644 dev-python/matrix-nio/Manifest create mode 100644 dev-python/matrix-nio/matrix-nio-0.15.1.ebuild create mode 100644 dev-python/matrix-nio/metadata.xml diff --git a/dev-python/matrix-nio/Manifest b/dev-python/matrix-nio/Manifest new file mode 100644 index 0000000..bae9719 --- /dev/null +++ b/dev-python/matrix-nio/Manifest @@ -0,0 +1 @@ +DIST matrix-nio-0.15.1.tar.gz 227809 BLAKE2B a026cb421d09ccd0949382024587a196999d09733bd76fa1a79c7423e1543b2e42209ebb39c08a227e0c7d3821ee2e2cf17253aceaa36e7be0540c0455032474 SHA512 0bcc0321e1e679e02257062ae3390a677bf5d23bf8b8ddb967037aea4120c80ed5ea37060b574e7d830b467f2b581864331db393ff4977df6fc865863f8dbd67 diff --git a/dev-python/matrix-nio/matrix-nio-0.15.1.ebuild b/dev-python/matrix-nio/matrix-nio-0.15.1.ebuild new file mode 100644 index 0000000..4e890ba --- /dev/null +++ b/dev-python/matrix-nio/matrix-nio-0.15.1.ebuild @@ -0,0 +1,35 @@ +# Copyright 2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +PYTHON_COMPAT=( python3_{6,7,8,9}) +inherit distutils-r1 + +DESCRIPTION="A Python Matrix client library, designed according to sans I/O principles" +HOMEPAGE="https://github.com/poljar/matrix-nio" +SRC_URI="https://github.com/poljar/matrix-nio/archive/${PV}.tar.gz -> ${PF}.tar.gz" + +LICENSE="ISC" +SLOT="0" +KEYWORDS="~amd64" +IUSE="e2e" + +RDEPEND=" + dev-python/future + dev-python/aiohttp + dev-python/aiofiles + python_targets_python3_6? ( dev-python/dataclasses ) + dev-python/h11 + dev-python/hyper-h2 + dev-python/logbook + dev-python/jsonschema + dev-python/unpaddedbase64 + dev-python/pycryptodome + e2e? ( + >=dev-libs/olm-3.1.5[python(-)] + >=dev-python/peewee-3.9.5 + dev-python/cachetools + dev-python/atomicwrites + ) +" diff --git a/dev-python/matrix-nio/metadata.xml b/dev-python/matrix-nio/metadata.xml new file mode 100644 index 0000000..2d4b890 --- /dev/null +++ b/dev-python/matrix-nio/metadata.xml @@ -0,0 +1,11 @@ + + + + + parona@protonmail.com + Alfred Wingate + + + Enable end to end encryption support + +