net-irc/weechat-matrix: bump to 0.3.0
This commit is contained in:
parent
c5b170e59b
commit
c409fb9c9a
2 changed files with 2 additions and 3 deletions
35
net-irc/weechat-matrix/weechat-matrix-0.3.0.ebuild
Normal file
35
net-irc/weechat-matrix/weechat-matrix-0.3.0.ebuild
Normal file
|
|
@ -0,0 +1,35 @@
|
|||
# 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/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}]
|
||||
"
|
||||
Loading…
Add table
Add a link
Reference in a new issue