Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37792162
en ru br
ALT Linux repos
5.0: 1.0-alt1
4.1: 0.9-alt1.1

Group :: Development/Python
RPM: python-module-Pygments

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

%define oname Pygments
Name: python-module-%oname
Version: 0.9
Release: alt1.1

Summary: Pygments is a syntax highlighting package written in Python

License: BSD
Group: Development/Python
Url: http://pygments.org/

Packager: Vitaly Lipatov <lav at altlinux.ru>
Source: http://pypi.python.org/packages/source/P/%oname/%oname-%version.tar.bz2

BuildArch: noarch

%setup_python_module %oname

# manually removed: pybliographic python-module-Rabbyt python-module-pybliographer

# Automatically added by buildreq on Sat Jan 05 2008
BuildRequires: python-module-MySQLdb python-module-Pyrex python-module-lxml python-module-ruledispatch python-module-setuptools

%description
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

%prep
%setup -q -n %oname-%version

%build
%__python setup.py build

%install
%__python setup.py install --root %buildroot

%files
%_bindir/pygmentize
%doc AUTHORS CHANGES LICENSE
%python_sitelibdir/*

%changelog

Full changelog you can see here

 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin