diff options
author | James Beddek <telans@posteo.de> | 2021-10-04 20:26:40 +1300 |
---|---|---|
committer | James Beddek <telans@posteo.de> | 2021-10-04 20:26:40 +1300 |
commit | f8d44622879aefffe1bdfbe06eb37ee4ea09806d (patch) | |
tree | 8c786f0f5b1c6e48ccd840139226d09255639039 /dev-python | |
parent | dev-python/pywebview: add 3.5 (diff) | |
download | guru-f8d44622879aefffe1bdfbe06eb37ee4ea09806d.tar.gz guru-f8d44622879aefffe1bdfbe06eb37ee4ea09806d.tar.bz2 guru-f8d44622879aefffe1bdfbe06eb37ee4ea09806d.zip |
dev-python/pystray: add 0.17.4
Signed-off-by: James Beddek <telans@posteo.de>
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/pystray/Manifest | 1 | ||||
-rw-r--r-- | dev-python/pystray/pystray-0.17.4.ebuild | 23 |
2 files changed, 24 insertions, 0 deletions
diff --git a/dev-python/pystray/Manifest b/dev-python/pystray/Manifest index 8a341d8eb..6e38c4d34 100644 --- a/dev-python/pystray/Manifest +++ b/dev-python/pystray/Manifest @@ -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 diff --git a/dev-python/pystray/pystray-0.17.4.ebuild b/dev-python/pystray/pystray-0.17.4.ebuild new file mode 100644 index 000000000..2d0717c32 --- /dev/null +++ b/dev-python/pystray/pystray-0.17.4.ebuild @@ -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}]" |