freebsd-ports/math/py-nzmath/files/patch-setup.py
Wen Heping 8e48712e3e NZMATH is a Python based number theory oriented calculation system.
The centre of development in origin is Tokyo Metropolitan University.
It is freely available and distributed under the BSD license.

WWW: http://tnt.math.se.tmu.ac.jp/nzmath/
2011-06-03 08:10:38 +00:00

17 lines
547 B
Python

--- setup.py.orig 2011-06-03 06:35:10.000000000 +0800
+++ setup.py 2011-06-03 06:35:41.000000000 +0800
@@ -21,9 +21,9 @@
packages=['nzmath', 'nzmath.config', 'nzmath.factor', 'nzmath.poly', 'nzmath.plugin', 'nzmath.plugin.math'],
- data_files=[
- (data_prefix, ['data/discriminant.csv']),
- (doc_prefix + 'manual',
- glob.glob('manual/*.pdf')),
- ]
+# data_files=[
+# (data_prefix, ['data/discriminant.csv']),
+# (doc_prefix + 'manual',
+# glob.glob('manual/*.pdf')),
+# ]
)