git: f9eb1fc141c3 - main - mail/py-pyzmail: Fix CRLF in 25175022609f9e813aa168dd4dd848d6a9f61ac2
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 25 Mar 2022 13:50:32 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=f9eb1fc141c3b6cc6b8279acea7b555a0fa74d68 commit f9eb1fc141c3b6cc6b8279acea7b555a0fa74d68 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2022-03-25 13:32:37 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2022-03-25 13:38:16 +0000 mail/py-pyzmail: Fix CRLF in 25175022609f9e813aa168dd4dd848d6a9f61ac2 --- mail/py-pyzmail/files/patch-2to3 | 30 +++++++++++++++--------------- 1 file 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',