homebrew-cask/Casks/matplotlib.rb

14 lines
379 B
Ruby
Raw Normal View History

2014-11-14 01:26:21 +08:00
cask :v1 => 'matplotlib' do
version '1.3.1-2'
sha256 'e90bef08b03c2526b85b669705fdc6b1ba95099e7524fdc52a79ab2081466b2d'
2014-10-07 22:48:16 +08:00
2014-09-26 20:09:02 +08:00
url "http://www.kyngchaos.com/files/software/python/matplotlib-#{version}.dmg"
2015-04-13 01:12:21 +08:00
name 'matplotlib'
homepage 'http://www.kyngchaos.com/software/python'
license :oss
2014-09-10 23:37:03 +08:00
pkg 'matplotlib.pkg'
2014-11-22 22:12:42 +08:00
uninstall :pkgutil => 'com.kyngchaos.matplotib-lion'
end