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

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

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

Name: python-module-musicbrainz2
Version: 0.7.0
Release: alt1

Summary: Python module for access to the MusicBrainz Database.
License: distributable
Group: Development/Python
Url: http://musicbrainz.org/doc/PythonMusicBrainz2

BuildArch: noarch
Packager: Alexey Morsov <swi at altlinux.ru>
Source: %name-%version.tar

BuildPreReq: rpm-build-python
BuildRequires: python-devel >= 2.4 python-module-setuptools
BuildRequires: python-modules-ctypes libdiscid-devel

%description
The package python-musicbrainz2 is a client library
written in python, which provides easy object oriented
access to the MusicBrainz Database using the XMLWebService.
It has been written from scratch and uses a different
model than PythonMusicbrainz, the first generation
python bindings.

%package doc
Summary: API documentation for %name
Group: Development/Python
BuildRequires:  python-module-epydoc

%description doc
API documentation for %name

%prep
%setup -q

%build
python setup.py build
python setup.py docs

%install
python setup.py install --root=$RPM_BUILD_ROOT --optimize=2 --record=INSTALLED_FILES
mkdir -p %{buildroot}%_defaultdocdir/%name-%version
cp -R html *.txt %{buildroot}%_defaultdocdir/%name-%version


%files
%doc *.txt
%_bindir/*
%python_sitelibdir/*

%files doc
%docdir html


%changelog

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

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