Gentoo Archives: gentoo-commits

From: Theo Anderson <telans@××××××.de>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-python/pystray/
Date: Mon, 04 Oct 2021 08:11:35
Message-Id: 1633332400.f8d44622879aefffe1bdfbe06eb37ee4ea09806d.telans@gentoo
1 commit: f8d44622879aefffe1bdfbe06eb37ee4ea09806d
2 Author: James Beddek <telans <AT> posteo <DOT> de>
3 AuthorDate: Mon Oct 4 07:26:40 2021 +0000
4 Commit: Theo Anderson <telans <AT> posteo <DOT> de>
5 CommitDate: Mon Oct 4 07:26:40 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=f8d44622
7
8 dev-python/pystray: add 0.17.4
9
10 Signed-off-by: James Beddek <telans <AT> posteo.de>
11
12 dev-python/pystray/Manifest | 1 +
13 dev-python/pystray/pystray-0.17.4.ebuild | 23 +++++++++++++++++++++++
14 2 files changed, 24 insertions(+)
15
16 diff --git a/dev-python/pystray/Manifest b/dev-python/pystray/Manifest
17 index 8a341d8eb..6e38c4d34 100644
18 --- a/dev-python/pystray/Manifest
19 +++ b/dev-python/pystray/Manifest
20 @@ -1 +1,2 @@
21 DIST pystray-0.17.3.tar.gz 24877 BLAKE2B 5faf19241436d56d90a021c24753b914b3ec72fe2f511c3d1cf610e091829a8b130ade1ed4fef19ef6972d0b8ec5a3845f6ba443392d50d1b26bf81ef0715e61 SHA512 63b8bcffe80b619b753169d9b61ff7525cab550e5695abac9f01b9b6623555384a592a92b4ac23e251ff162db1a131aa482f8b2ecb2821b56e3cbb232434821a
22 +DIST pystray-0.17.4.tar.gz 44996 BLAKE2B 2be8d038afb35c0ecc6a0879a41bf898ef8ecf1f5e6d8e9c6d23a157714b866ec7a19d2e5205e95d5c16d0f401e360fb3fa4cdef1f4ed7779436be3e1a4fd37f SHA512 c6af272bef6f5769259d4958a606da3744ceabb5098286bf62fc5d7f2159231f425c77c1578d3b936000b94398d0afbb72a047d33687a30863a01a46bd2fe533
23
24 diff --git a/dev-python/pystray/pystray-0.17.4.ebuild b/dev-python/pystray/pystray-0.17.4.ebuild
25 new file mode 100644
26 index 000000000..2d0717c32
27 --- /dev/null
28 +++ b/dev-python/pystray/pystray-0.17.4.ebuild
29 @@ -0,0 +1,23 @@
30 +# Copyright 2020-2021 Gentoo Authors
31 +# Distributed under the terms of the GNU General Public License v2
32 +
33 +EAPI=8
34 +
35 +PYTHON_COMPAT=( python3_{7..9} )
36 +
37 +inherit distutils-r1
38 +
39 +DESCRIPTION="System tray icon creation via python"
40 +HOMEPAGE="https://github.com/moses-palmer/pystray"
41 +SRC_URI="https://github.com/moses-palmer/pystray/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
42 +
43 +LICENSE="LGPL-3"
44 +SLOT="0"
45 +KEYWORDS="~amd64 ~arm ~x86"
46 +
47 +DEPEND="dev-python/sphinx[${PYTHON_USEDEP}]"
48 +RDEPEND="
49 + ${DEPEND}
50 + dev-python/python-xlib[${PYTHON_USEDEP}]
51 +"
52 +BDEPEND="dev-python/pillow[${PYTHON_USEDEP}]"