From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 74A3F158019 for ; Mon, 4 Oct 2021 08:11:35 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 47021E094F; Mon, 4 Oct 2021 08:11:33 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 2AF22E094F for ; Mon, 4 Oct 2021 08:11:32 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D4240342FC5 for ; Mon, 4 Oct 2021 08:11:31 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 26366144 for ; Mon, 4 Oct 2021 08:11:29 +0000 (UTC) From: "Theo Anderson" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Theo Anderson" Message-ID: <1633332400.f8d44622879aefffe1bdfbe06eb37ee4ea09806d.telans@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-python/pystray/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-python/pystray/Manifest dev-python/pystray/pystray-0.17.4.ebuild X-VCS-Directories: dev-python/pystray/ X-VCS-Committer: telans X-VCS-Committer-Name: Theo Anderson X-VCS-Revision: f8d44622879aefffe1bdfbe06eb37ee4ea09806d X-VCS-Branch: dev Date: Mon, 4 Oct 2021 08:11:29 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 86cc90bc-16cb-43cf-b984-0949a2eba113 X-Archives-Hash: 5aa70e21e5aa71612239e4e29f2667c3 commit: f8d44622879aefffe1bdfbe06eb37ee4ea09806d Author: James Beddek posteo de> AuthorDate: Mon Oct 4 07:26:40 2021 +0000 Commit: Theo Anderson posteo de> CommitDate: Mon Oct 4 07:26:40 2021 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=f8d44622 dev-python/pystray: add 0.17.4 Signed-off-by: James Beddek posteo.de> dev-python/pystray/Manifest | 1 + dev-python/pystray/pystray-0.17.4.ebuild | 23 +++++++++++++++++++++++ 2 files changed, 24 insertions(+) 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}]"