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 719301382C5 for ; Fri, 4 Dec 2020 03:40:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2D994E0905; Fri, 4 Dec 2020 03:40:31 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 84B4CE08E0 for ; Fri, 4 Dec 2020 03:40:29 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 62EBD341004 for ; Fri, 4 Dec 2020 03:40:28 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D361A3FB for ; Fri, 4 Dec 2020 03:40:26 +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: <1607052613.5f65b7e9bf36daed736aa6c4895175aaf09c814e.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/metadata.xml dev-python/pystray/pystray-0.17.2.ebuild X-VCS-Directories: dev-python/pystray/ X-VCS-Committer: telans X-VCS-Committer-Name: Theo Anderson X-VCS-Revision: 5f65b7e9bf36daed736aa6c4895175aaf09c814e X-VCS-Branch: dev Date: Fri, 4 Dec 2020 03:40:26 +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: 5e28ecb9-7a3d-41b4-af2c-d16dc7201a1d X-Archives-Hash: 2fbc28827da0583556062a0055cbb091 commit: 5f65b7e9bf36daed736aa6c4895175aaf09c814e Author: Theo Anderson posteo de> AuthorDate: Fri Dec 4 03:30:13 2020 +0000 Commit: Theo Anderson posteo de> CommitDate: Fri Dec 4 03:30:13 2020 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=5f65b7e9 dev-python/pystray: new package 0.17.2 Package-Manager: Portage-3.0.11, Repoman-3.0.2 Signed-off-by: Theo Anderson posteo.de> dev-python/pystray/Manifest | 1 + dev-python/pystray/metadata.xml | 8 ++++++++ dev-python/pystray/pystray-0.17.2.ebuild | 22 ++++++++++++++++++++++ 3 files changed, 31 insertions(+) diff --git a/dev-python/pystray/Manifest b/dev-python/pystray/Manifest new file mode 100644 index 00000000..82d22421 --- /dev/null +++ b/dev-python/pystray/Manifest @@ -0,0 +1 @@ +DIST v0.17.2.tar.gz 44923 BLAKE2B 6e0c0cccb7509f793bb641695c8ce66beaefea6c84fd8bcbbac844a2708bf94455e0b846afe0029646d16489b508041220eab50fed759558ac56e84bab1f975f SHA512 d9e7f8896e177ecab9998fce8ec23a8a030525d114f7f546471c0995bbea23b698870ae084d56ad091a46e0b14047a68aa7f5dd0f2edf1a2479704408ecc6435 diff --git a/dev-python/pystray/metadata.xml b/dev-python/pystray/metadata.xml new file mode 100644 index 00000000..d3ad614d --- /dev/null +++ b/dev-python/pystray/metadata.xml @@ -0,0 +1,8 @@ + + + + + telans@posteo.de + Theo Anderson + + diff --git a/dev-python/pystray/pystray-0.17.2.ebuild b/dev-python/pystray/pystray-0.17.2.ebuild new file mode 100644 index 00000000..73401321 --- /dev/null +++ b/dev-python/pystray/pystray-0.17.2.ebuild @@ -0,0 +1,22 @@ +# Copyright 2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +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/v${PV}.tar.gz" + +LICENSE="LGPL-3" +SLOT="0" +KEYWORDS="~amd64 ~x86" + +DEPEND="dev-python/sphinx[${PYTHON_USEDEP}]" +RDEPEND=" + ${DEPEND} + dev-python/python-xlib[${PYTHON_USEDEP}] +"