= Pygments =

== Description ==

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.

== License ==

Modified BSD

== SPKG Maintainers ==

Mike Hansen <mhansen@gmail.com>

== Upstream Contact ==

Author: Georg Brandl <georg at python org>
Home Page: http://pygments.org

== Dependencies ==

Python

== Special Update/Build Instructions ==

Patches included:

 * sage_prompt.patch: patch pygments/lexers/agile.py to treat the
   "sage:" prompt like Python's ">>>" prompt.  This allows a very
   kludgy patch to be removed from the Sphinx package (see #10118).

== Changelog ==

=== pygments-1.3.1.p0 (Jeroen Demeyer, November 18th, 2010) ===

 * Upgrade to Pygments 1.3.1

 * Add sage_prompt.patch

=== pygments-0.11.1.p0 (Mike Hansen, September 15th, 2008) ===

 * Initial version.