diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2007-07-10 21:37:24 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2007-07-10 21:37:24 +0000 |
commit | 2c686b352e2d0ca0813b6f81a7c724fda04474c8 (patch) | |
tree | 4503afe5826025e85c5077ce168e097d674eae9d /net-p2p/py-bittorrent-devel/files/extra-psyco-patch-launchmany-curses.py | |
parent | Update to 2.10.6. (diff) |
- Non-devel port have much newer version, and since there is no visible
development branch, remove
PR: ports/114223
Submitted by: Wesley Shields <wxs@atarininja.org>
Notes
Notes:
svn path=/head/; revision=195388
Diffstat (limited to 'net-p2p/py-bittorrent-devel/files/extra-psyco-patch-launchmany-curses.py')
-rw-r--r-- | net-p2p/py-bittorrent-devel/files/extra-psyco-patch-launchmany-curses.py | 16 |
1 files changed, 0 insertions, 16 deletions
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 |