diff options
author | cvs2svn <cvs2svn@FreeBSD.org> | 2010-03-11 09:42:07 +0000 |
---|---|---|
committer | cvs2svn <cvs2svn@FreeBSD.org> | 2010-03-11 09:42:07 +0000 |
commit | 08acf5c407242344b0047b8040900f52df620dde (patch) | |
tree | 49936ec28d8b2a4256959f13245d757df97e04bd /graphics/py-graph-dot/files/patch-setup.py | |
parent | bdce4d94e267612e2955a9270d4659712a679dea (diff) |
Diffstat (limited to 'graphics/py-graph-dot/files/patch-setup.py')
-rw-r--r-- | graphics/py-graph-dot/files/patch-setup.py | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/graphics/py-graph-dot/files/patch-setup.py b/graphics/py-graph-dot/files/patch-setup.py deleted file mode 100644 index 89d543f758fd..000000000000 --- a/graphics/py-graph-dot/files/patch-setup.py +++ /dev/null @@ -1,26 +0,0 @@ ---- setup.py.orig -+++ setup.py -@@ -4,12 +4,7 @@ - import os - import logging - --try: -- from setuptools import setup, find_packages --except ImportError, ie: -- import ez_setup -- ez_setup.use_setuptools() -- from setuptools import setup, find_packages -+from setuptools import setup, find_packages - - # Startup - appname = "python-graph" -@@ -40,9 +35,6 @@ - name = appname, - version = appversion, - packages = ['pygraph', 'pygraph.algorithms', 'pygraph.algorithms.filters', 'pygraph.algorithms.heuristics', 'pygraph.classes', 'pygraph.readwrite'], -- data_files = [(docsdir,docsfiles), -- (datadir,datafiles)], -- install_requires = ['pydot'], - author = "Pedro Matiello", - author_email = "pmatiello@gmail.com", - description = "A library for working with graphs in Python", |