commit: ea5cc5099553a7d684aeec41d3d6020af87f0ecd Author: Nicola Smaniotto <smaniotto.nicola <AT> gmail <DOT> com> AuthorDate: Tue Jul 27 16:43:11 2021 +0000 Commit: Nicola Smaniotto <smaniotto.nicola <AT> gmail <DOT> com> CommitDate: Tue Jul 27 16:43:11 2021 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=ea5cc509
dev-python/pydub: new package (0.25.1) Package-Manager: Portage-3.0.20, Repoman-3.0.2 Signed-off-by: Nicola Smaniotto <smaniotto.nicola <AT> gmail.com> dev-python/pydub/Manifest | 1 + dev-python/pydub/metadata.xml | 8 ++++++++ dev-python/pydub/pydub-0.25.1.ebuild | 22 ++++++++++++++++++++++ 3 files changed, 31 insertions(+) diff --git a/dev-python/pydub/Manifest b/dev-python/pydub/Manifest new file mode 100644 index 000000000..debead705 --- /dev/null +++ b/dev-python/pydub/Manifest @@ -0,0 +1 @@ +DIST pydub-0.25.1.tar.gz 27555582 BLAKE2B 5a7aa4af4f2bb75306c3eef7052e403a09f6dc638e2805f7dd9269cb12149fec3962ab9b84b6c6744de75c34bde0cbe6daab711a8df050eb9861c21e70e98ef6 SHA512 8c3fb3714c4b0aed37ba7ab6727776bf4cd7568c1f5060cf43c30ede8da2ce4b498fb83326daa19ef44635250d552295407289c3945681e028eedde1b2b418e0 diff --git a/dev-python/pydub/metadata.xml b/dev-python/pydub/metadata.xml new file mode 100644 index 000000000..cbe3c6a53 --- /dev/null +++ b/dev-python/pydub/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> diff --git a/dev-python/pydub/pydub-0.25.1.ebuild b/dev-python/pydub/pydub-0.25.1.ebuild new file mode 100644 index 000000000..613b9b83c --- /dev/null +++ b/dev-python/pydub/pydub-0.25.1.ebuild @@ -0,0 +1,22 @@ +# 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="Manipulate audio with an simple and easy high level interface" +HOMEPAGE="http://pydub.com/" +SRC_URI="https://github.com/jiaaro/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64" + +distutils_enable_tests unittest + +python_test() { + eunittest test/ +}
