commit:     fc7db43c35c7488cac3577db80d081b63dbc42dc
Author:     Nicola Smaniotto <smaniotto.nicola <AT> gmail <DOT> com>
AuthorDate: Mon Jul 26 09:38:42 2021 +0000
Commit:     Nicola Smaniotto <smaniotto.nicola <AT> gmail <DOT> com>
CommitDate: Mon Jul 26 09:52:21 2021 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=fc7db43c

dev-python/auditok: new package (0.2.0)

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

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

diff --git a/dev-python/auditok/Manifest b/dev-python/auditok/Manifest
new file mode 100644
index 000000000..df72d84f5
--- /dev/null
+++ b/dev-python/auditok/Manifest
@@ -0,0 +1 @@
+DIST auditok-0.2.0.tar.gz 2162248 BLAKE2B 
4b1738f69050a012070a193324be149520660b333e6fadb7d015321fe0e069101f1e2c09dc753c1b0e8a2affe4aba1ddcb2e4eb6104b8a2daf211cb058495e9c
 SHA512 
7c21b83a3ef5873b6670a09d447ec6d427145db311472aba57f2d22c5a4542bdd9d04e338e3e2e6be73c501fd3ab73f83568f4ebdab4f4484a50d453fb745860

diff --git a/dev-python/auditok/auditok-0.2.0.ebuild 
b/dev-python/auditok/auditok-0.2.0.ebuild
new file mode 100644
index 000000000..d61d95433
--- /dev/null
+++ b/dev-python/auditok/auditok-0.2.0.ebuild
@@ -0,0 +1,16 @@
+# Copyright 2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{6..9} )
+
+inherit distutils-r1
+
+DESCRIPTION="A module for Audio/Acoustic Activity Detection"
+HOMEPAGE="https://github.com/amsehili/auditok/";
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"

diff --git a/dev-python/auditok/metadata.xml b/dev-python/auditok/metadata.xml
new file mode 100644
index 000000000..cbe3c6a53
--- /dev/null
+++ b/dev-python/auditok/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>[email protected]</email>
+               <name>Nicola Smaniotto</name>
+       </maintainer>
+</pkgmetadata>

Reply via email to