ruby-pygments.rb 1.2.0-4ubuntu2 source package in Ubuntu

Changelog

ruby-pygments.rb (1.2.0-4ubuntu2) focal; urgency=medium

  * Drop the explicit dependency on python.
  * Use python2 in the build.

 -- Matthias Klose <email address hidden>  Tue, 14 Jan 2020 23:57:33 +0100

Upload details

Uploaded by:
Matthias Klose
Uploaded to:
Focal
Original maintainer:
Debian Ruby Extras Maintainers
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Focal release universe misc

Builds

Focal: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
ruby-pygments.rb_1.2.0.orig.tar.gz 1.1 MiB cf175a5347c5263f87250a65058d63604e5cb70413285fceb5b73efb67669a02
ruby-pygments.rb_1.2.0-4ubuntu2.debian.tar.xz 8.2 KiB 7e05985c054525e6a268fa6cd19b3e9781b3cafbe19eceb10c55e03d8e213504
ruby-pygments.rb_1.2.0-4ubuntu2.dsc 2.3 KiB 3a0ebccdb5ef6bf0f6a979c2507b19bf272753590a3cad0a6d6e3c9f83206173

View changes file

Binary packages built by this source

ruby-pygments.rb: pygments wrapper for Ruby

 A Ruby wrapper for the Python pygments syntax highlighter.
 .
 pygments.rb works by talking over a simple pipe to a long-lived Python child
 process. This library replaces albino, as well as a version of pygments.rb
 that used an embedded Python interpreter.
 .
 Each Ruby process that runs has its own 'personal Python'; for example, 4
 Unicorn workers will have one Python process each. If a Python process dies,
 a new one will be spawned on the next pygments.rb request.