diff options
author | rm <rm@FreeBSD.org> | 2012-09-16 19:57:36 +0800 |
---|---|---|
committer | rm <rm@FreeBSD.org> | 2012-09-16 19:57:36 +0800 |
commit | 52ff453cf6f746a229c1c93b57691eb83794355e (patch) | |
tree | 123346ffbdb7d923f28ef43390c6af4d9fe18915 /textproc/py-trans | |
parent | fb409db8fbf14403c4bd72e3ad280c987cbd7af7 (diff) | |
download | freebsd-ports-gnome-52ff453cf6f746a229c1c93b57691eb83794355e.tar.gz freebsd-ports-gnome-52ff453cf6f746a229c1c93b57691eb83794355e.tar.zst freebsd-ports-gnome-52ff453cf6f746a229c1c93b57691eb83794355e.zip |
- fix build
Reported by: portmgr (linimon)
Pointyhat to: rm (myself)
Diffstat (limited to 'textproc/py-trans')
-rw-r--r-- | textproc/py-trans/files/patch-setup.py | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/textproc/py-trans/files/patch-setup.py b/textproc/py-trans/files/patch-setup.py new file mode 100644 index 000000000000..123d0f30c9b9 --- /dev/null +++ b/textproc/py-trans/files/patch-setup.py @@ -0,0 +1,20 @@ +--- ./setup.py.orig 2012-09-12 11:20:03.000000000 +0400 ++++ ./setup.py 2012-09-16 15:47:34.000000000 +0400 +@@ -8,7 +8,7 @@ + description = 'National characters transcription module.' + + import trans +-long_description = open('README.rst', 'rb').read() ++#long_description = open('README.rst', 'rb').read() + version = trans.__version__ + + +@@ -16,7 +16,7 @@ + name='trans', + version=version, + description=description, +- long_description=long_description, ++ long_description=description, + author='Zelenyak Aleksandr aka ZZZ', + author_email='ZZZ.Sochi@GMail.com', + url='https://github.com/zzzsochi/trans', |