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: Wed, 28 Apr 2021 02:16:54
Message-Id: 1619574418.300db11a28d6cf75b4882e7e2b01763d7d91b651.telans@gentoo
1 commit: 300db11a28d6cf75b4882e7e2b01763d7d91b651
2 Author: Theo Anderson <telans <AT> posteo <DOT> de>
3 AuthorDate: Wed Apr 28 01:46:58 2021 +0000
4 Commit: Theo Anderson <telans <AT> posteo <DOT> de>
5 CommitDate: Wed Apr 28 01:46:58 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=300db11a
7
8 dev-python/pystray: add 0.17.3
9
10 Signed-off-by: Theo Anderson <telans <AT> posteo.de>
11
12 dev-python/pystray/Manifest | 1 +
13 dev-python/pystray/pystray-0.17.3.ebuild | 23 +++++++++++++++++++++++
14 2 files changed, 24 insertions(+)
15
16 diff --git a/dev-python/pystray/Manifest b/dev-python/pystray/Manifest
17 index 7df4fc8e7..da9261fff 100644
18 --- a/dev-python/pystray/Manifest
19 +++ b/dev-python/pystray/Manifest
20 @@ -1 +1,2 @@
21 DIST pystray-0.17.2.tar.gz 24618 BLAKE2B 8576c35d5cef59910d29688357aa37a47c7c508ffbce7451b698afb138cf96b55f1149071d381cad57b6c8931d30a015f28a793bb25a21ddd18480108162189b SHA512 d9527a34956837bd3193d80db0c4bcd2a4fb82025d3e62f339e09ee500101ced87d2cd461672d01ed07b34a6afe3f47a7c2fa9c83155cc78a9d024774dc0e6b9
22 +DIST pystray-0.17.3.tar.gz 24877 BLAKE2B 5faf19241436d56d90a021c24753b914b3ec72fe2f511c3d1cf610e091829a8b130ade1ed4fef19ef6972d0b8ec5a3845f6ba443392d50d1b26bf81ef0715e61 SHA512 63b8bcffe80b619b753169d9b61ff7525cab550e5695abac9f01b9b6623555384a592a92b4ac23e251ff162db1a131aa482f8b2ecb2821b56e3cbb232434821a
23
24 diff --git a/dev-python/pystray/pystray-0.17.3.ebuild b/dev-python/pystray/pystray-0.17.3.ebuild
25 new file mode 100644
26 index 000000000..90908ae81
27 --- /dev/null
28 +++ b/dev-python/pystray/pystray-0.17.3.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=7
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="mirror://pypi/${P:0:1}/${PN}/${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}]"