homebrew-cask-versions/Casks/matplotlib.rb
Amory Meltzer 144e1b18ef Update matplotlib license from unknown to oss
Uses only BSD-compatible code, exact license is based on the Python Software Foundation license, see http://matplotlib.org/users/license.html
2014-12-16 17:48:54 -08:00

12 lines
359 B
Ruby

cask :v1 => 'matplotlib' do
version '1.3.1-2'
sha256 'e90bef08b03c2526b85b669705fdc6b1ba95099e7524fdc52a79ab2081466b2d'
url "http://www.kyngchaos.com/files/software/python/matplotlib-#{version}.dmg"
homepage 'http://www.kyngchaos.com/software/python'
license :oss
pkg 'matplotlib.pkg'
uninstall :pkgutil => 'com.kyngchaos.matplotib-lion'
end