Revert "Add python superenv wrapper"

This reverts commit 90e22e389c539b25fe7864645bfe5e2a9ce7452f.
This commit is contained in:
Misty De Meo 2014-01-27 20:45:37 -08:00
parent 1f7e317d26
commit b7781c4571
7 changed files with 0 additions and 10 deletions

View File

@ -1,4 +0,0 @@
#!/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/bin/ruby -W0
ENV['PATH'] = ENV['USER_PATH']
exec File.basename($0), *ARGV

View File

@ -1 +0,0 @@
python

View File

@ -1 +0,0 @@
python

View File

@ -1 +0,0 @@
python

View File

@ -1 +0,0 @@
python

View File

@ -1 +0,0 @@
python

View File

@ -67,7 +67,6 @@ module Superenv
validate_cc!(formula) unless formula.nil?
self['DEVELOPER_DIR'] = determine_developer_dir
self['MAKEFLAGS'] ||= "-j#{determine_make_jobs}"
self['USER_PATH'] = self['PATH']
self['PATH'] = determine_path
self['PKG_CONFIG_PATH'] = determine_pkg_config_path
self['PKG_CONFIG_LIBDIR'] = determine_pkg_config_libdir