the Fink project is an effort to port
popular Unix programs to Mac OS X
Info2: <<
Package: paste-py%type_pkg[python]
Type: python (2.5)
Version: 1.7
Revision: 1
Distribution: 10.5
Depends: python%type_pkg[python]
BuildDepends: setuptools-py%type_pkg[python]
Source: http://pypi.python.org/packages/source/P/Paste/Paste-%v.tar.gz
Source-MD5: 8b61249411f7246aaacb7e5449d14498
DocFiles: PKG-INFO Paste.egg-info docs/*
CompileScript: echo Skipping compile stage
InstallScript: <<
#! /bin/bash -ev
%p/bin/python%type_raw[python] setup.py install --root=%d
<<
Description: Python web developement middleware
DescDetail: <<
Python Paste brings consistency to Python web development and web
application installation, providing tools for both developers and
system administrators.
Using Paste does not exclude the use of other WSGI libraries and
components. There's really no advantage to putting new development or
major rewrites in Paste, as opposed to putting them in new
packages. Because of this it is planned that major new development
will happen outside of Paste. This makes Paste a very stable and
conservative piece of infrastructure for building on.
<<
Maintainer: Kurt Schwehr
Homepage: http://pythonpaste.org/
LICENSE: BSD
# Info2:
<<