opnsense-ports/devel/py-columnize/files/extra-patch-____pkginfo____.py
Franco Fichtner 12754005e2 */*: sync with upstream
Taken from: FreeBSD
2015-11-11 07:11:56 +01:00

11 lines
412 B
Python

--- __pkginfo__.py.orig 2015-10-27 08:06:17 UTC
+++ __pkginfo__.py
@@ -28,7 +28,7 @@ web = 'https://github.com/rocky/pycolumn
zip_safe = False
def read(*rnames):
- return open(os.path.join(os.path.dirname(__file__), *rnames)).read()
+ return open(os.path.join(os.path.dirname(__file__), *rnames), encoding='utf8').read()
readme = 'README.txt'
if os.path.exists('README.rst'): readme = 'README.rst'