File: remove-decorator.patch

package info (click to toggle)
pytools 10-7
  • links: PTS
  • area: main
  • in suites: squeeze
  • size: 404 kB
  • ctags: 796
  • sloc: python: 4,175; makefile: 9
file content (33 lines) | stat: -rw-r--r-- 1,103 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
Removed package's decorator as python-decorator package contains
the same files.
Removed pytools.grid and pytools.log as they are not used by PyCUDA
and require unpackaged python modules.
Index: pytools-10/pytools.egg-info/SOURCES.txt
===================================================================
--- pytools-10.orig/pytools.egg-info/SOURCES.txt	2010-06-02 16:22:38.000000000 +0200
+++ pytools-10/pytools.egg-info/SOURCES.txt	2010-06-02 16:24:32.000000000 +0200
@@ -9,11 +9,8 @@
 pytools/arithmetic_container.py
 pytools/batchjob.py
 pytools/datatable.py
-pytools/decorator.py
 pytools/diskdict.py
-pytools/grid.py
 pytools/lex.py
-pytools/log.py
 pytools/mpi.py
 pytools/mpiwrap.py
 pytools/obj_array.py
Index: pytools-10/pytools/__init__.py
===================================================================
--- pytools-10.orig/pytools/__init__.py	2010-06-02 16:24:42.000000000 +0200
+++ pytools-10/pytools/__init__.py	2010-06-02 16:24:54.000000000 +0200
@@ -2,7 +2,7 @@
 import sys
 import operator
 import types
-from pytools.decorator import decorator
+from decorator import decorator