summaryrefslogtreecommitdiff
path: root/media-libs/mutagen
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2023-10-05 11:54:04 +0100
committerV3n3RiX <venerix@koprulu.sector>2023-10-05 11:54:04 +0100
commite8c80f80fd116cc679f261d8bc6ee6c9bfc3f0a0 (patch)
treefdb4ba25c4f5599b0ea6a964a1bd990b216c7154 /media-libs/mutagen
parent3f5490a92f684d302af15210584c70ed8ea3fab4 (diff)
gentoo auto-resync : 05:10:2023 - 11:54:04
Diffstat (limited to 'media-libs/mutagen')
-rw-r--r--media-libs/mutagen/Manifest3
-rw-r--r--media-libs/mutagen/files/mutagen-1.46.0-sphinx-6.patch41
-rw-r--r--media-libs/mutagen/mutagen-1.46.0.ebuild40
3 files changed, 0 insertions, 84 deletions
diff --git a/media-libs/mutagen/Manifest b/media-libs/mutagen/Manifest
index ffb4be74ba1c..93294af7a8f6 100644
--- a/media-libs/mutagen/Manifest
+++ b/media-libs/mutagen/Manifest
@@ -1,6 +1,3 @@
-AUX mutagen-1.46.0-sphinx-6.patch 1697 BLAKE2B 3cb99be12abec75a237965262f65a77914cbf2061c910781c31d538f9ea17aac5de7074d637b1b624e25b9b12e04605f7d652f0cbac505bc3ad51cbcc8438ef2 SHA512 73692d3cbfd0afca03cc3c2972b3f686a8a3fae0a624c8d6cbfaa0455406c60fc79da3d97e24980e5d2c235e3aa91daf6774d88247e7c95d46f0baced631cb9a
-DIST mutagen-1.46.0.tar.gz 1268561 BLAKE2B 44e0dbbc1c102521569a91386a9d807f3ad82ffb96a5e3f76958551d173d00c7095fa6a2668a0a418bfdda31be5c3bb175856b2278719007bf7af866c732dc40 SHA512 52ab7408af46e54e79f1d157a3f6114e2606c6a55eb46fdd314dff82d6d586c2c22294b181a432581230dee566c79554456a9435a8e1188a91f4ae000644ae71
DIST mutagen-1.47.0.tar.gz 1274186 BLAKE2B 220d8e136e8f41d2f3953ce61b4784a24b1e450b6cfe0d0e0c610aeccb9ff3248493b8a0ea78f801e62b2f6ac87cd219a05cff535e04586a5ce9b03aa3540278 SHA512 40f9a8a898c9fdae00fd0bdd38eb91a6fb813cf8319f888590bdfd4b5efcb614aa5322c0b9e017f49c3f5155ccf82d5cae80aad79df285c50b5ef270c09f4c9d
-EBUILD mutagen-1.46.0.ebuild 880 BLAKE2B be5e71812359543c45c69054159c8d5908e732123b54aa0a8c36fda2f8d37a979c711799b180eca07cadab909a5cf2871dc07e111b3ec31c5ba29d688fa02581 SHA512 5fcb42a815840cb1119d4bd37d17008bebf2f786434a82be0d69e9931318a9fb21371987058067955cd8d5056ee6ea99ad85bdc96996f8866da60888c49999a8
EBUILD mutagen-1.47.0.ebuild 824 BLAKE2B 863c05370cb77008c92d6acccf1637ac698ee7bba0199b5e77cfc6fa9ef0b778a13fdb7673d678ff9b5f7be9c495ea42fe9f89049a2b07b898620a1566e141c8 SHA512 d8385a08b1cdfca6b1e81de72bf3db581a568e8b1867b26161bed15c5fe1caaffced3a9699f6007ada097edb8042ca06ec5630b17712ced0a7d3c099482c69f6
MISC metadata.xml 482 BLAKE2B 3ae30f618d887acb7bcabfb63ceafd422ee356b1a2f0b812dd51196e1a3e4f5afd6fc2c5fb36ff137060d710a8a7e1800ff25e2246a6dd4bb5dc3301cd559171 SHA512 13450efc95ce24cacf3c882c78acb2605c10bd803e1b63a700bd6a7bff103946f905ef39e15bc2b86e7302940c7b0a6fe9a5767c8de51f77ee1f11cfc31bfa6f
diff --git a/media-libs/mutagen/files/mutagen-1.46.0-sphinx-6.patch b/media-libs/mutagen/files/mutagen-1.46.0-sphinx-6.patch
deleted file mode 100644
index fe11fa6b1d46..000000000000
--- a/media-libs/mutagen/files/mutagen-1.46.0-sphinx-6.patch
+++ /dev/null
@@ -1,41 +0,0 @@
-https://bugs.gentoo.org/889354
-https://github.com/quodlibet/mutagen/pull/590
-
-From 37b4e6bddc03e1f715425c418ea84bac15116907 Mon Sep 17 00:00:00 2001
-From: Martin Weinelt <hexa@darmstadt.ccc.de>
-Date: Tue, 3 Jan 2023 17:32:55 +0100
-Subject: [PATCH] docs: Make extlinks compatible with sphinx 6.0
-MIME-Version: 1.0
-Content-Type: text/plain; charset=UTF-8
-Content-Transfer-Encoding: 8bit
-
-The caption must contain `%s` exactly onceĀ¹ and because it did not
-building the docs using sphinx 6.0 failed.
-
-```
-mutagen> reading sources... [ 62%] changelog0mmm00m
-mutagen> Exception occurred:
-mutagen> File "/nix/store/45b9bmcr6w6k05syyflc4r8j4gzzbjkm-python3.10-sphinx-6.0.0/lib/python3.10/site-packages/sphinx/ext/extlinks.py", line 101, in role
-mutagen> title = caption % part
-mutagen> TypeError: not all arguments converted during string formatting
-mutagen> The full traceback has been saved in /build/sphinx-err-kzqq6ki_.log, if you want to report the issue to the developers.
-```
-
-[1] https://www.sphinx-doc.org/en/master/usage/extensions/extlinks.html#confval-extlinks
---- a/docs/conf.py
-+++ b/docs/conf.py
-@@ -26,10 +26,10 @@
- exclude_patterns = ['_build']
-
- extlinks = {
-- 'bug': ('https://github.com/quodlibet/mutagen/issues/%s', '#'),
-- 'pr': ('https://github.com/quodlibet/mutagen/pull/%s', '#pr'),
-- 'commit': ('https://github.com/quodlibet/mutagen/commit/%s', '#'),
-- 'user': ('https://github.com/%s', ''),
-+ 'bug': ('https://github.com/quodlibet/mutagen/issues/%s', '#%s'),
-+ 'pr': ('https://github.com/quodlibet/mutagen/pull/%s', '#pr%s'),
-+ 'commit': ('https://github.com/quodlibet/mutagen/commit/%s', '%s'),
-+ 'user': ('https://github.com/%s', '%s'),
- }
-
-
diff --git a/media-libs/mutagen/mutagen-1.46.0.ebuild b/media-libs/mutagen/mutagen-1.46.0.ebuild
deleted file mode 100644
index eb5b0d3d62cb..000000000000
--- a/media-libs/mutagen/mutagen-1.46.0.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# 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 )
-
-PATCHES=(
- "${FILESDIR}"/${PN}-1.46.0-sphinx-6.patch
-)
-
-distutils_enable_tests pytest
-distutils_enable_sphinx docs \
- dev-python/sphinx-rtd-theme