Name: | python27-python-pygments |
---|---|
Version: | 1.5 |
Release: | 3.el7 |
Architecture: | noarch |
Group: | Development/Libraries |
Size: | 3931922 |
License: | BSD |
RPM: | python27-python-pygments-1.5-3.el7.noarch.rpm |
Source RPM: | python27-python-pygments-1.5-3.el7.src.rpm |
Build Date: | Mon Jun 25 2018 |
Build Host: | x86-ol7-builder-01.us.oracle.com |
Vendor: | Oracle America |
URL: | http://pygments.org/ |
Summary: | Syntax highlighting engine written in Python |
Description: | Pygments 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 that increase highlighting quality * support for new languages and formats are added easily; most languages use a simple regex-based lexing mechanism * a number of output formats is available, among them HTML, RTF, LaTeX and ANSI sequences * it is usable as a command-line tool and as a library * ... and it highlights even Brainf*ck! |
- Rebuild for multi-arch bootstrap
- Rebuild to generate bytecode properly after fixing rhbz#956289
- Updated to version 1.5.
- Rebuilt for SCL. - python-imaging is only a soft dependency, removing it for now.
- rebuild for https://fedoraproject.org/wiki/Features/Python_3.3
- remove rhel logic from with_python3 conditional
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
- Really enable the python3 unittests. - Fix python26 byte compilation (thanks to Jeffrey Ness)
- Fix python main package having dependencies for the python2.6 subpackage - Fix places that used the default python instead of python26 - Attempt to make byte compilation more robust in case we add python3 to EPEL5 - Run unittests on python3 in F15+