Update of /cvsroot/fink/dists/10.7/stable/main/finkinfo/libs/pythonmods
In directory vz-cvs-3.sog:/tmp/cvs-serv32438/libs/pythonmods

Added Files:
        sphinx-py.info pygments-py.info jinja2-py.info 
Log Message:
Lev offered to have me take over sphinx, jinja and pygments


--- NEW FILE: sphinx-py.info ---
Info2: <<

Package: sphinx-py%type_pkg[python]
Version: 1.0.7
Revision: 1
Maintainer: Kurt Schwehr <[email protected]>
Type: python (2.6 2.7)
BuildDepends: tetex-base
Depends: python%type_pkg[python], jinja2-py%type_pkg[python] (>= 2.1-1), 
pygments-py%type_pkg[python] (>= 0.8-1), docutils-py%type_pkg[python] (>= 0.4-1)
BuildDepends: distribute-py%type_pkg[python]
Source: http://pypi.python.org/packages/source/S/Sphinx/Sphinx-%v.tar.gz
Source-MD5: 42c722d48e52d4888193965dd473adb5
CompileScript: <<
 chmod u+w *
<<
InstallScript: <<
 %p/bin/python%type_raw[python] setup.py install --root %d
 mkdir -p %i/share/doc/sphinx-py%type_pkg[python]
 cp -R doc %i/share/doc/sphinx-py%type_pkg[python]/doc
 make -C doc latex PYTHON=python%type_raw[python] 
SPHINXBUILD="python%type_raw[python] ../sphinx-build.py" 
 make -C doc/_build/latex all-pdf PYTHON=python%type_raw[python] 
SPHINXBUILD="python%type_raw[python] ../sphinx-build.py" 
 mv %i/bin/sphinx-build %i/bin/sphinx-build%type_raw[python]
 mv %i/bin/sphinx-quickstart %i/bin/sphinx-quickstart%type_raw[python]
 mv %i/bin/sphinx-autogen %i/bin/sphinx-autogen%type_raw[python]
<<
PostInstScript: <<
 update-alternatives --install %p/bin/sphinx-build sphinx-build 
%p/bin/sphinx-build%type_raw[python] %type_pkg[python] --slave 
%p/bin/sphinx-quickstart sphinx-quickstart 
%p/bin/sphinx-quickstart%type_raw[python] --slave %p/bin/sphinx-autogen 
sphinx-autogen %p/bin/sphinx-autogen%type_raw[python]
<<
PreRmScript: <<
 update-alternatives --remove sphinx-build %p/bin/sphinx-build%type_raw[python]
<<
License: BSD
HomePage: http://sphinx.pocoo.org
DocFiles: AUTHORS CHANGES LICENSE TODO doc/_build/latex/sphinx.pdf
Description: Python documentation generator
DescDetail: <<
Sphinx is a tool that facilitates the creation of beautiful
documentation for Python projects from reStructuredText sources. It
was originally created to format the new documentation for Python, but
has since been cleaned up in the hope that it will be useful in many
other projects.
<<

<<
--- NEW FILE: jinja2-py.info ---
Info2: <<

Package: jinja2-py%type_pkg[python]
Version: 2.6
Revision: 1
Maintainer: Kurt Schwehr <[email protected]>
Type: python (2.6 2.7)
BuildDepends: docutils-py%type_pkg[python], distribute-py%type_pkg[python], 
fink (>= 0.24.12)
Depends: python%type_pkg[python] 
Source: http://pypi.python.org/packages/source/J/Jinja2/Jinja2-%v.tar.gz
Source-MD5: 1c49a8825c993bfdcf55bb36897d28a2
CompileScript: <<
 chmod u+w *
 %p/bin/python%type_raw[python] setup.py build
<<
InstallScript: <<
 %p/bin/python%type_raw[python] setup.py install --root %d
<<
License: BSD
HomePage: http://jinja.pocoo.org
# Warning: Docs depend on sphinx, but sphinx depends on jinja2.
DocFiles: AUTHORS CHANGES LICENSE examples
Description: Python template engine
DescDetail: <<
Jinja2 is a library for Python 2.4 and onwards that is designed to be
flexible, fast and secure. If you have any exposure to other
text-based template languages, such as Smarty or Django, you should
feel right at home with Jinja2. It's both designer and developer
friendly by sticking to Python's principles and adding functionality
useful for templating environments.
<<

<<
--- NEW FILE: pygments-py.info ---
Info2: <<

Package: pygments-py%type_pkg[python]
Version: 1.4
Revision: 1
Maintainer: Kurt Schwehr <[email protected]>
Type: python (2.6 2.7)
BuildDepends: distribute-py%type_pkg[python]
Depends: python%type_pkg[python]
Source: http://pypi.python.org/packages/source/P/Pygments/Pygments-%v.tar.gz
Source-MD5: d77ac8c93a7fb27545f2522abe9cc462
CompileScript: <<
 chmod u+w *
 %p/bin/python%type_raw[python] setup.py build
<<
InstallScript: <<
 %p/bin/python%type_raw[python] setup.py install --root %d
 mv %i/bin/pygmentize %i/bin/pygmentize%type_raw[python] 
<<
PostInstScript: <<
 update-alternatives --install %p/bin/pygmentize pygmentize 
%p/bin/pygmentize%type_raw[python] %type_pkg[python]

 echo ""
 echo "The script 'pygmentize' installed in %p/bin/ is a symlink"
 echo "automatically updated by the update-alternatives utility."
 echo "If you install multiple flavors of the pygmentize package the symlinks"
 echo "will point to the higher flavor by default."
<<
PreRmScript: <<
 if [ $1 != "upgrade" ]; then
  update-alternatives --remove pygmentize %p/bin/pygmentize%type_raw[python]
 fi
<<
License: BSD
HomePage: http://pygments.org
DocFiles: AUTHORS CHANGES LICENSE TODO docs/build/*.html
Description: Python syntax highlighting package
DescDetail: <<
Pygments is a syntax highlighting package written in Python. It is a
generic syntax highlighter for general use in all kinds of software
such as forum systems, wikis or other applications that need to
prettify source code. Highlights are:

* a wide range of common languages and markup formats is supported
* special attention is paid to details, increasing quality by a fair amount
* support for new languages and formats are added easily
* a number of output formats, presently HTML, LaTeX, RTF, 
  SVG and ANSI sequences
* it is usable as a command-line tool and as a library
* ... and it even highlights Brainf*ck!
<<

<<

------------------------------------------------------------------------------
Using storage to extend the benefits of virtualization and iSCSI
Virtualization increases hardware utilization and delivers a new level of
agility. Learn what those decisions are and how to modernize your storage 
and backup environments for virtualization.
http://www.accelacomm.com/jaw/sfnl/114/51434361/
_______________________________________________
Fink-commits mailing list
[email protected]
http://news.gmane.org/gmane.os.apple.fink.cvs

Reply via email to