dev-python/matrix-nio: add matrix-nio
Package-Manager: Portage-3.0.4, Repoman-3.0.1 Signed-off-by: Alfred Wingate <parona@protonmail.com>
This commit is contained in:
parent
7bd6523a89
commit
4898218d4d
1
dev-python/matrix-nio/Manifest
Normal file
1
dev-python/matrix-nio/Manifest
Normal file
@ -0,0 +1 @@
|
|||||||
|
DIST matrix-nio-0.15.1.tar.gz 227809 BLAKE2B a026cb421d09ccd0949382024587a196999d09733bd76fa1a79c7423e1543b2e42209ebb39c08a227e0c7d3821ee2e2cf17253aceaa36e7be0540c0455032474 SHA512 0bcc0321e1e679e02257062ae3390a677bf5d23bf8b8ddb967037aea4120c80ed5ea37060b574e7d830b467f2b581864331db393ff4977df6fc865863f8dbd67
|
35
dev-python/matrix-nio/matrix-nio-0.15.1.ebuild
Normal file
35
dev-python/matrix-nio/matrix-nio-0.15.1.ebuild
Normal file
@ -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
|
||||||
|
)
|
||||||
|
"
|
11
dev-python/matrix-nio/metadata.xml
Normal file
11
dev-python/matrix-nio/metadata.xml
Normal 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">
|
||||||
|
<email> parona@protonmail.com </email>
|
||||||
|
<name> Alfred Wingate </name>
|
||||||
|
</maintainer>
|
||||||
|
<use>
|
||||||
|
<flag name="e2e"> Enable end to end encryption support </flag>
|
||||||
|
</use>
|
||||||
|
</pkgmetadata>
|
Loading…
Reference in New Issue
Block a user