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 487B0158089 for ; Mon, 4 Sep 2023 02:48:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4D7492BC017; Mon, 4 Sep 2023 02:48:38 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 396C22BC017 for ; Mon, 4 Sep 2023 02:48:38 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 76F0F335D0A for ; Mon, 4 Sep 2023 02:48:37 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A8362112B for ; Mon, 4 Sep 2023 02:48:35 +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: <1693795525.3dd53feb148804bc130a581b2b771dc86d3de70c.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/mutagen/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/mutagen/Manifest media-libs/mutagen/mutagen-1.47.0.ebuild X-VCS-Directories: media-libs/mutagen/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 3dd53feb148804bc130a581b2b771dc86d3de70c X-VCS-Branch: master Date: Mon, 4 Sep 2023 02:48:35 +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: 09634e56-9b1a-4736-828a-9daad3354e5c X-Archives-Hash: da9d2405b0ed31bc79abcb01547922fb commit: 3dd53feb148804bc130a581b2b771dc86d3de70c Author: Michał Górny gentoo org> AuthorDate: Mon Sep 4 02:31:51 2023 +0000 Commit: Michał Górny gentoo org> CommitDate: Mon Sep 4 02:45:25 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3dd53feb media-libs/mutagen: Bump to 1.47.0 Signed-off-by: Michał Górny gentoo.org> media-libs/mutagen/Manifest | 1 + media-libs/mutagen/mutagen-1.47.0.ebuild | 36 ++++++++++++++++++++++++++++++++ 2 files changed, 37 insertions(+) diff --git a/media-libs/mutagen/Manifest b/media-libs/mutagen/Manifest index d7d6e81658f1..50cd58516751 100644 --- a/media-libs/mutagen/Manifest +++ b/media-libs/mutagen/Manifest @@ -1 +1,2 @@ DIST mutagen-1.46.0.tar.gz 1268561 BLAKE2B 44e0dbbc1c102521569a91386a9d807f3ad82ffb96a5e3f76958551d173d00c7095fa6a2668a0a418bfdda31be5c3bb175856b2278719007bf7af866c732dc40 SHA512 52ab7408af46e54e79f1d157a3f6114e2606c6a55eb46fdd314dff82d6d586c2c22294b181a432581230dee566c79554456a9435a8e1188a91f4ae000644ae71 +DIST mutagen-1.47.0.tar.gz 1274186 BLAKE2B 220d8e136e8f41d2f3953ce61b4784a24b1e450b6cfe0d0e0c610aeccb9ff3248493b8a0ea78f801e62b2f6ac87cd219a05cff535e04586a5ce9b03aa3540278 SHA512 40f9a8a898c9fdae00fd0bdd38eb91a6fb813cf8319f888590bdfd4b5efcb614aa5322c0b9e017f49c3f5155ccf82d5cae80aad79df285c50b5ef270c09f4c9d diff --git a/media-libs/mutagen/mutagen-1.47.0.ebuild b/media-libs/mutagen/mutagen-1.47.0.ebuild new file mode 100644 index 000000000000..33a02e6d827a --- /dev/null +++ b/media-libs/mutagen/mutagen-1.47.0.ebuild @@ -0,0 +1,36 @@ +# Copyright 1999-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DISTUTILS_USE_PEP517=setuptools +PYTHON_COMPAT=( python3_{10..12} ) + +inherit distutils-r1 + +DESCRIPTION="Audio metadata tag reader and writer implemented in pure Python" +HOMEPAGE=" + https://github.com/quodlibet/mutagen/ + https://pypi.org/project/mutagen/ +" +SRC_URI=" + https://github.com/quodlibet/mutagen/releases/download/release-${PV}/${P}.tar.gz +" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~sparc ~x86 ~amd64-linux ~x86-linux" + +BDEPEND=" + test? ( + dev-python/eyeD3[${PYTHON_USEDEP}] + dev-python/hypothesis[${PYTHON_USEDEP}] + media-libs/flac[ogg] + ) +" + +DOCS=( NEWS README.rst ) + +distutils_enable_tests pytest +distutils_enable_sphinx docs \ + dev-python/sphinx-rtd-theme