mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
media-libs/mutagen: Bump to 1.48.1
Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
@@ -1,2 +1,3 @@
|
||||
DIST mutagen-1.47.0.tar.gz 1274186 BLAKE2B 220d8e136e8f41d2f3953ce61b4784a24b1e450b6cfe0d0e0c610aeccb9ff3248493b8a0ea78f801e62b2f6ac87cd219a05cff535e04586a5ce9b03aa3540278 SHA512 40f9a8a898c9fdae00fd0bdd38eb91a6fb813cf8319f888590bdfd4b5efcb614aa5322c0b9e017f49c3f5155ccf82d5cae80aad79df285c50b5ef270c09f4c9d
|
||||
DIST mutagen-1.48.0.tar.gz 1276933 BLAKE2B 4d87616520c6a2fac34b92fba396593e16c6ec9dc0635fd514482b036a57483970e1540c45a3708d96909ebb6335e9b1722b0d77cac28570afbe40438ba437e2 SHA512 99b5fec18980e27dd85318c406928bc1d349df2f3c5d89bdd561700b2f1f1502739a98f1aba8cf9c7545dba2cfe68d765c94d957adc6de56bf9cb99951510e82
|
||||
DIST mutagen-1.48.1.tar.gz 1276978 BLAKE2B 437bd257fcf615e27410678394b2699fe9bfe66156355823d0b18d1975c5e50fc62b09b3ff0cfe9b9c7ea9ca6ca9a00f31ea4a63c1fd0c11da6bb85a55f19896 SHA512 ce19c5752b8d5b5c92de082df9d78c2aae6d1b4b54694416fbc92b6460776b409d1eab0296018f88759bf642b8994c8b0cd67e068afad8193354069b37e29a90
|
||||
|
||||
36
media-libs/mutagen/mutagen-1.48.1.ebuild
Normal file
36
media-libs/mutagen/mutagen-1.48.1.ebuild
Normal file
@@ -0,0 +1,36 @@
|
||||
# Copyright 1999-2026 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
DISTUTILS_USE_PEP517=setuptools
|
||||
PYTHON_COMPAT=( python3_{12..14} )
|
||||
|
||||
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 ~ppc ~ppc64 ~riscv ~sparc ~x86"
|
||||
|
||||
BDEPEND="
|
||||
test? (
|
||||
dev-python/eyed3[${PYTHON_USEDEP}]
|
||||
media-libs/flac[ogg]
|
||||
)
|
||||
"
|
||||
|
||||
DOCS=( NEWS README.rst )
|
||||
|
||||
EPYTEST_PLUGINS=( hypothesis )
|
||||
distutils_enable_tests pytest
|
||||
distutils_enable_sphinx docs \
|
||||
dev-python/sphinx-rtd-theme
|
||||
Reference in New Issue
Block a user