Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37037963
en ru br
ALT Linux repos
S:1.6.0-alt1.dev.git20150302
5.0: 0.9.6-alt1

Group :: Development/Python
RPM: instant

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Name: instant
Version: 1.6.0
Release: alt1.dev.git20150302
Summary: Instant inlining of C and C++ code in Python
Group: Development/Python
License: GPL v2.1 / BSD
URL: http://fenicsproject.org/
# https://bitbucket.org/fenics-project/instant.git
Source: %name-%version.tar.gz
BuildArch: noarch
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
%python_build_install --optimize=2

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

%files
%doc AUTHORS COPYING ChangeLog README TODO
%_bindir/*
%_man1dir/*

%files doc
%_docdir/%name

%files -n python-module-%name
%python_sitelibdir_noarch/*

%changelog

Full changelog you can see here

 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin