mirror of
https://github.com/chromebrew/chromebrew.git
synced 2026-01-09 15:37:56 -05:00
* a2png 0.1.5-1 => 0.1.5-2 * libpaper 1.1.28 => 2.2.5 * Add py3_argparse_manpage package * Add py3_pypdf package * Add py3_pspdfutils package * a2ps 4.15 => 4.15.6
16 lines
325 B
Ruby
16 lines
325 B
Ruby
require 'buildsystems/pip'
|
|
|
|
class Py3_pspdfutils < Pip
|
|
description 'Utilities for manipulating PostScript documents.'
|
|
homepage 'https://github.com/rrthomas/psutils'
|
|
@_ver = '3.3.2'
|
|
version "#{@_ver}-py3.12"
|
|
license 'GPL-3'
|
|
compatibility 'all'
|
|
source_url 'SKIP'
|
|
|
|
depends_on 'libpaper'
|
|
|
|
no_compile_needed
|
|
end
|