keg: remove unused python methods.
This commit is contained in:
parent
060fb92527
commit
4c0a1c7a02
@ -361,17 +361,6 @@ class Keg
|
|||||||
!Dir["#{path}/*.plist"].empty?
|
!Dir["#{path}/*.plist"].empty?
|
||||||
end
|
end
|
||||||
|
|
||||||
def python_site_packages_installed?
|
|
||||||
# odeprecated "Keg#python_site_packages_installed?"
|
|
||||||
(path/"lib/python2.7/site-packages").directory?
|
|
||||||
end
|
|
||||||
|
|
||||||
sig { returns(T::Boolean) }
|
|
||||||
def python_pth_files_installed?
|
|
||||||
# odeprecated "Keg#python_pth_files_installed?"
|
|
||||||
!Dir["#{path}/lib/python2.7/site-packages/*.pth"].empty?
|
|
||||||
end
|
|
||||||
|
|
||||||
sig { returns(T::Array[Pathname]) }
|
sig { returns(T::Array[Pathname]) }
|
||||||
def apps
|
def apps
|
||||||
app_prefix = optlinked? ? opt_record : path
|
app_prefix = optlinked? ? opt_record : path
|
||||||
|
Loading…
x
Reference in New Issue
Block a user