You've already forked macports-ports
mirror of
https://github.com/encounter/macports-ports.git
synced 2026-03-30 11:29:27 -07:00
bfba8aa687
- remove no longer needed patchfiles and rename the patchfiles containting "34" to "27" - update modeline
12 lines
448 B
Diff
12 lines
448 B
Diff
--- numpy/tests/test_scripts.py.orig
|
|
+++ numpy/tests/test_scripts.py
|
|
@@ -32,7 +32,7 @@
|
|
version = sys.version_info
|
|
major = str(version.major)
|
|
minor = str(version.minor)
|
|
- return ['f2py', 'f2py' + major, 'f2py' + major + '.' + minor]
|
|
+ return ['f2py', 'f2py' + major, 'f2py' + major + '.' + minor, 'f2py-' + major + '.' + minor]
|
|
|
|
|
|
@pytest.mark.skipif(is_inplace, reason="Cannot test f2py command inplace")
|