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

Группа :: Development/Python3
Пакет: python3-module-pymad

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

%define modname pymad
%def_enable check

Name: python3-module-%modname
Version: 0.11.3
Release: alt1

Summary: A Python wrapper for the MPEG Audio Decoder library
Group: Development/Python3
License: LGPL-2.0
Url: https://pypi.org/project/%modname

Vcs: https://github.com/jaqx0r/pymad.git
Source: https://pypi.io/packages/source/p/%modname/%modname-%version.tar.gz

BuildRequires(pre): rpm-build-python3
BuildRequires: libmad-devel
BuildRequires: python3(wheel) python3(setuptools_scm)
%{?_enable_check:BuildRequires: python3(pytest)}

%description
%summary

%prep
%setup -n %modname-%version

%build
%pyproject_build

%install
%pyproject_install

%check
export PYTHONPATH=%buildroot%python3_sitelibdir
py.test-3 tests

%files
%python3_sitelibdir/*
%doc README*


%changelog

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

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