Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37560069
en ru br
ALT Linux repos
5.0: 2.1.0-alt1.1
4.1: 2.1.0-alt1.1
4.0: 2.1.0-alt1

Group :: Development/Python
RPM: python-module-cherrypy

 Main   Changelog   Spec   Patches   Sources   Download   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

Full changelog you can see here

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