Files
chromebrew/packages/python27.rb
2023-11-27 20:01:51 -05:00

15 lines
281 B
Ruby

require 'package'
require_relative 'python2'
class Python27 < Package
description 'A compatibility package for python2.'
homepage Python2.homepage
version Python2.version
license Python2.license
compatibility Python2.compatibility
is_fake
depends_on 'python2'
end