freebsd-ports/devel/bpython/files/patch-setup.py
Yi-Jheng Lin 8f77fcdf2c 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
2010-03-09 13:40:33 +00:00

19 lines
581 B
Python

$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']},