diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2020-05-29 21:43:03 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2020-05-30 00:11:34 +0200 |
commit | 5f8e0933bbba1e258a23dbc7a5116325f929fab5 (patch) | |
tree | 47b9f4f9a465097fbc48b5e30748e62d89bb3269 /sys-fs/pysize/files/psyco-0.2-automagic.patch | |
parent | media-libs/harfbuzz: remove unused patch(es) (diff) | |
download | gentoo-5f8e0933bbba1e258a23dbc7a5116325f929fab5.tar.gz gentoo-5f8e0933bbba1e258a23dbc7a5116325f929fab5.tar.bz2 gentoo-5f8e0933bbba1e258a23dbc7a5116325f929fab5.zip |
sys-fs/pysize: Remove last-rited package
Closes: https://bugs.gentoo.org/708068
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'sys-fs/pysize/files/psyco-0.2-automagic.patch')
-rw-r--r-- | sys-fs/pysize/files/psyco-0.2-automagic.patch | 20 |
1 files changed, 0 insertions, 20 deletions
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) |