pygments 2.14.0-ok1 source package in openKylin

Changelog

pygments (2.14.0-ok1) yangtze; urgency=medium

  * Build for openkylin.

 -- sufang <email address hidden>  Wed, 15 Feb 2023 11:16:17 +0800

Upload details

Uploaded by:
sufang
Sponsored by:
Cibot
Uploaded to:
Yangtze V1.0
Original maintainer:
Openkylin Developers
Architectures:
all
Section:
python
Urgency:
Medium Urgency

Publishing See full publishing history

Series Pocket Published Component Section
Yangtze V1.0 release main python
Yangtze V1.0 proposed main python

Builds

Yangtze V1.0: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
pygments_2.14.0.orig.tar.gz 1.4 MiB c96ec25bf8133500243969c1ed8f2fe4dc077c090afb49897bbd7dbf9e56e6ac
pygments_2.14.0-ok1.debian.tar.xz 9.6 KiB bacd43198a8d441ad381f0f16e08e56d82107f7d4f9ea12e718c74426af781e6
pygments_2.14.0-ok1.dsc 2.0 KiB 995362e11f036cd2b6f3b63157dead6d83fc571e429c3190367e71c2ccda5409

Available diffs

View changes file

Binary packages built by this source

python-pygments-doc: documentation for the Pygments

 Pygments is syntax highlighting package.
 .
 This package contains the documentation for Pygments in HTML and
 reStructuredText format.

python3-pygments: syntax highlighting package written in Python 3

 Pygments aims to be 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 and ANSI sequences
   * it is usable as a command-line tool and as a library