dev-python/pystray - 0.19.5 (thegreatmcpain)

Search

Package Information

Description:
Python library for creating system tray icons
Homepage:
https://github.com/moses-palmer/pystray
License:
GPL-3

Ebuild Details

Version EAPI Keywords Slot
0.19.5 8 ~amd64 ~x86 0
View Raw Ebuild
# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

PYTHON_COMPAT=( python3_{9..14} )

DISTUTILS_USE_PEP517=setuptools

inherit distutils-r1

DESCRIPTION="Python library for creating system tray icons"
HOMEPAGE="https://github.com/moses-palmer/pystray"
SRC_URI="
	https://github.com/moses-palmer/pystray/archive/v${PV}.tar.gz -> ${P}.tar.gz
"

LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64 ~x86"

distutils_enable_sphinx docs

DEPEND="
	dev-python/pillow[${PYTHON_USEDEP}]
	dev-python/six[${PYTHON_USEDEP}]
	dev-python/python-xlib[${PYTHON_USEDEP}]
"
RDEPEND="${DEPEND}"

Dependencies

DEPEND

	dev-python/pillow[${PYTHON_USEDEP}]
	dev-python/six[${PYTHON_USEDEP}]
	dev-python/python-xlib[${PYTHON_USEDEP}]

RDEPEND

	dev-python/pillow[${PYTHON_USEDEP}]
	dev-python/six[${PYTHON_USEDEP}]
	dev-python/python-xlib[${PYTHON_USEDEP}]

Manifest for 0.19.5

Type File Size Source URLs
DIST pystray-0.19.5.tar.gz 48142 bytes https://github.com/moses-palmer/pystray/archive/v0.19.5.tar.gz