dev-python/pystray: add 0.17.3

Signed-off-by: Theo Anderson <telans@posteo.de>
This commit is contained in:
Theo Anderson
2021-04-28 13:46:58 +12:00
parent 7a6d3afc02
commit 300db11a28
2 changed files with 24 additions and 0 deletions

View File

@@ -0,0 +1,23 @@
# Copyright 2020-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
PYTHON_COMPAT=( python3_{7..9} )
inherit distutils-r1
DESCRIPTION="System tray icon creation via python"
HOMEPAGE="https://github.com/moses-palmer/pystray"
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
LICENSE="LGPL-3"
SLOT="0"
KEYWORDS="~amd64 ~arm ~x86"
DEPEND="dev-python/sphinx[${PYTHON_USEDEP}]"
RDEPEND="
${DEPEND}
dev-python/python-xlib[${PYTHON_USEDEP}]
"
BDEPEND="dev-python/pillow[${PYTHON_USEDEP}]"