Commit 987531eb authored by vincowl's avatar vincowl Committed by Ed Reel

Upgrade setuptools to 41.6.0 (#3616)

parent eb0ee0f7
......@@ -3,21 +3,13 @@ require 'package'
class Setuptools < Package
description 'Easily download, build, install, upgrade, and uninstall Python packages'
homepage 'https://pypi.org/project/setuptools/'
version '40.4.2'
source_url 'https://github.com/pypa/setuptools/archive/v40.4.2.tar.gz'
source_sha256 'a3e1de84f6adf9fe387343752009fb48353d469f2c9b5f7025786d810557d9c8'
version '41.6.0'
source_url 'https://github.com/pypa/setuptools/archive/v41.6.0.tar.gz'
source_sha256 '1b91aa309ffa43656774984557d62fae1fded0491a16ba8084b21c92cd5ad093'
binary_url ({
aarch64: 'https://dl.bintray.com/chromebrew/chromebrew/setuptools-40.4.2-chromeos-armv7l.tar.xz',
armv7l: 'https://dl.bintray.com/chromebrew/chromebrew/setuptools-40.4.2-chromeos-armv7l.tar.xz',
i686: 'https://dl.bintray.com/chromebrew/chromebrew/setuptools-40.4.2-chromeos-i686.tar.xz',
x86_64: 'https://dl.bintray.com/chromebrew/chromebrew/setuptools-40.4.2-chromeos-x86_64.tar.xz',
})
binary_sha256 ({
aarch64: '2714cea18c390ee6f6ea37b9df5bfef7d6bf2b0edc9c6c7a08979356beb5a54d',
armv7l: '2714cea18c390ee6f6ea37b9df5bfef7d6bf2b0edc9c6c7a08979356beb5a54d',
i686: '366cec28989b1eedac33b484c739ef4b156a2e57aa2fd79207f6f7176598be17',
x86_64: 'aaacaa06bc21e765772d65995f2c1a3d14609ce7a8da49539448c47e284c8d0d',
})
depends_on 'python27'
......
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