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

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

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

%define oname fixedpoint
Summary: A fixed point arithmatic class for python
Name: python-module-fixedpoint
Version: 0.1.2
Release: alt2
License: Distributable
Group: Development/Python
Url: http://fixedpoint.sourceforge.net/
Packager: Boris Savelev <boris at altlinux.org>

Source: http://download.sourceforge.net/sourceforge/%oname/%oname.%version.tar.gz

# Automatically added by buildreq on Sun Jan 25 2009

BuildRequires: python-modules

%description
FixedPoint is a python module to provide a fixed point arithmatic
class. FixedPoint objects support decimal arithmetic with a fixed
number of digits (called the object's precision) after the decimal
point. The number of digits before the decimal point is variable &
unbounded.

%prep
%setup -n %oname

%build
%__python test_%oname.py

%install
mkdir -p %buildroot%python_sitelibdir
install -m644 %oname.* %buildroot%python_sitelibdir/

%files
%doc README examples
%python_sitelibdir/%oname.*

%changelog

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

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