pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/security/py-paramiko/patches Remove patch-aa



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b3b54038115d
branches:  trunk
changeset: 576063:b3b54038115d
user:      gls <gls%pkgsrc.org@localhost>
date:      Mon May 31 20:34:58 2010 +0000

description:
Remove patch-aa

diffstat:

 security/py-paramiko/patches/patch-aa |  21 ---------------------
 1 files changed, 0 insertions(+), 21 deletions(-)

diffs (25 lines):

diff -r 2a1910d878be -r b3b54038115d security/py-paramiko/patches/patch-aa
--- a/security/py-paramiko/patches/patch-aa     Mon May 31 20:30:31 2010 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,21 +0,0 @@
-$NetBSD: patch-aa,v 1.1 2008/05/15 18:27:43 drochner Exp $
-
---- setup.py.orig      2008-05-15 18:03:12.000000000 +0200
-+++ setup.py
-@@ -33,14 +33,8 @@ Required packages:
- #ez_setup.use_setuptools()
- 
- import sys
--try:
--    from setuptools import setup
--    kw = {
--        'install_requires': 'pycrypto >= 1.9',
--    }
--except ImportError:
--    from distutils.core import setup
--    kw = {}
-+from distutils.core import setup
-+kw = {}
-     
- if sys.platform == 'darwin':
-       import setup_helper



Home | Main Index | Thread Index | Old Index