ruby-pygments.rb 2.3.0+ds-2 source package in Ubuntu

Changelog

ruby-pygments.rb (2.3.0+ds-2) unstable; urgency=medium

  * Team upload.

  [ Alexandre Ghiti ]
  * d/patches: Do not use relative path to mentos.py.
    This fails when testing against the installed package.  Closes: #1004703

  [ Mattia Rizzolo ]
  * Mark the python3 dependency with :any (recommended by the m-a hinter).

 -- Mattia Rizzolo <email address hidden>  Tue, 01 Feb 2022 12:44:51 +0100

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Jammy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
ruby-pygments.rb_2.3.0+ds-2.dsc 2.1 KiB 631ad1eeaf98bdd49a14d8a1f9e58cdda11c08a93b1906358ad7c67b726bf1bb
ruby-pygments.rb_2.3.0+ds.orig.tar.xz 13.3 KiB f3dea14e73c5f6fcf98d814a761db532e1eae446a1d8237dc0874e483c02ae17
ruby-pygments.rb_2.3.0+ds-2.debian.tar.xz 7.6 KiB 213aa4705139d7fee20430bbe7c7ebe976782484682479f6adb0948acc0281c0

No changes file available.

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.