summaryrefslogtreecommitdiff
path: root/packages/python/python-pycodes
diff options
context:
space:
mode:
authorMichael Lauer <mickey@vanille-media.de>2007-08-15 23:03:05 +0000
committerMichael Lauer <mickey@vanille-media.de>2007-08-15 23:03:05 +0000
commit7b416778337822cb65f4510e8122ff3b0bf2fd16 (patch)
tree0f4292f8ac52a8619cf76bf14ec62fec6f07f9e5 /packages/python/python-pycodes
parent17b4e6b62b19a69dda47eee528391b5ac84af67d (diff)
parent1c712ee28e5fb57b8bcd154ad3453f15972f79c5 (diff)
merge of '669bdfc0ca89598b9e5d56d8c2a7df2ad055c0b2'
and '91d8f0c9c1e51e85470236a1a95ad046ba02f569'
Diffstat (limited to 'packages/python/python-pycodes')
-rw-r--r--packages/python/python-pycodes/.mtn2git_empty0
-rw-r--r--packages/python/python-pycodes/no-docs.patch18
2 files changed, 18 insertions, 0 deletions
diff --git a/packages/python/python-pycodes/.mtn2git_empty b/packages/python/python-pycodes/.mtn2git_empty
new file mode 100644
index 0000000000..e69de29bb2
--- /dev/null
+++ b/packages/python/python-pycodes/.mtn2git_empty
diff --git a/packages/python/python-pycodes/no-docs.patch b/packages/python/python-pycodes/no-docs.patch
new file mode 100644
index 0000000000..5d41e8c03f
--- /dev/null
+++ b/packages/python/python-pycodes/no-docs.patch
@@ -0,0 +1,18 @@
+
+#
+# Patch managed by http://www.mn-logistik.de/unsupported/pxa250/patcher
+#
+
+--- pycodes/setup.py~no-docs 2004-01-25 01:01:33.000000000 +0100
++++ pycodes/setup.py 2004-04-04 03:24:53.000000000 +0200
+@@ -43,9 +43,7 @@
+ 'pycodes.tests.quantization',
+ 'pycodes.tests.quantization.BSC',
+ 'pycodes.tests.quantization.BEC'],
+- data_files=([('doc',
+- map(lambda x: os.path.join('doc',x),
+- ['pycodes.html','pycodes.info']))]),
++ data_files=(),
+ ext_modules = [
+ Extension('pycodes.pyLDPC',
+ map(lambda x: os.path.join(pyLDPCdir,x),pyLDPCsrc) +