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

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

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

Name: python-module-cherrypy
Vendor: ALT Linux
Version: 2.1.0
Release: alt1
Summary: CherryPy is a pythonic, object-oriented web development framework.

License: GPL
Group: Development/Python
URL: http://www.cherrypy.org
Packager: Maxim Bodyansky <maximbo at altlinux.ru>
BuildArch: noarch

Source0: CherryPy-%version.tar.gz

%add_python_req_skip sqlobject
%add_python_req_skip Cheetah

# Automatically added by buildreq on Sun Oct 30 2005

BuildRequires: python-base python-dev python-modules-compiler python-modules-encodings

%description
Your CherryPy powered web applications are in fact stand-alone Python applications embedding their own multi-threaded web server. You can deploy them anywhere you can run Python applications. Apache is not required, but it's possible to run a CherryPy application behind it.

%prep
%setup -q -n CherryPy-%version

%build
%__python setup.py build

%install
%__python setup.py install --root=%buildroot \
                          --optimize=2 \
                          --record=INSTALLED_FILES_TMP
egrep -v '/test/|/tutorial/' INSTALLED_FILES_TMP > INSTALLED_FILES


%files -f INSTALLED_FILES
%doc cherrypy/tutorial CHANGELOG.txt CHERRYPYTEAM.txt


%changelog

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

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