New Matplotlib 1.3.1-2 cask

Matplotlib framework
Required to complete #5074
This commit is contained in:
Lee Hanxue 2014-06-27 18:03:55 +08:00
parent f651658c94
commit 10f4c57e2e
1 changed files with 9 additions and 0 deletions

9
Casks/matplotlib.rb Normal file
View File

@ -0,0 +1,9 @@
class Matplotlib < Cask
version '1.3.1-2'
sha256 'e90bef08b03c2526b85b669705fdc6b1ba95099e7524fdc52a79ab2081466b2d'
url 'http://www.kyngchaos.com/files/software/python/matplotlib-1.3.1-2.dmg'
homepage 'http://www.kyngchaos.com/software/python'
install 'matplotlib.pkg'
uninstall :pkgutil => 'com.kyngchaos.matplotib-lion'
end