[gentoo-commits] repo/proj/guru:dev commit in: dev-python/webrtcvad/

2024-05-13 Thread Nicola Smaniotto
commit: 8491d71b734a2f4dfe3aa8d9d7bb9a857c02fd52
Author: Nicola Smaniotto  gmail  com>
AuthorDate: Mon May 13 08:49:34 2024 +
Commit: Nicola Smaniotto  gmail  com>
CommitDate: Mon May 13 09:00:05 2024 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=8491d71b

dev-python/webrtcvad: enable py3.12

Closes: https://bugs.gentoo.org/931439
Signed-off-by: Nicola Smaniotto  gmail.com>

 dev-python/webrtcvad/webrtcvad-2.0.10-r1.ebuild | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/dev-python/webrtcvad/webrtcvad-2.0.10-r1.ebuild 
b/dev-python/webrtcvad/webrtcvad-2.0.10-r1.ebuild
index c57a1d8db6..e7fdfe555c 100644
--- a/dev-python/webrtcvad/webrtcvad-2.0.10-r1.ebuild
+++ b/dev-python/webrtcvad/webrtcvad-2.0.10-r1.ebuild
@@ -5,7 +5,7 @@ EAPI=8
 
 DISTUTILS_EXT=1
 DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..11} )
+PYTHON_COMPAT=( python3_{10..12} )
 
 inherit distutils-r1
 
@@ -24,4 +24,3 @@ RESTRICT="test"
 S="${WORKDIR}/py-${P}"
 
 PATCHES=( "${WORKDIR}/${PN}-update-webrtc.patch" 
"${WORKDIR}/${PN}-fix-mem-leak.patch" "${WORKDIR}/${PN}-fix-oob.patch" )
-



[gentoo-commits] repo/proj/guru:dev commit in: dev-python/webrtcvad/

2023-11-16 Thread David Roman
commit: 61282c8b870bfd8a3982d0c7c7c212b59d7e2299
Author: David Roman  gmail  com>
AuthorDate: Thu Nov 16 13:58:43 2023 +
Commit: David Roman  gmail  com>
CommitDate: Thu Nov 16 13:58:43 2023 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=61282c8b

dev-python/webrtcvad: drop 2.0.10

Signed-off-by: David Roman  gmail.com>

 dev-python/webrtcvad/webrtcvad-2.0.10.ebuild | 27 ---
 1 file changed, 27 deletions(-)

diff --git a/dev-python/webrtcvad/webrtcvad-2.0.10.ebuild 
b/dev-python/webrtcvad/webrtcvad-2.0.10.ebuild
deleted file mode 100644
index 051d7c142b..00
--- a/dev-python/webrtcvad/webrtcvad-2.0.10.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..11} )
-
-inherit distutils-r1
-
-DESCRIPTION="Python interface to the Google WebRTC Voice Activity Detector 
(VAD)"
-HOMEPAGE="https://github.com/wiseman/py-webrtcvad;
-SRC_URI="https://github.com/wiseman/py-${PN}/archive/refs/tags/${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64"
-
-S="${WORKDIR}/py-${P}"
-
-distutils_enable_tests nose
-
-DEPEND="
-   test? (
-   dev-python/memory-profiler[${PYTHON_USEDEP}]
-   )
-   "



[gentoo-commits] repo/proj/guru:dev commit in: dev-python/webrtcvad/

2023-11-16 Thread David Roman
commit: 29dff2b2d12a06240bddc630778c5cc80de4d36b
Author: David Roman  gmail  com>
AuthorDate: Thu Nov 16 13:49:56 2023 +
Commit: David Roman  gmail  com>
CommitDate: Thu Nov 16 13:55:06 2023 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=29dff2b2

dev-python/webrtcvad: patch for oob and mem leak + update webrtc

Signed-off-by: David Roman  gmail.com>

 dev-python/webrtcvad/Manifest   |  1 +
 dev-python/webrtcvad/webrtcvad-2.0.10-r1.ebuild | 27 +
 2 files changed, 28 insertions(+)

diff --git a/dev-python/webrtcvad/Manifest b/dev-python/webrtcvad/Manifest
index 6c9714040b..f7a5e1f0f4 100644
--- a/dev-python/webrtcvad/Manifest
+++ b/dev-python/webrtcvad/Manifest
@@ -1 +1,2 @@
+DIST webrtcvad-2.0.10-patches.tar.xz 36072 BLAKE2B 
efe6cfccfae8c2706e4c85d47fcf6cf91135ae85dfb59aec9d61457fa3f2856ea2e51c2df9b12dd0fc79d0484f56f56277e7782faf3564931d75e252b3ebbd3c
 SHA512 
0f18dfe92d767cf16c49677a88089f5b3a44b9e2e593d89cbcd145c23a0d049f09eb720ccc5b13a464943e9b68f1a5e741a40ed300a9a28a0eee33277ca19bfb
 DIST webrtcvad-2.0.10.tar.gz 183166 BLAKE2B 
aa36c895c23cb9d4ea9679c3a7231abac7ef5be4adf61f06fc557fff69ab84181cabf737d4c0a7255d518454a94ca3c4c0fc969405777f02ab3c1a7c0403eac2
 SHA512 
ce414e39c3128e22495e8e21e46d09485952168ca763937cebb654dab87ffcfecea8198c74c009a47d8caed2a8ebc22572036fda4be36597d82e6e7057f80ae2

diff --git a/dev-python/webrtcvad/webrtcvad-2.0.10-r1.ebuild 
b/dev-python/webrtcvad/webrtcvad-2.0.10-r1.ebuild
new file mode 100644
index 00..c57a1d8db6
--- /dev/null
+++ b/dev-python/webrtcvad/webrtcvad-2.0.10-r1.ebuild
@@ -0,0 +1,27 @@
+# Copyright 2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_EXT=1
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{10..11} )
+
+inherit distutils-r1
+
+DESCRIPTION="Python interface to the Google WebRTC Voice Activity Detector 
(VAD)"
+HOMEPAGE="https://github.com/wiseman/py-webrtcvad;
+SRC_URI="https://github.com/wiseman/py-${PN}/archive/refs/tags/${PV}.tar.gz -> 
${P}.tar.gz"
+SRC_URI+=" https://gentoo.kropotkin.rocks/distfiles/${P}-patches.tar.xz;
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+
+# Depends on a package removed from ::gento (bug #915162)
+RESTRICT="test"
+
+S="${WORKDIR}/py-${P}"
+
+PATCHES=( "${WORKDIR}/${PN}-update-webrtc.patch" 
"${WORKDIR}/${PN}-fix-mem-leak.patch" "${WORKDIR}/${PN}-fix-oob.patch" )
+



[gentoo-commits] repo/proj/guru:dev commit in: dev-python/webrtcvad/

2023-08-23 Thread David Roman
commit: f9b6dfb747977401f2d9f2908ca6a1e84658f390
Author: David Roman  gmail  com>
AuthorDate: Wed Aug 23 17:17:58 2023 +
Commit: David Roman  gmail  com>
CommitDate: Wed Aug 23 17:17:58 2023 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=f9b6dfb7

dev-python/webrtcvad: update dependency

Signed-off-by: David Roman  gmail.com>

 dev-python/webrtcvad/webrtcvad-2.0.10.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/webrtcvad/webrtcvad-2.0.10.ebuild 
b/dev-python/webrtcvad/webrtcvad-2.0.10.ebuild
index 1bdcc301f0..051d7c142b 100644
--- a/dev-python/webrtcvad/webrtcvad-2.0.10.ebuild
+++ b/dev-python/webrtcvad/webrtcvad-2.0.10.ebuild
@@ -22,6 +22,6 @@ distutils_enable_tests nose
 
 DEPEND="
test? (
-   dev-python/memory_profiler[${PYTHON_USEDEP}]
+   dev-python/memory-profiler[${PYTHON_USEDEP}]
)
"



[gentoo-commits] repo/proj/guru:dev commit in: dev-python/webrtcvad/

2023-01-11 Thread Nicola Smaniotto
commit: 143185aff0657847bfd00a425a3d1e5861aa562a
Author: Nicola Smaniotto  gmail  com>
AuthorDate: Wed Jan 11 13:59:59 2023 +
Commit: Nicola Smaniotto  gmail  com>
CommitDate: Wed Jan 11 18:21:12 2023 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=143185af

dev-python/webrtcvad: enable py3.11

Signed-off-by: Nicola Smaniotto  gmail.com>

 dev-python/webrtcvad/webrtcvad-2.0.10.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/webrtcvad/webrtcvad-2.0.10.ebuild 
b/dev-python/webrtcvad/webrtcvad-2.0.10.ebuild
index 4def67321..7b7f6bee1 100644
--- a/dev-python/webrtcvad/webrtcvad-2.0.10.ebuild
+++ b/dev-python/webrtcvad/webrtcvad-2.0.10.ebuild
@@ -1,10 +1,10 @@
-# Copyright 2022 Gentoo Authors
+# Copyright 2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
 
 DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{8..10} )
+PYTHON_COMPAT=( python3_{8..11} )
 
 inherit distutils-r1
 



[gentoo-commits] repo/proj/guru:dev commit in: dev-python/webrtcvad/

2022-05-31 Thread Nicola Smaniotto
commit: dfc73e8c53991c73d39388a857ce7574f17913c0
Author: Nicola Smaniotto  gmail  com>
AuthorDate: Tue May 31 07:16:13 2022 +
Commit: Nicola Smaniotto  gmail  com>
CommitDate: Tue May 31 07:17:02 2022 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=dfc73e8c

dev-python/webrtcvad: PEP517

Closes: https://bugs.gentoo.org/848714
Signed-off-by: Nicola Smaniotto  gmail.com>

 dev-python/webrtcvad/webrtcvad-2.0.10.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dev-python/webrtcvad/webrtcvad-2.0.10.ebuild 
b/dev-python/webrtcvad/webrtcvad-2.0.10.ebuild
index e2b70e1a2..4def67321 100644
--- a/dev-python/webrtcvad/webrtcvad-2.0.10.ebuild
+++ b/dev-python/webrtcvad/webrtcvad-2.0.10.ebuild
@@ -3,6 +3,7 @@
 
 EAPI=8
 
+DISTUTILS_USE_PEP517=setuptools
 PYTHON_COMPAT=( python3_{8..10} )
 
 inherit distutils-r1



[gentoo-commits] repo/proj/guru:dev commit in: dev-python/webrtcvad/

2022-05-29 Thread Nicola Smaniotto
commit: f6144e03b4492eb1c8e64fa8498579f3c772a170
Author: Nicola Smaniotto  gmail  com>
AuthorDate: Sun May 29 20:15:14 2022 +
Commit: Nicola Smaniotto  gmail  com>
CommitDate: Sun May 29 20:17:16 2022 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=f6144e03

dev-python/webrtcvad: enable py3.10

Closes: https://bugs.gentoo.org/848251
Signed-off-by: Nicola Smaniotto  gmail.com>

 dev-python/webrtcvad/webrtcvad-2.0.10.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/webrtcvad/webrtcvad-2.0.10.ebuild 
b/dev-python/webrtcvad/webrtcvad-2.0.10.ebuild
index 389b09dca..e2b70e1a2 100644
--- a/dev-python/webrtcvad/webrtcvad-2.0.10.ebuild
+++ b/dev-python/webrtcvad/webrtcvad-2.0.10.ebuild
@@ -1,9 +1,9 @@
-# Copyright 2021 Gentoo Authors
+# Copyright 2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
 
-PYTHON_COMPAT=( python3_{8..9} )
+PYTHON_COMPAT=( python3_{8..10} )
 
 inherit distutils-r1
 



[gentoo-commits] repo/proj/guru:dev commit in: dev-python/webrtcvad/

2021-07-26 Thread Nicola Smaniotto
commit: a4436269063f9d7bf542bc86d45398d545dd34b7
Author: Nicola Smaniotto  gmail  com>
AuthorDate: Mon Jul 26 18:21:24 2021 +
Commit: Nicola Smaniotto  gmail  com>
CommitDate: Mon Jul 26 18:21:24 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=a4436269

dev-python/webrtcvad: add test dep, change SRC_URI

Package-Manager: Portage-3.0.20, Repoman-3.0.2
Signed-off-by: Nicola Smaniotto  gmail.com>

 dev-python/webrtcvad/Manifest|  2 +-
 dev-python/webrtcvad/webrtcvad-2.0.10.ebuild | 10 +-
 2 files changed, 10 insertions(+), 2 deletions(-)

diff --git a/dev-python/webrtcvad/Manifest b/dev-python/webrtcvad/Manifest
index 47255637f..6c9714040 100644
--- a/dev-python/webrtcvad/Manifest
+++ b/dev-python/webrtcvad/Manifest
@@ -1 +1 @@
-DIST webrtcvad-2.0.10.tar.gz 66156 BLAKE2B 
7897903e66e1693ba780f4f4a821cab971206b6a1d6ff2d87d37164a3759f4cde249943e6defd1d548196bb057b726e2af715ad0594c45400735e4f4da27f014
 SHA512 
375c2161446dda62df7c8a81540b141663ada44f8b335338d1552dff97286d1f28e045a900a079ea42fb1fe11370252e014b31b140a44c7ae0a10bf8a4ac6333
+DIST webrtcvad-2.0.10.tar.gz 183166 BLAKE2B 
aa36c895c23cb9d4ea9679c3a7231abac7ef5be4adf61f06fc557fff69ab84181cabf737d4c0a7255d518454a94ca3c4c0fc969405777f02ab3c1a7c0403eac2
 SHA512 
ce414e39c3128e22495e8e21e46d09485952168ca763937cebb654dab87ffcfecea8198c74c009a47d8caed2a8ebc22572036fda4be36597d82e6e7057f80ae2

diff --git a/dev-python/webrtcvad/webrtcvad-2.0.10.ebuild 
b/dev-python/webrtcvad/webrtcvad-2.0.10.ebuild
index d351a7363..389b09dca 100644
--- a/dev-python/webrtcvad/webrtcvad-2.0.10.ebuild
+++ b/dev-python/webrtcvad/webrtcvad-2.0.10.ebuild
@@ -9,10 +9,18 @@ inherit distutils-r1
 
 DESCRIPTION="Python interface to the Google WebRTC Voice Activity Detector 
(VAD)"
 HOMEPAGE="https://github.com/wiseman/py-webrtcvad;
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+SRC_URI="https://github.com/wiseman/py-${PN}/archive/refs/tags/${PV}.tar.gz -> 
${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
 KEYWORDS="~amd64"
 
+S="${WORKDIR}/py-${P}"
+
 distutils_enable_tests nose
+
+DEPEND="
+   test? (
+   dev-python/memory_profiler[${PYTHON_USEDEP}]
+   )
+   "



[gentoo-commits] repo/proj/guru:dev commit in: dev-python/webrtcvad/

2021-07-26 Thread Nicola Smaniotto
commit: 259a1a9a1750c0f6959811d43531f4e8b66b748b
Author: Nicola Smaniotto  gmail  com>
AuthorDate: Mon Jul 26 17:15:48 2021 +
Commit: Nicola Smaniotto  gmail  com>
CommitDate: Mon Jul 26 17:15:48 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=259a1a9a

dev-python/webrtcvad: add 2.0.10 tests

Package-Manager: Portage-3.0.20, Repoman-3.0.2
Signed-off-by: Nicola Smaniotto  gmail.com>

 dev-python/webrtcvad/webrtcvad-2.0.10.ebuild | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/dev-python/webrtcvad/webrtcvad-2.0.10.ebuild 
b/dev-python/webrtcvad/webrtcvad-2.0.10.ebuild
index 8770688de..d351a7363 100644
--- a/dev-python/webrtcvad/webrtcvad-2.0.10.ebuild
+++ b/dev-python/webrtcvad/webrtcvad-2.0.10.ebuild
@@ -14,3 +14,5 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 LICENSE="MIT"
 SLOT="0"
 KEYWORDS="~amd64"
+
+distutils_enable_tests nose



[gentoo-commits] repo/proj/guru:dev commit in: dev-python/webrtcvad/

2021-07-26 Thread Nicola Smaniotto
commit: edfae2874b2965828718265eff9eb8879ea011ac
Author: Nicola Smaniotto  gmail  com>
AuthorDate: Mon Jul 26 08:50:19 2021 +
Commit: Nicola Smaniotto  gmail  com>
CommitDate: Mon Jul 26 09:52:20 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=edfae287

dev-python/webrtcvad: new package (2.0.10)

Package-Manager: Portage-3.0.20, Repoman-3.0.2
Signed-off-by: Nicola Smaniotto  gmail.com>

 dev-python/webrtcvad/Manifest|  1 +
 dev-python/webrtcvad/metadata.xml|  8 
 dev-python/webrtcvad/webrtcvad-2.0.10.ebuild | 16 
 3 files changed, 25 insertions(+)

diff --git a/dev-python/webrtcvad/Manifest b/dev-python/webrtcvad/Manifest
new file mode 100644
index 0..47255637f
--- /dev/null
+++ b/dev-python/webrtcvad/Manifest
@@ -0,0 +1 @@
+DIST webrtcvad-2.0.10.tar.gz 66156 BLAKE2B 
7897903e66e1693ba780f4f4a821cab971206b6a1d6ff2d87d37164a3759f4cde249943e6defd1d548196bb057b726e2af715ad0594c45400735e4f4da27f014
 SHA512 
375c2161446dda62df7c8a81540b141663ada44f8b335338d1552dff97286d1f28e045a900a079ea42fb1fe11370252e014b31b140a44c7ae0a10bf8a4ac6333

diff --git a/dev-python/webrtcvad/metadata.xml 
b/dev-python/webrtcvad/metadata.xml
new file mode 100644
index 0..cbe3c6a53
--- /dev/null
+++ b/dev-python/webrtcvad/metadata.xml
@@ -0,0 +1,8 @@
+
+http://www.gentoo.org/dtd/metadata.dtd'>
+
+   
+   smaniotto.nic...@gmail.com
+   Nicola Smaniotto
+   
+

diff --git a/dev-python/webrtcvad/webrtcvad-2.0.10.ebuild 
b/dev-python/webrtcvad/webrtcvad-2.0.10.ebuild
new file mode 100644
index 0..8770688de
--- /dev/null
+++ b/dev-python/webrtcvad/webrtcvad-2.0.10.ebuild
@@ -0,0 +1,16 @@
+# Copyright 2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{8..9} )
+
+inherit distutils-r1
+
+DESCRIPTION="Python interface to the Google WebRTC Voice Activity Detector 
(VAD)"
+HOMEPAGE="https://github.com/wiseman/py-webrtcvad;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"