Commit e395bdeb authored by Casey Strouse's avatar Casey Strouse Committed by GitHub

Merge pull request #4447 from uberhacker/update-sphinx-package

Update sphinx from 2.4.4 to 3.2.1
parents 64e8e913 463648c9
......@@ -3,22 +3,22 @@ require 'package'
class Sphinx < Package
description 'Sphinx is a tool that makes it easy to create intelligent and beautiful documentation'
homepage 'http://www.sphinx-doc.org/en/master/'
version '2.4.4'
version '3.2.1'
compatibility 'all'
source_url 'https://github.com/sphinx-doc/sphinx/archive/v2.4.4.tar.gz'
source_sha256 '1b011dd7e965a87e93766dc64aaee2f08f800cb32a412b5bd2582b7e5660000c'
source_url 'https://github.com/sphinx-doc/sphinx/archive/v3.2.1.tar.gz'
source_sha256 '8816c90665b192b36c4482fb59819c276bae37ed275948fb2ab2ba873aa29d8a'
binary_url ({
aarch64: 'https://dl.bintray.com/chromebrew/chromebrew/sphinx-2.4.4-chromeos-armv7l.tar.xz',
armv7l: 'https://dl.bintray.com/chromebrew/chromebrew/sphinx-2.4.4-chromeos-armv7l.tar.xz',
i686: 'https://dl.bintray.com/chromebrew/chromebrew/sphinx-2.4.4-chromeos-i686.tar.xz',
x86_64: 'https://dl.bintray.com/chromebrew/chromebrew/sphinx-2.4.4-chromeos-x86_64.tar.xz',
aarch64: 'https://dl.bintray.com/chromebrew/chromebrew/sphinx-3.2.1-chromeos-armv7l.tar.xz',
armv7l: 'https://dl.bintray.com/chromebrew/chromebrew/sphinx-3.2.1-chromeos-armv7l.tar.xz',
i686: 'https://dl.bintray.com/chromebrew/chromebrew/sphinx-3.2.1-chromeos-i686.tar.xz',
x86_64: 'https://dl.bintray.com/chromebrew/chromebrew/sphinx-3.2.1-chromeos-x86_64.tar.xz',
})
binary_sha256 ({
aarch64: '26e8b7a5c27b2abe254db5f627fd3f303fdcd1513588c56dff945f9b8da228dc',
armv7l: '26e8b7a5c27b2abe254db5f627fd3f303fdcd1513588c56dff945f9b8da228dc',
i686: '62e2224234224e05655cfdd622fd5f08181143f765e11dde3cf437321bc05023',
x86_64: '316a1e63f356c4396083b005367e89f8f2e33275820518d3c5fe5ea03471cdec',
aarch64: 'b41731dc932880a677e23ae5d6d1fcb3a2b7bc0baecb6fe39c28d849789f98e9',
armv7l: 'b41731dc932880a677e23ae5d6d1fcb3a2b7bc0baecb6fe39c28d849789f98e9',
i686: 'de048c2762faff28134c1103097cdb9df02ecd2b078c256917f5b4169f5e5e15',
x86_64: '54effef8d4e749a5d88150867bc4f171d30bbe1c97d600364bd19a260129ef70',
})
depends_on 'setuptools'
......@@ -26,7 +26,7 @@ class Sphinx < Package
def self.install
system 'git clone https://github.com/sphinx-doc/sphinx.git build'
Dir.chdir 'build' do
system 'git checkout v2.4.4'
system "git checkout v#{version}"
system "pip install . --root #{CREW_DEST_DIR} --prefix #{CREW_PREFIX}"
end
end
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment