commit:     edfae2874b2965828718265eff9eb8879ea011ac
Author:     Nicola Smaniotto <smaniotto.nicola <AT> gmail <DOT> com>
AuthorDate: Mon Jul 26 08:50:19 2021 +0000
Commit:     Nicola Smaniotto <smaniotto.nicola <AT> gmail <DOT> com>
CommitDate: Mon Jul 26 09:52:20 2021 +0000
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 <smaniotto.nicola <AT> 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 000000000..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 000000000..cbe3c6a53
--- /dev/null
+++ b/dev-python/webrtcvad/metadata.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM 'http://www.gentoo.org/dtd/metadata.dtd'>
+<pkgmetadata>
+       <maintainer type="person">
+               <email>smaniotto.nic...@gmail.com</email>
+               <name>Nicola Smaniotto</name>
+       </maintainer>
+</pkgmetadata>

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 000000000..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"

Reply via email to