commit:     e3fc23cc582280135507799b2434f4682b6dfba9
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri Oct 20 13:20:45 2023 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri Oct 20 13:22:26 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e3fc23cc

dev-python/notify2: Enable py3.12

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/notify2/notify2-0.3.1-r3.ebuild | 25 ++++++++++++++++---------
 1 file changed, 16 insertions(+), 9 deletions(-)

diff --git a/dev-python/notify2/notify2-0.3.1-r3.ebuild 
b/dev-python/notify2/notify2-0.3.1-r3.ebuild
index 763d993a1b97..1ce93e8a0361 100644
--- a/dev-python/notify2/notify2-0.3.1-r3.ebuild
+++ b/dev-python/notify2/notify2-0.3.1-r3.ebuild
@@ -4,25 +4,32 @@
 EAPI=8
 
 DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{9..11} )
+PYTHON_COMPAT=( python3_{10..12} )
 
 inherit distutils-r1 virtualx pypi
 
 DESCRIPTION="Python interface to DBus notifications"
-HOMEPAGE="https://bitbucket.org/takluyver/pynotify2";
+HOMEPAGE="
+       https://bitbucket.org/takluyver/pynotify2/
+       https://pypi.org/project/notify2/
+"
 
 LICENSE="BSD"
 SLOT="0"
 KEYWORDS="amd64 arm arm64 ppc ppc64 ~riscv x86"
 IUSE="examples"
 
-RDEPEND="dev-python/dbus-python[${PYTHON_USEDEP}]"
-BDEPEND="test? (
-       dev-python/pygobject[${PYTHON_USEDEP}]
-       sys-apps/dbus[X]
-       x11-libs/gdk-pixbuf[introspection]
-       virtual/notification-daemon
-)"
+RDEPEND="
+       dev-python/dbus-python[${PYTHON_USEDEP}]
+"
+BDEPEND="
+       test? (
+               dev-python/pygobject[${PYTHON_USEDEP}]
+               sys-apps/dbus[X]
+               x11-libs/gdk-pixbuf[introspection]
+               virtual/notification-daemon
+       )
+"
 
 distutils_enable_tests unittest
 

Reply via email to