Index: textproc/py-tabletext/files/patch-setup.py =================================================================== --- textproc/py-tabletext/files/patch-setup.py (nonexistent) +++ textproc/py-tabletext/files/patch-setup.py (working copy) @@ -0,0 +1,13 @@ +--- setup.py.orig 2017-01-18 01:35:20 UTC ++++ setup.py +@@ -6,8 +6,8 @@ setup(name='tabletext', + version='0.1', + description='Python library and command line utility to pretty-print\ + tabular data', +- long_description=open("README.rst").read() + "\n" +- + open("CHANGELOG.rst").read(), ++ long_description=open("README.rst", encoding='utf8').read() + "\n" ++ + open("CHANGELOG.rst", encoding='utf8').read(), + url='https://github.com/Thibauth/tabletext', + author='Thibaut Horel', + author_email='thibaut.horel+tabletext@gmail.com', Property changes on: textproc/py-tabletext/files/patch-setup.py ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property