mirror of
https://github.com/chromebrew/chromebrew.git
synced 2026-01-08 23:18:10 -05:00
15 lines
345 B
Ruby
15 lines
345 B
Ruby
require 'buildsystems/pip'
|
|
|
|
class Py3_sphinxcontrib_applehelp < Pip
|
|
description 'sphinxcontrib-applehelp is a sphinx extension which outputs Apple help books.'
|
|
homepage 'https://www.sphinx-doc.org/'
|
|
version '2.0.0-py3.12'
|
|
license 'BSD'
|
|
compatibility 'all'
|
|
source_url 'SKIP'
|
|
|
|
depends_on 'python3' => :build
|
|
|
|
no_compile_needed
|
|
end
|