summaryrefslogtreecommitdiff
path: root/graphics/py-pydot/files/patch-setup.py
diff options
context:
space:
mode:
authorStefan Walter <stefan@FreeBSD.org>2008-07-06 13:14:42 +0000
committerStefan Walter <stefan@FreeBSD.org>2008-07-06 13:14:42 +0000
commitef173ab027060883efc5a44fd1b951594a7d8d38 (patch)
treeb16ec3e7650fd3b67da1d4641d2f53ff6091d011 /graphics/py-pydot/files/patch-setup.py
parentUpdate to the 20080702 snapshot of GCC 4.2.5 (which includes everything (diff)
- Update to 1.0.2. [1]
- Update master site and project home page. PR: 124937 [1] Submitted by: Wen heping <wenheping@gmail.com>
Notes
Notes: svn path=/head/; revision=216394
Diffstat (limited to 'graphics/py-pydot/files/patch-setup.py')
-rw-r--r--graphics/py-pydot/files/patch-setup.py10
1 files changed, 10 insertions, 0 deletions
diff --git a/graphics/py-pydot/files/patch-setup.py b/graphics/py-pydot/files/patch-setup.py
new file mode 100644
index 000000000000..a3954c60801f
--- /dev/null
+++ b/graphics/py-pydot/files/patch-setup.py
@@ -0,0 +1,10 @@
+--- setup.py.orig 2008-07-06 15:01:26.000000000 +0200
++++ setup.py 2008-07-06 15:01:51.000000000 +0200
+@@ -27,5 +27,5 @@
+ 'Topic :: Software Development :: Libraries :: Python Modules'],
+ long_description = "\n".join(pydot.__doc__.split('\n')),
+ py_modules = ['pydot', 'dot_parser'],
+- install_requires = ['pyparsing', 'setuptools'],
+- data_files = [('.', ['ChangeLog', 'LICENSE', 'README'])] )
++ install_requires = ['pyparsing', 'setuptools'] )
++ #data_files = [('.', ['ChangeLog', 'LICENSE', 'README'])]