net-irc/weechat-matrix: new package

This commit is contained in:
nemunaire 2020-06-01 16:32:10 +02:00
parent b2a41a8b85
commit 3febb314da
2 changed files with 38 additions and 0 deletions

View File

@ -0,0 +1,2 @@
DIST weechat-matrix-0.2.0.tar.gz 83331 BLAKE2B 73310630dad4d3ae3cce24ae4e2b83a64c8cc22f93e2551b915d18febdbb25d0d204d743662f927fa9402874eae701bb5cd3019d87498f47293ab6a8afb54e04 SHA512 f4a24026a351bc45cdce46db8263675bb143a60db4c55c6754fecc6c1a6c894350829c540c85543d60f7eaffbc3512979526d2fee349649b3acdbaf1f1ee3369
EBUILD weechat-matrix-0.2.0.ebuild 1003 BLAKE2B 38e4a93e5696e6b6a654ca9f693509d70a19d0aadb814dc862d7b0dd609d0b39e65998332e6b0791fea71bba18b2b26b5a40222e3522cb7f80e3e1d56ac62ad6 SHA512 12b0f1d51f9061b14036655032c9a2f86807e2ff39f1c5f036e2d835308961ea84a5bb6023efb968e5b15e4b28f1af12da83545e457fc6821133a93cb7c4ff3a

View File

@ -0,0 +1,36 @@
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
PYTHON_COMPAT=( python3_{6,7,8} )
inherit distutils-r1
DESCRIPTION="Weechat Matrix protocol script written in python"
HOMEPAGE="https://github.com/poljar/weechat-matrix"
SRC_URI="https://github.com/poljar/weechat-matrix/archive/${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="ISC"
SLOT="0"
IUSE=""
DISTUTILS_USE_SETUPTOOLS=pyproject.toml
RDEPEND="
dev-python/pyopenssl[${PYTHON_USEDEP}]
dev-python/typing[${PYTHON_USEDEP}]
dev-python/webcolors[${PYTHON_USEDEP}]
dev-python/future[${PYTHON_USEDEP}]
dev-python/atomicwrites[${PYTHON_USEDEP}]
dev-python/attrs[${PYTHON_USEDEP}]
dev-python/logbook[${PYTHON_USEDEP}]
dev-python/pygments[${PYTHON_USEDEP}]
dev-python/aiohttp[${PYTHON_USEDEP}]
dev-python/python-magic[${PYTHON_USEDEP}]
dev-python/requests[${PYTHON_USEDEP}]
dev-python/matrix-nio[e2e,${PYTHON_USEDEP}]
"
BDEPEND="${RDEPEND}
dev-python/pyproject2setuppy[${PYTHON_USEDEP}]
"