From 2c686b352e2d0ca0813b6f81a7c724fda04474c8 Mon Sep 17 00:00:00 2001 From: Pav Lucistnik Date: Tue, 10 Jul 2007 21:37:24 +0000 Subject: - Non-devel port have much newer version, and since there is no visible development branch, remove PR: ports/114223 Submitted by: Wesley Shields --- .../files/extra-psyco-patch-launchmany-curses.py | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 net-p2p/py-bittorrent-devel/files/extra-psyco-patch-launchmany-curses.py (limited to 'net-p2p/py-bittorrent-devel/files/extra-psyco-patch-launchmany-curses.py') diff --git a/net-p2p/py-bittorrent-devel/files/extra-psyco-patch-launchmany-curses.py b/net-p2p/py-bittorrent-devel/files/extra-psyco-patch-launchmany-curses.py deleted file mode 100644 index 5d5e66a64ae5..000000000000 --- a/net-p2p/py-bittorrent-devel/files/extra-psyco-patch-launchmany-curses.py +++ /dev/null @@ -1,16 +0,0 @@ ---- launchmany-curses.py.orig Tue Jun 6 20:43:42 2006 -+++ launchmany-curses.py Thu Jun 15 14:46:16 2006 -@@ -14,6 +14,13 @@ - - from __future__ import division - -+try: -+ import psyco -+ assert psyco.__version__ >= 0x010300f0 -+ psyco.full() -+except: -+ pass -+ - from BitTorrent.translation import _ - - DOWNLOAD_SCROLL_RATE = 1 -- cgit v1.2.3