diff options
Diffstat (limited to 'sys-fs/pysize/files')
-rw-r--r-- | sys-fs/pysize/files/0.2-setuptools-automagic.patch | 12 | ||||
-rw-r--r-- | sys-fs/pysize/files/psyco-0.2-automagic.patch | 20 |
2 files changed, 0 insertions, 32 deletions
diff --git a/sys-fs/pysize/files/0.2-setuptools-automagic.patch b/sys-fs/pysize/files/0.2-setuptools-automagic.patch deleted file mode 100644 index 3e27c889f1a5..000000000000 --- a/sys-fs/pysize/files/0.2-setuptools-automagic.patch +++ /dev/null @@ -1,12 +0,0 @@ -diff --git a/setup.py b/setup.py -index 5550188..123d22c 100755 ---- a/setup.py -+++ b/setup.py -@@ -2,7 +2,6 @@ - - import sys - --sys.path.append('setuptools-0.7a1dev_r53614-py2.4.egg') - from setuptools import setup, find_packages - from pysize.version import VERSION - diff --git a/sys-fs/pysize/files/psyco-0.2-automagic.patch b/sys-fs/pysize/files/psyco-0.2-automagic.patch deleted file mode 100644 index 72129804b88c..000000000000 --- a/sys-fs/pysize/files/psyco-0.2-automagic.patch +++ /dev/null @@ -1,20 +0,0 @@ ---- a/pysize/main.py 2007-03-11 16:09:53.000000000 +0100 -+++ b/pysize/main.py.new 2009-01-02 00:08:43.384827054 +0100 -@@ -69,17 +69,8 @@ - stats.print_stats(40) - os.remove(prof_file) - --def _try_psyco(): -- try: -- # Try to use psyco if available -- import psyco -- psyco.full() -- except ImportError: -- pass -- - def main(): - install_sigquit_traceback() -- _try_psyco() - locale.setlocale(locale.LC_ALL, '') - usage = '%s [OPTIONS] [DIRECTORIES...]' % (sys.argv[0]) - parser = optparse.OptionParser(usage=usage, version='pysize ' + VERSION) |