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-torrentinfo-console.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-torrentinfo-console.py')
-rw-r--r-- | net-p2p/py-bittorrent-devel/files/extra-psyco-patch-torrentinfo-console.py | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/net-p2p/py-bittorrent-devel/files/extra-psyco-patch-torrentinfo-console.py b/net-p2p/py-bittorrent-devel/files/extra-psyco-patch-torrentinfo-console.py deleted file mode 100644 index a78b3c2fb46d..000000000000 --- a/net-p2p/py-bittorrent-devel/files/extra-psyco-patch-torrentinfo-console.py +++ /dev/null @@ -1,16 +0,0 @@ ---- torrentinfo-console.py.orig Tue Jun 6 20:44:39 2006 -+++ torrentinfo-console.py Thu Jun 15 14:47:13 2006 -@@ -12,6 +12,13 @@ - - # Written by Henry 'Pi' James, Loring Holden and Matt Chisholm - -+try: -+ import psyco -+ assert psyco.__version__ >= 0x010300f0 -+ psyco.full() -+except: -+ pass -+ - from BitTorrent.translation import _ - - from sys import * |