the Fink project is an effort to port
popular Unix programs to Mac OS X
Info2: <<
Package: pastescript-py%type_pkg[python]
Version: 1.7.5
Revision: 1
Homepage: http://pypi.python.org/pypi/PasteScript
Maintainer: Kurt Schwehr
Type: python (2.6 2.7)
Depends: <<
python%type_pkg[python],
cheetah-py%type_pkg[python],
pastedeploy-py%type_pkg[python],
paste-py%type_pkg[python]
<<
BuildDepends: distribute-py%type_pkg[python]
Source: http://pypi.python.org/packages/source/P/PasteScript/PasteScript-%v.tar.gz
Source-MD5: 4c72d78dcb6bb993f30536842c16af4d
CompileScript: python%type_raw[python] setup.py build
InstallScript: <<
python%type_raw[python] setup.py install --root=%d
mv %i/bin/paster %i/bin/paster%type_raw[python]
<<
PostInstScript: <<
Update-alternatives --install %p/bin/paster paster %p/bin/paster%type_raw[python] %type_pkg[python]
<<
PreRmScript: <<
update-alternatives --remove paster %p/bin/paster%type_raw[python]
<<
DocFiles: <<
PKG-INFO
docs
<<
License: GPL
Description: Command line interface to paste
DescDetail: <<
A pluggable command-line frontend, including commands to setup package
file layouts
This is a pluggable command-line tool.
It includes some built-in features;
* Create file layouts for packages. For instance, paste create
--template=basic_package MyPackage will create a
setuptools-ready file layout.
* Serving up web applications, with configuration based on
paste.deploy.
<<
# Info2
<<