aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2022-03-25 13:32:37 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2022-03-25 13:38:16 +0000
commitf9eb1fc141c3b6cc6b8279acea7b555a0fa74d68 (patch)
tree7bba0623e2dcb28f9efacc48d505f88559fe115e
parent83f077afd9aea74ccd019df5d947d7e94b5b744f (diff)
downloadports-f9eb1fc141c3b6cc6b8279acea7b555a0fa74d68.tar.gz
ports-f9eb1fc141c3b6cc6b8279acea7b555a0fa74d68.zip
mail/py-pyzmail: Fix CRLF in 25175022609f9e813aa168dd4dd848d6a9f61ac2
-rw-r--r--mail/py-pyzmail/files/patch-2to330
1 files changed, 15 insertions, 15 deletions
diff --git a/mail/py-pyzmail/files/patch-2to3 b/mail/py-pyzmail/files/patch-2to3
index b9b7db7fde83..bc9901de3990 100644
--- a/mail/py-pyzmail/files/patch-2to3
+++ b/mail/py-pyzmail/files/patch-2to3
@@ -469,18 +469,18 @@
--- setup.py.orig 2014-02-23 21:47:08 UTC
+++ setup.py
-@@ -105,14 +105,6 @@ if 'py2exe' in sys.argv and os.name=='nt':
-
- data_files.append( (doc_dir, [ 'README.txt', 'Changelog.txt', 'LICENSE.txt']) )
-
--# support for python 3.x with "distribute"
--if sys.version_info >= (3,):
-- # avoid setuptools to report unknown options under python 2.X
-- extra_options['use_2to3'] = True
-- # extra_options['convert_2to3_doctests'] = ['src/your/module']
-- # extra_options['use_2to3_fixers'] = ['your.fixers' ]
-- extra_options['install_requires']=['distribute'], # be sure we are using distribute
--
- setup(name='pyzmail',
- version=version,
- author='Alain Spineux',
+@@ -105,14 +105,6 @@ if 'py2exe' in sys.argv and os.name=='nt':
+
+ data_files.append( (doc_dir, [ 'README.txt', 'Changelog.txt', 'LICENSE.txt']) )
+
+-# support for python 3.x with "distribute"
+-if sys.version_info >= (3,):
+- # avoid setuptools to report unknown options under python 2.X
+- extra_options['use_2to3'] = True
+- # extra_options['convert_2to3_doctests'] = ['src/your/module']
+- # extra_options['use_2to3_fixers'] = ['your.fixers' ]
+- extra_options['install_requires']=['distribute'], # be sure we are using distribute
+-
+ setup(name='pyzmail',
+ version=version,
+ author='Alain Spineux',