From 8f77fcdf2c635356855a1155904f205674abb8a9 Mon Sep 17 00:00:00 2001 From: Yi-Jheng Lin Date: Tue, 9 Mar 2010 13:40:33 +0000 Subject: Add bpython-0.9.6.2, bpython is a fancy interface to the Python interpreter for Unix-like operating systems. Approved by: lwhsu/rafan (mentors, implicit) Feature safe: yes --- devel/bpython/files/patch-setup.py | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 devel/bpython/files/patch-setup.py (limited to 'devel/bpython/files') diff --git a/devel/bpython/files/patch-setup.py b/devel/bpython/files/patch-setup.py new file mode 100644 index 000000000000..59840f704558 --- /dev/null +++ b/devel/bpython/files/patch-setup.py @@ -0,0 +1,19 @@ + +$FreeBSD$ + +--- setup.py.orig ++++ setup.py +@@ -37,13 +37,8 @@ + url = "http://www.bpython-interpreter.org/", + long_description = """bpython is a fancy interface to the Python + interpreter for Unix-like operating systems.""", +- install_requires = [ +- 'pygments' +- ], + packages = ["bpython"], + data_files = [ +- (os.path.join(man_dir, 'man1'), ['doc/bpython.1']), +- (os.path.join(man_dir, 'man5'), ['doc/bpython-config.5']), + ('share/applications', ['data/bpython.desktop']) + ], + package_data = {'bpython': ['logo.png']}, -- cgit v1.2.3