Files
chromebrew/packages/sphinx.rb
2024-07-17 18:40:02 -04:00

30 lines
845 B
Ruby

require 'buildsystems/pip'
class Sphinx < Pip
description 'Sphinx is a tool that makes it easy to create intelligent and beautiful documentation.'
homepage 'https://www.sphinx-doc.org/'
version '7.4.5-py3.12'
license 'BSD'
compatibility 'all'
source_url 'SKIP'
depends_on 'py3_jinja2'
depends_on 'py3_sphinxcontrib_devhelp'
depends_on 'py3_sphinxcontrib_applehelp'
depends_on 'py3_sphinxcontrib_jsmath'
depends_on 'py3_sphinxcontrib_serializinghtml'
depends_on 'py3_sphinxcontrib_qthelp'
depends_on 'py3_sphinxcontrib_htmlhelp'
depends_on 'py3_docutils'
depends_on 'py3_imagesize'
depends_on 'py3_requests'
depends_on 'py3_babel'
depends_on 'py3_alabaster'
depends_on 'py3_pygments'
depends_on 'py3_packaging'
depends_on 'py3_snowballstemmer'
depends_on 'python3' => :build
no_compile_needed
end