commit:     0398b4b0fb6754e92314ee715734171e47519bed
Author:     Nicola Smaniotto <smaniotto.nicola <AT> gmail <DOT> com>
AuthorDate: Mon May 13 08:55:04 2024 +0000
Commit:     Nicola Smaniotto <smaniotto.nicola <AT> gmail <DOT> com>
CommitDate: Mon May 13 09:00:05 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=0398b4b0

media-video/syncplay: add 1.7.3, drop 1.7.0

Signed-off-by: Nicola Smaniotto <smaniotto.nicola <AT> gmail.com>

 media-video/syncplay/Manifest                                 |  2 +-
 .../syncplay/{syncplay-1.7.0.ebuild => syncplay-1.7.3.ebuild} | 11 ++++++++---
 2 files changed, 9 insertions(+), 4 deletions(-)

diff --git a/media-video/syncplay/Manifest b/media-video/syncplay/Manifest
index d1b3ece60e..25f73e9386 100644
--- a/media-video/syncplay/Manifest
+++ b/media-video/syncplay/Manifest
@@ -1,3 +1,3 @@
 DIST syncplay-1.6.9.tar.gz 1900259 BLAKE2B 
d535f5057a790ac860e6d0ac376069565fa02076dbc0c1d9eb7f54f87f96bbf7aef85136c8c5b67f1a5cf64a5204a617db26e6931368ba490a3ea9128282e473
 SHA512 
317e7cc966182259e552898ae05e620caf0f8e0ae0b6917235c391bcae1ef9679f1e97cfb46f6d8c6edcd9a5c573e5ab4ff5e27b5e203980a99ade065d9a6b65
-DIST syncplay-1.7.0.tar.gz 1982509 BLAKE2B 
e3e22c78244c62addd236f84a9acfac86f1f08359b495f475df3ec29a1bf89564177bda14eca6145c0a637b75f45c31d786c5c58efe49ddd19ba755f9ab7c472
 SHA512 
f8fd57ca14daeeb7b9f1dc36dd49c1674e86548c2fcf8c3db27c76e54d5d64b40e5c56ecd49e591c3c1084c0efe5a10b1fed50fd8e28e42913d05d100c6952f2
 DIST syncplay-1.7.1.tar.gz 1983931 BLAKE2B 
510a3da1f0d52d8033b744b66b87916411051d8f1fdbebd2f098e11e1cf58b2ab81bb491bb3b4aa68d630b53d4b85ad7440bc0b4715a7d9aa23a1c6728bf674c
 SHA512 
aca2eb0503ab853175414663301813f1bc7ebfd38836d3f67d072c4721dc84aa9c4559ef00377641ec25e842ee479af31771ef004fc57f466c0c92df31940276
+DIST syncplay-1.7.3.tar.gz 1986541 BLAKE2B 
204874b02fdb4d889b1718173fb34bd715ce6f66d051cfa5be102f93d4b8ae209af64b0f8096c146e6f439f9f9bf0c92bb6849324c0d067c90784c4a60b2f089
 SHA512 
144c9b4de9272943f7e3624f602e5d36a18871f78588b60f22d699465ecf3b1c63e733441b9fdd26d6e05db032e7a090e544ce7861532377a34bbc9183e3ce10

diff --git a/media-video/syncplay/syncplay-1.7.0.ebuild 
b/media-video/syncplay/syncplay-1.7.3.ebuild
similarity index 87%
rename from media-video/syncplay/syncplay-1.7.0.ebuild
rename to media-video/syncplay/syncplay-1.7.3.ebuild
index c11934ec75..5a6696368e 100644
--- a/media-video/syncplay/syncplay-1.7.0.ebuild
+++ b/media-video/syncplay/syncplay-1.7.3.ebuild
@@ -1,9 +1,9 @@
-# Copyright 2022 Gentoo Authors
+# Copyright 2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
 
-PYTHON_COMPAT=( python3_{10..11} )
+PYTHON_COMPAT=( python3_{10..12} )
 DISTUTILS_USE_PEP517=setuptools
 DISTUTILS_SINGLE_IMPL=1
 
@@ -29,7 +29,12 @@ RDEPEND="
        client? (
                gui? (
                        $( python_gen_cond_dep \
-                               'dev-python/QtPy[${PYTHON_USEDEP},gui,pyside2]'
+                               'dev-python/QtPy[${PYTHON_USEDEP},gui,pyside2]' 
\
+                               python3_{10,11}
+                       )
+                       $( python_gen_cond_dep \
+                               'dev-python/QtPy[${PYTHON_USEDEP},gui,pyside6]' 
\
+                               python3_12
                        )
                )
                || (

Reply via email to