Files
chromebrew/packages/py3_docutils.rb
Satadru Pramanik, DO, MPH, MEng 015f5767c3 add gpp, lzfse, update qemu => 9.0.0 (#9714)
* add gpp, update qemu

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

* add homepage, add lzfse

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

* rebuild gpp, qemu

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

* suggested changes

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

* fixup

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

---------

Signed-off-by: Satadru Pramanik <satadru@gmail.com>
2024-04-25 11:17:13 -05: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 = '21.2'
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