URI: 
       dev-python/pystray: Bump to 0.19.5 - parlay - yet another gentoo overlay
  HTML git clone https://git.parazyd.org/parlay
   DIR Log
   DIR Files
   DIR Refs
   DIR README
       ---
   DIR commit 6e1842429793a4143c44ce0a6d72bb9ac6d0fc42
   DIR parent 261f6c0497189dad1ba9211b3e739109ceb76c2d
  HTML Author: parazyd <parazyd@dyne.org>
       Date:   Thu, 22 May 2025 18:50:17 +0200
       
       dev-python/pystray: Bump to 0.19.5
       
       Diffstat:
         M dev-python/pystray/Manifest         |       2 +-
         D dev-python/pystray/pystray-0.19.4.… |      27 ---------------------------
         A dev-python/pystray/pystray-0.19.5.… |      28 ++++++++++++++++++++++++++++
       
       3 files changed, 29 insertions(+), 28 deletions(-)
       ---
   DIR diff --git a/dev-python/pystray/Manifest b/dev-python/pystray/Manifest
       @@ -1 +1 @@
       -DIST pystray-0.19.4.tar.gz 47875 BLAKE2B 325bedd97a11e04f87a41f5fc206ed2a97c4693dc9d5ef52e12fdb72761d53af3a43a324e5d45db72d697e6f06e9a0c60b585b4935c4202d60f4e8e299df354a SHA512 692a5158c728487d2c4d71c343156ef7689b7a1ed195821de0cac7c480d590464e357396daea05e469f8d568a2a3792865a249fdde9276b692f581f084ccaf9a
       +DIST pystray-0.19.5.tar.gz 48142 BLAKE2B 34bea3d14cfde7ee7a7d2594da2386265fba34b36f4699b5877ea393dbf7e844fe441a1bda384bb6b3f279a544cba897e04509f7c47d69cb5168793665ae73d4 SHA512 6b8854d995bded41fd6eaefd4bc421ec40f81c200c84a0050095ab654c6d4afc261571bcd397c0a83f60147fe25ee8a48ed8ec49db348d925880b109143f1b3a
   DIR diff --git a/dev-python/pystray/pystray-0.19.4.ebuild b/dev-python/pystray/pystray-0.19.4.ebuild
       @@ -1,27 +0,0 @@
       -# Copyright 1999-2023 Gentoo Authors
       -# Distributed under the terms of the GNU General Public License v2
       -
       -EAPI=8
       -
       -PYTHON_COMPAT=( python3_{8..13} )
       -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"
       -
       -DEPEND="
       -        dev-python/pillow[${PYTHON_USEDEP}]
       -        dev-python/six[${PYTHON_USEDEP}]
       -        dev-python/python-xlib[${PYTHON_USEDEP}]
       -        dev-python/pygobject[${PYTHON_USEDEP}]
       -        dev-libs/libappindicator
       -"
       -RDEPEND="${DEPEND}"
       -BDEPEND="
       -        dev-python/sphinx[${PYTHON_USEDEP}]
       -"
   DIR diff --git a/dev-python/pystray/pystray-0.19.5.ebuild b/dev-python/pystray/pystray-0.19.5.ebuild
       @@ -0,0 +1,28 @@
       +# Copyright 1999-2023 Gentoo Authors
       +# Distributed under the terms of the GNU General Public License v2
       +
       +EAPI=8
       +
       +DISTUTILS_USE_PEP517=setuptools
       +PYTHON_COMPAT=( python3_{10..13} )
       +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"
       +
       +DEPEND="
       +        dev-python/pillow[${PYTHON_USEDEP}]
       +        dev-python/six[${PYTHON_USEDEP}]
       +        dev-python/python-xlib[${PYTHON_USEDEP}]
       +        dev-python/pygobject[${PYTHON_USEDEP}]
       +        dev-libs/libappindicator
       +"
       +RDEPEND="${DEPEND}"
       +BDEPEND="
       +        dev-python/sphinx[${PYTHON_USEDEP}]
       +"