commit:     085aad56d56e5bf60f16e9486cb5c1bc7a82e4a6
Author:     Nicola Smaniotto <smaniotto.nicola <AT> gmail <DOT> com>
AuthorDate: Fri Jun  2 14:52:10 2023 +0000
Commit:     Nicola Smaniotto <smaniotto.nicola <AT> gmail <DOT> com>
CommitDate: Fri Jun  2 14:52:10 2023 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=085aad56

media-video/ffsubsync: add 0.4.25, drop 0.4.20-r1

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

 media-video/ffsubsync/Manifest                           |  2 +-
 ...fsubsync-0.4.20-r1.ebuild => ffsubsync-0.4.25.ebuild} | 16 +++++++---------
 2 files changed, 8 insertions(+), 10 deletions(-)

diff --git a/media-video/ffsubsync/Manifest b/media-video/ffsubsync/Manifest
index ea0c796d7..48da11b3d 100644
--- a/media-video/ffsubsync/Manifest
+++ b/media-video/ffsubsync/Manifest
@@ -1,3 +1,3 @@
-DIST ffsubsync-0.4.20.tar.gz 3822265 BLAKE2B 
e478f4ca0305353d43dbefbc220f7b29ae50a6bfbdadd7716703b72c202de759ffab07ab99f8af3fdc3172c6e5c4f528713ae1bc1db25c28c04d0f8484235755
 SHA512 
96898316daaf01f4d892ecf3b1907799d621d751acc9467d63837295d5498381acee1745c24bd20cc7b0e63e5dbd6e14d73ac08b1d6fae6f67531af00451209e
 DIST ffsubsync-0.4.22.tar.gz 3822889 BLAKE2B 
3df9e52b38fc3d25243924e5a0005fa2332c4bfed93dc5538446e17f197f578a60f28de41c0496be91c258286f321ac1f72589c923b77c807e10abcf1b3a75b4
 SHA512 
4d4ef4b1e4c99a7d8810f84a9b494632bc374e6a91db037d79f76495a77f5243a48428cdcf679db03968616ebe5c81c9fc5550160125910c3332b4f4afd3f728
 DIST ffsubsync-0.4.23.tar.gz 3823053 BLAKE2B 
0ee91bb0cf634a651285be3e5edbdbc3fc799211d2a3c8a279a95426e3d944501874279e3b545b0d6b53ab1d25333e36aa785d0e379bb838fc4a35a40b94b212
 SHA512 
408f735b52f1a875cb18b11a2809df03dd5e905c7c25de21feead7fe17e95708ffa7bc5f24ddde909b5957160dbf7ff8981bbb8ba7f499bb2621de042236e1e4
+DIST ffsubsync-0.4.25.tar.gz 3823703 BLAKE2B 
059b043c90002c596fdccafe4892edb0249387adc10eba265ccd7c05fd1ed013a7542921e2fd000de6de1d185916db23b1d0d49262835dbdf294a0ebb9fbb337
 SHA512 
18b95a83ee87d5b9c028375c4e7bf8409f18d1d425dc3d7907d8a1814ef3c3c0cea0f8460d1fe0e2ad700ca92f3a0e464017b48ffae00edd234ec342c4a6deee

diff --git a/media-video/ffsubsync/ffsubsync-0.4.20-r1.ebuild 
b/media-video/ffsubsync/ffsubsync-0.4.25.ebuild
similarity index 74%
rename from media-video/ffsubsync/ffsubsync-0.4.20-r1.ebuild
rename to media-video/ffsubsync/ffsubsync-0.4.25.ebuild
index 7da742d60..7a8049b00 100644
--- a/media-video/ffsubsync/ffsubsync-0.4.20-r1.ebuild
+++ b/media-video/ffsubsync/ffsubsync-0.4.25.ebuild
@@ -1,8 +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_{9..11} )
+DISTUTILS_USE_PEP517=setuptools
 
 inherit distutils-r1
 
@@ -16,9 +17,11 @@ KEYWORDS="~amd64"
 
 RDEPEND="
        ~dev-python/auditok-0.1.5[${PYTHON_USEDEP}]
-       dev-python/cchardet[${PYTHON_USEDEP}]
+       dev-python/chardet[${PYTHON_USEDEP}]
+       dev-python/charset_normalizer[${PYTHON_USEDEP}]
+       dev-python/faust-cchardet[${PYTHON_USEDEP}]
        dev-python/ffmpeg-python[${PYTHON_USEDEP}]
-       dev-python/future[${PYTHON_USEDEP}]
+       >=dev-python/future-0.18.2[${PYTHON_USEDEP}]
        >=dev-python/numpy-1.12.0[${PYTHON_USEDEP}]
        >=dev-python/pysubs2-1.2.0[${PYTHON_USEDEP}]
        dev-python/rich[${PYTHON_USEDEP}]
@@ -30,8 +33,3 @@ RDEPEND="
 "
 
 distutils_enable_tests pytest
-
-python_prepare_all() {
-       sed "/argparse/d" -i requirements.txt || die
-       distutils-r1_python_prepare_all
-}

Reply via email to