Репозиторий Sisyphus
Последнее обновление: 1 октября 2023 | Пакетов: 18631 | Посещений: 37532058
en ru br
Репозитории ALT
5.1: 1.6-alt1.1
4.1: 1.6-alt1
4.0: 1.5.1-alt1
3.0: 1.4-alt1
www.altlinux.org/Changes

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

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

# -*- coding: utf-8 -*-
%define version 1.4
%define release alt1

%setup_python_module psyco

Summary: specializing compiler for Python code
Summary(ru_RU.UTF-8): "JIT-п╨п╬п╪п©п╦п╩я▐я┌п╬я─" п╢п╩я▐ п©я─п╬пЁя─п╟п╪п╪ п╫п╟ Python
Name: %packagename
Version: %version
Release: %release
Source: %modulename-%version-src.tar.gz
License: MIT
Group: Development/Python
Url: http://psyco.sf.net

# Automatically added by buildreq on Sun Mar 20 2005 (-bi)

BuildRequires: python-base python-dev python-modules-compiler python-modules-email python-modules-encodings rpm-build-python

%description
Psyco is a kind of just-in-time (JIT) compiler,
a little bit like Java's, that emits machine code on the fly
instead of interpreting your Python program step by step.
The result is that your unmodified Python programs run faster.

Psyco only runs on Intel 386-compatible processors right now.

This module is built for python %__python_version.

%description -l ru_RU.UTF-8
Psyco - я█я┌п╬ "JIT-п╨п╬п╪п©п╦п╩я▐я┌п╬я─" п╢п╩я▐ п©я─п╬пЁя─п╟п╪п╪ п╫п╟ я▐п╥я▀п╨п╣ Python,
п╨п╬я┌п╬я─я▀п╧ пЁп╣п╫п╣я─п╦я─я┐п╣я┌ п╫п╟ п╩п╣я┌я┐ п╪п╟я┬п╦п╫п╫я▀п╧ п╨п╬п╢, п╡п╪п╣я│я┌п╬ я┌п╬пЁп╬ я┤я┌п╬п╠я▀
я┬п╟пЁ п╥п╟ я┬п╟пЁп╬п╪ п╦п╫я┌п╣я─п©я─п╣я┌п╦я─п╬п╡п╟я┌я▄ п©я─п╬пЁя─п╟п╪п╪я┐. п▓ я─п╣п╥я┐п╩я▄я┌п╟я┌п╣
п©я─п╬пЁя─п╟п╪п╪я▀ п╫п╟ Python п╡я▀п©п╬п╩п╫я▐я▌я┌я│я▐ п╠я▀я│я┌я─п╣п╣ п╠п╣п╥ п╦п╥п╪п╣п╫п╣п╫п╦п╧
п╡ п╦я│я┘п╬п╢п╫п╬п╪ п╨п╬п╢п╣.

Psyco я│п╣п╧я┤п╟я│ п©п╬п╢п╢п╣я─п╤п╦п╡п╟п╣я┌ я┌п╬п╩я▄п╨п╬ 386-я│п╬п╡п╪п╣я│я┌п╦п╪я▀п╣ п©я─п╬я├п╣я│я│п╬я─я▀.

п╜я┌п╬я┌ п╪п╬п╢я┐п╩я▄ я│п╬п╠я─п╟п╫ п╢п╩я▐ Python п╡п╣я─я│п╦п╦ %__python_version.

%prep

%setup -q -n %modulename-%version

%build
mkdir -p buildroot

CFLAGS="%optflags" %__python setup.py \
install --optimize=2 \
--root=`pwd`/buildroot \
--record=INSTALLED_FILES
%install
cp -pr buildroot %buildroot
unset RPM_PYTHON

%files -f INSTALLED_FILES
%doc README.txt doc

%changelog

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

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