From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 91F4B158020 for ; Sat, 22 Oct 2022 06:22:07 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7738DE08F6; Sat, 22 Oct 2022 06:22:05 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 611EFE08F6 for ; Sat, 22 Oct 2022 06:22:05 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 59650341187 for ; Sat, 22 Oct 2022 06:22:04 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B8B126A1 for ; Sat, 22 Oct 2022 06:22:01 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1666418844.2e7778e37753b6e14ddd26dcc127bf07cbf16b79.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/mediafile/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/mediafile/Manifest dev-python/mediafile/mediafile-0.10.0.ebuild X-VCS-Directories: dev-python/mediafile/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 2e7778e37753b6e14ddd26dcc127bf07cbf16b79 X-VCS-Branch: master Date: Sat, 22 Oct 2022 06:22:01 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 51bd13ca-0b63-4ca3-b1c5-808db6db4626 X-Archives-Hash: 6086ac237908161e4eb8429d937d4cb2 commit: 2e7778e37753b6e14ddd26dcc127bf07cbf16b79 Author: Michał Górny gentoo org> AuthorDate: Sat Oct 22 05:59:37 2022 +0000 Commit: Michał Górny gentoo org> CommitDate: Sat Oct 22 06:07:24 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2e7778e3 dev-python/mediafile: Bump to 0.10.0 Signed-off-by: Michał Górny gentoo.org> dev-python/mediafile/Manifest | 1 + dev-python/mediafile/mediafile-0.10.0.ebuild | 31 ++++++++++++++++++++++++++++ 2 files changed, 32 insertions(+) diff --git a/dev-python/mediafile/Manifest b/dev-python/mediafile/Manifest index f5bc0daf2d7d..b1efff7dfffe 100644 --- a/dev-python/mediafile/Manifest +++ b/dev-python/mediafile/Manifest @@ -1 +1,2 @@ +DIST mediafile-0.10.0.gh.tar.gz 568779 BLAKE2B 26e8fed5a0c590bf1d5de1b28c3576573f795a3df74186361318745a6efc375685be95676d3cb6d331cb2fa3db63018dc660dc82ff4f6652d62fb4e14c48ca4a SHA512 b753bc0c97fd47df4626f21199eef5f22bc3d0a08f780524103e2f33a4008a64e2a25556650eb1c1a14e093cb4d3e704ef51910818fab30be723f7aece382b3c DIST mediafile-0.9.0.tar.gz 568726 BLAKE2B 22466b54c890c8a1bef88a0d08e729d0b1efab12309299c64ea227a5662c263402e8e4ace4b7c9d2d0d06ba41b6f74465ebf88d090f0fd4f41d91fb6cba941ef SHA512 8b432d81c7c1fc8340a2003220a0d96b448ac64e551b0b95528a37fa5923a97358fac574573dece344cda88f4f206f1cf7bc457bdd310a7a003c395908864218 diff --git a/dev-python/mediafile/mediafile-0.10.0.ebuild b/dev-python/mediafile/mediafile-0.10.0.ebuild new file mode 100644 index 000000000000..8b8abb78681b --- /dev/null +++ b/dev-python/mediafile/mediafile-0.10.0.ebuild @@ -0,0 +1,31 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DISTUTILS_USE_PEP517=flit +PYTHON_COMPAT=( python3_{8..11} ) + +inherit distutils-r1 + +DESCRIPTION="Read and write audio files' tags in Python" +HOMEPAGE=" + https://github.com/beetbox/mediafile/ + https://pypi.org/project/mediafile/ +" +SRC_URI=" + https://github.com/beetbox/mediafile/archive/v${PV}.tar.gz + -> ${P}.gh.tar.gz +" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64 ~x86" + +RDEPEND=" + >=dev-python/six-1.9.0[${PYTHON_USEDEP}] + >=media-libs/mutagen-1.45.0[${PYTHON_USEDEP}] +" + +distutils_enable_sphinx docs +distutils_enable_tests unittest