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

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

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

%define mname codeviking
%define oname %mname.math
Name: python3-module-%oname
Version: 0.18.1
Release: alt1
Summary: Function and method call math
License: MIT
Group: Development/Python3
Url: https://pypi.python.org/pypi/CodeViking.math/

Source: %name-%version.tar

BuildRequires(pre): rpm-build-python3
BuildPreReq: python3-devel python3-module-setuptools-tests python3-module-pytest

%py3_provides %oname

%description
A collection of mathematical utility functions.

%prep
%setup

%build
%python3_build_debug

%install
%python3_install

%if "%_libexecdir" != "%_libdir"
mv %buildroot%_libexecdir %buildroot%_libdir
%endif

%check
PYTHONPATH=$(pwd) py.test3

%files
%doc *.rst
%python3_sitelibdir/%mname/math
%python3_sitelibdir/*.egg-info
%python3_sitelibdir/CodeViking.math-*.pth

%changelog

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

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