mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
Fix build with Python 2.7
This commit is contained in:
parent
97f62a97a7
commit
c33466b50e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=543748
1 changed files with 11 additions and 0 deletions
11
devel/py-curtsies/files/patch-setup.py
Normal file
11
devel/py-curtsies/files/patch-setup.py
Normal file
|
@ -0,0 +1,11 @@
|
||||||
|
--- setup.py.orig 2020-07-15 20:17:08 UTC
|
||||||
|
+++ setup.py
|
||||||
|
@@ -16,7 +16,7 @@ setup(
|
||||||
|
name="curtsies",
|
||||||
|
version=version(),
|
||||||
|
description="Curses-like terminal wrapper, with colored strings!",
|
||||||
|
- long_description=open("readme.md", encoding="utf-8").read(),
|
||||||
|
+ long_description=io.open("readme.md", encoding="utf-8").read(),
|
||||||
|
long_description_content_type="text/markdown",
|
||||||
|
url="https://github.com/bpython/curtsies",
|
||||||
|
author="Thomas Ballinger",
|
Loading…
Add table
Reference in a new issue