Репозиторий Sisyphus
Последнее обновление: 1 октября 2023 | Пакетов: 18631 | Посещений: 37736525
en ru br
Репозитории ALT
S:1.6.0-alt1.dev.git20150302
5.1: 0.9.7-alt1.hg20090831
www.altlinux.org/Changes

Группа :: Разработка/Python
Пакет: instant

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

Name: instant
Version: 0.9.7
Release: alt1.hg20090831
Summary: Instant inlining of C and C++ code in Python
Group: Development/Python
License: GPL v2.1 / BSD
URL: http://fenics.org/wiki/Instant
Source: %name-%version.tar.gz
Packager: Eugeny A. Rostovtsev (REAL) <real at altlinux.org>

Requires: python-module-%name = %version-%release

BuildRequires(pre): rpm-build-python
BuildPreReq: python-devel

%description
Instant is a Python module that allows for instant inlining of C and
C++ code in Python.

%package doc
Summary: Documentation for Instant
Group: Development/Documentation
BuildArch: noarch

%description doc
Instant is a Python module that allows for instant inlining of C and
C++ code in Python.

This package contains development documentation for Instant.

%package -n python-module-%name
Summary: Scripts for Instant
Group: Development/Python
BuildArch: noarch

%description -n python-module-%name
Instant is a Python module that allows for instant inlining of C and
C++ code in Python.

This package contains python module of Instant.

%prep
%setup

%build
%python_build

%install
CFLAGS="%optflags" python setup.py install \
--root=%buildroot --optimize=2

install -d %buildroot%_docdir/%name
cp -fR doc/html* doc/Instant.html %buildroot%_docdir/%name/

%files
%doc AUTHORS ChangeLog LICENSE RELEASENOTES TODO
%_bindir/*
%_man1dir/*

%files doc
%_docdir/%name

%files -n python-module-%name
%_libexecdir/python%__python_version/site-packages/*

%changelog

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

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