Commit 77533146 authored by Ed Reel's avatar Ed Reel Committed by GitHub

Merge pull request #1788 from lovedheart/patch-47

[python3] remove binary
parents 4c98217d bc0cfa47
......@@ -3,22 +3,10 @@ require 'package'
class Python3 < Package
description 'Python is a programming language that lets you work quickly and integrate systems more effectively.'
homepage 'https://www.python.org/'
version '3.6.4'
version '3.6.4-0'
source_url 'https://www.python.org/ftp/python/3.6.4/Python-3.6.4.tar.xz'
source_sha256 '159b932bf56aeaa76fd66e7420522d8c8853d486b8567c459b84fe2ed13bcaba'
binary_url ({
aarch64: 'https://dl.bintray.com/chromebrew/chromebrew/python3-3.6.4-chromeos-armv7l.tar.xz',
armv7l: 'https://dl.bintray.com/chromebrew/chromebrew/python3-3.6.4-chromeos-armv7l.tar.xz',
i686: 'https://dl.bintray.com/chromebrew/chromebrew/python3-3.6.4-chromeos-i686.tar.xz',
x86_64: 'https://dl.bintray.com/chromebrew/chromebrew/python3-3.6.4-chromeos-x86_64.tar.xz',
})
binary_sha256 ({
aarch64: 'c4dcf1dcbc30e396194a84fd19254f13f3273c89845e1a26f4b86d5595ce2c9d',
armv7l: 'c4dcf1dcbc30e396194a84fd19254f13f3273c89845e1a26f4b86d5595ce2c9d',
i686: 'ba6a9207d9e8ee1af513b13fff7771044177c43dafa1f3849f07aa31be9e3e24',
x86_64: 'ed98bdff4bcb4e1a413498bdb9e79a20ddf0c8972a523039f5d528e28c858325',
})
depends_on 'bz2' => :build
depends_on 'xzutils' => :build
......
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