Репозиторий Sisyphus
Последнее обновление: 1 октября 2023 | Пакетов: 18631 | Посещений: 37635424
en ru br
Репозитории ALT

Группа :: Разработка/Python
Пакет: python3-module-mutagen

 Главная   Изменения   Спек   Патчи   Sources   Загрузить   Gear   Bugs and FR  Repocop 

Name: python3-module-mutagen
Version: 1.46.0
Release: alt1

Summary: Python module to handle audio metadata
License: GPLv2
Group: Development/Python
Url: https://github.com/quodlibet/mutagen.git

Source0: %name-%version.tar

BuildArch: noarch
BuildRequires: rpm-build-python3
BuildRequires: python3(poetry-core)
BuildRequires: python3(setuptools)
BuildRequires: python3(wheel)
BuildRequires: python3(pytest) python3(hypothesis)

%description
Mutagen is a Python module to handle audio metadata. It supports FLAC,
M4A, Musepack, MP3, Ogg FLAC, Ogg Speex, Ogg Theora, Ogg Vorbis, True
Audio, and WavPack audio files. All versions of ID3v2 are supported, and
all standard ID3v2.4 frames are parsed. It can read Xing headers to
accurately calculate the bitrate and length of MP3s. ID3 and APEv2 tags
can be edited regardless of audio format. It can also manipulate Ogg
streams on an individual packet/page level.

%package -n mutagen
Summary: Various mutagen (python module to handle audio metadata) binary tools
Group: Sound
Requires: python3-module-mutagen = %version-%release

%description -n mutagen
%summary

%prep
%setup

%build
%pyproject_build

%install
%pyproject_install

%check
LC_ALL=en_US.UTF-8 \
python3 setup.py test

%files
%python3_sitelibdir/mutagen
%python3_sitelibdir/mutagen-%version.dist-info

%files -n mutagen
%doc COPYING NEWS README.rst
%_bindir/*
%_man1dir/*

%changelog

Полный changelog можно просмотреть здесь

 
дизайн и разработка: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
текущий майнтейнер: Michael Shigorin