the Fink project is an effort to port
popular Unix programs to Mac OS X
Info2: <<
Package: setupdocs-py%type_pkg[python]
Version: 1.0.2
Revision: 1
Maintainer: Jed Frechette
Distribution: (%type_pkg[python] = 24) 10.4, (%type_pkg[python] = 24) 10.5
Type: python (2.4 2.5 2.6)
Depends: <<
python%type_pkg[python],
setuptools-py%type_pkg[python],
sphinx-py%type_pkg[python]
<<
Source: http://pypi.python.org/packages/source/S/SetupDocs/SetupDocs-%v.tar.gz
Source-MD5: 37c5f316dcd9650a6ad6b42b47effd50
CompileScript: <<
echo Skipping compile stage
<<
InstallScript: <<
#! /bin/sh -ev
%p/bin/python%type_raw[python] setup.py install --root %d
<<
Description: Setuptools plugin for building docs from ReST
DescDetail: <<
Having this package installed adds the following commands to setup.py:
build_docs
dist_docs
build_docs will build documentation in various formats in build/docs if
Sphinx is installed.
dist_docs will create a zip file of html docs in dist/.
dist_docs -c will replace the html.zip in docs/ and check it in.
dist_docs -u will build html and pdf docs, check them in, and update the
website.
<<
License: BSD
Homepage: http://pypi.python.org/pypi/setupdocs
<<