consolidated f2py regex

This commit is contained in:
Gregory L. Lee 2016-06-21 09:23:58 -07:00
parent 8f3954c1bd
commit e0fbf14f99

View File

@ -206,8 +206,7 @@ def python_ignore(self, ext_pkg, args):
if ext_pkg.name != 'py-pygments':
patterns.append(r'bin/pygmentize$')
if ext_pkg.name != 'py-numpy':
patterns.append(r'bin/f2py$')
patterns.append(r'bin/f2py3$')
patterns.append(r'bin/f2py3?$')
return match_predicate(ignore_arg, patterns)