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

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

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

Name: spe
Summary: Integrated Python Development Environment
Version: 0.8.4.h
Release: alt2
License: GPL
Group: Development/Python
Url: http://pythonide.stani.be/
Packager: Fr. Br. George <george at altlinux.ru>
BuildArch: noarch
%setup_python_module %name
Source: %name-%version-wx2.6.1.0.tar.gz

# Automatically added by buildreq on Sat Apr 11 2009

BuildRequires: ImageMagick-tools OpenSP docbook-dtds docbook-to-man python-dev

Requires: %packagename = %version, pychecker

%description
SPE (Stani's Python Editor) is an Integrated Development Editor for the Python programming language (fully compatible with Blender). SPE has an editor with syntax highligthing and code completion, can generate UML diagram and code documentation using pydoc. spe is written using wxWidgets and integrate wxGlade and XRCed as plugins to make GUI creation easier. spe can also use pychecker for code check and winpdb to debug python code.

%package -n %packagename
Summary: Stani's Python Editor -- module files
License: GPL
Group: Development/Python

%description -n %packagename
SPE (Stani's Python Editor) is an Integrated Development Editor for the Python programming language (fully compatible with Blender).

This package is %name %__python_version module.

%prep
%setup

%build
python setup.py build

for size in 16x16 32x32 48x48 ; do
   convert _spe/images/spe.png -size $size %name-$size.png
done

docbook-to-man %name.sgml > %name.1

%install
python setup.py install -O1 --skip-build --root="%buildroot" --prefix="%prefix"
install -D spe.desktop %buildroot%_desktopdir/spe.desktop
install -D _spe/images/spe.png %buildroot%_pixmapsdir/spe.png
for size in 16x16 32x32 48x48 ; do
   install -D %name-$size.png %buildroot%_iconsdir/hicolor/$size/apps/%name.png
done
install -D %name.1 %buildroot%_man1dir/%name.1

%files
%_bindir/%name
%_desktopdir/*.desktop
%_pixmapsdir/*.png
%_iconsdir/*/*/*/*.png
%_man1dir/%name.*

%files -n %packagename
%python_sitelibdir/_%name

%changelog

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

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