parlay

yet another gentoo overlay
git clone https://git.parazyd.org/parlay
Log | Files | Refs | README

pystray-0.19.5.ebuild (708B)


      1 # Copyright 1999-2025 Gentoo Authors
      2 # Distributed under the terms of the GNU General Public License v2
      3 
      4 EAPI=8
      5 
      6 DISTUTILS_USE_PEP517=setuptools
      7 PYTHON_COMPAT=( python3_{10..13} )
      8 inherit distutils-r1
      9 
     10 DESCRIPTION="Python library for creating system tray icons"
     11 HOMEPAGE="https://github.com/moses-palmer/pystray"
     12 SRC_URI="https://github.com/moses-palmer/pystray/archive/v${PV}.tar.gz -> ${P}.tar.gz"
     13 
     14 LICENSE="GPL-3"
     15 SLOT="0"
     16 KEYWORDS="~amd64 ~x86"
     17 
     18 DEPEND="
     19 	dev-python/pillow[${PYTHON_USEDEP}]
     20 	dev-python/six[${PYTHON_USEDEP}]
     21 	dev-python/python-xlib[${PYTHON_USEDEP}]
     22 	dev-python/pygobject[${PYTHON_USEDEP}]
     23 "
     24 	#dev-libs/libappindicator
     25 
     26 RDEPEND="${DEPEND}"
     27 BDEPEND="dev-python/sphinx[${PYTHON_USEDEP}]"