Files
chromebrew/packages/py3_docutils.rb
Satadru Pramanik, DO, MPH, MEng 742ce9085b mpv update prereqs (#9274)
* update py3_docutils, py3_cython, add vapoursynth

Signed-off-by: Satadru Pramanik <satadru@gmail.com>

* Add vapoursynth to packages.yaml

Signed-off-by: Satadru Pramanik <satadru@gmail.com>

---------

Signed-off-by: Satadru Pramanik <satadru@gmail.com>
2024-02-07 08:45:44 -06:00

16 lines
468 B
Ruby

require 'buildsystems/pip'
class Py3_docutils < Pip
description 'Docutils is an open-source text processing system for processing plaintext documentation into useful formats, such as HTML, LaTeX, man-pages, open-document or XML.'
homepage 'http://docutils.sourceforge.net/'
@_ver = '20.1'
version "#{@_ver}-py3.12"
license 'BSD-2, GPL-3 and public-domain'
compatibility 'all'
source_url 'SKIP'
depends_on 'python3' => :build
no_compile_needed
end