consolidated f2py regex
This commit is contained in:
parent
8f3954c1bd
commit
e0fbf14f99
@ -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)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user