dev-python/pystray: add 0.17.4

Signed-off-by: James Beddek <telans@posteo.de>
This commit is contained in:
James Beddek
2021-10-04 20:26:40 +13:00
parent 542fa77e7c
commit f8d4462287
2 changed files with 24 additions and 0 deletions

View File

@@ -1 +1,2 @@
DIST pystray-0.17.3.tar.gz 24877 BLAKE2B 5faf19241436d56d90a021c24753b914b3ec72fe2f511c3d1cf610e091829a8b130ade1ed4fef19ef6972d0b8ec5a3845f6ba443392d50d1b26bf81ef0715e61 SHA512 63b8bcffe80b619b753169d9b61ff7525cab550e5695abac9f01b9b6623555384a592a92b4ac23e251ff162db1a131aa482f8b2ecb2821b56e3cbb232434821a
DIST pystray-0.17.4.tar.gz 44996 BLAKE2B 2be8d038afb35c0ecc6a0879a41bf898ef8ecf1f5e6d8e9c6d23a157714b866ec7a19d2e5205e95d5c16d0f401e360fb3fa4cdef1f4ed7779436be3e1a4fd37f SHA512 c6af272bef6f5769259d4958a606da3744ceabb5098286bf62fc5d7f2159231f425c77c1578d3b936000b94398d0afbb72a047d33687a30863a01a46bd2fe533

View File

@@ -0,0 +1,23 @@
# Copyright 2020-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{7..9} )
inherit distutils-r1
DESCRIPTION="System tray icon creation via python"
HOMEPAGE="https://github.com/moses-palmer/pystray"
SRC_URI="https://github.com/moses-palmer/pystray/archive/refs/tags/v${PV}.tar.gz -> ${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}]"