ports/math/py-sympy/patches/patch-setup_py

15 lines
472 B
Text
Raw Normal View History

2023-08-16 22:26:55 +00:00
Manual patch
Index: setup.py
--- setup.py.orig
+++ setup.py
2023-09-08 05:21:37 +00:00
@@ -328,7 +328,7 @@ if __name__ == '__main__':
2023-08-16 22:26:55 +00:00
'sympy.plotting.tests': ['test_region_*.png'],
2023-09-08 05:21:37 +00:00
'sympy': ['py.typed']
2023-08-16 22:26:55 +00:00
},
- data_files=[('share/man/man1', ['doc/man/isympy.1'])],
+ data_files=[('man/man1', ['doc/man/isympy.1'])],
cmdclass={'test': test_sympy,
2023-09-08 05:21:37 +00:00
'antlr': antlr,
'sdist': sdist_sympy,