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-bittorrent-tracker.py | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 net-p2p/py-bittorrent-devel/files/extra-psyco-patch-bittorrent-tracker.py (limited to 'net-p2p/py-bittorrent-devel/files/extra-psyco-patch-bittorrent-tracker.py') diff --git a/net-p2p/py-bittorrent-devel/files/extra-psyco-patch-bittorrent-tracker.py b/net-p2p/py-bittorrent-devel/files/extra-psyco-patch-bittorrent-tracker.py deleted file mode 100644 index d2e5b60d36d2..000000000000 --- a/net-p2p/py-bittorrent-devel/files/extra-psyco-patch-bittorrent-tracker.py +++ /dev/null @@ -1,16 +0,0 @@ ---- bittorrent-tracker.py Wed Oct 12 01:08:15 2005 -+++ bittorrent-tracker.py Wed Oct 12 07:57:55 2005 -@@ -12,6 +12,13 @@ - - # Written by Bram Cohen - -+try: -+ import psyco -+ assert psyco.__version__ >= 0x010300f0 -+ psyco.full() -+except: -+ pass -+ - if __name__ == '__main__': - from BitTorrent.platform import install_translation - install_translation() -- cgit v1.2.3