diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2009-05-09 09:18:33 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2009-05-09 09:18:33 +0000 |
commit | 74762d5bc04b5ba56c2a1d5d8c6f2d1a2d38c45e (patch) | |
tree | ad32488a0a5303b7ea8f3fb1a4e793e294755965 /graphics/py-graph-dot/files/patch-setup.py | |
parent | - Update to 0.11.1 (diff) |
- Update to 1.5.0
PR: 134269
Submitted by: Yi-Jheng Lin <yzlin@cs.nctu.edu.tw> (maintainer)
Diffstat (limited to 'graphics/py-graph-dot/files/patch-setup.py')
-rw-r--r-- | graphics/py-graph-dot/files/patch-setup.py | 19 |
1 files changed, 16 insertions, 3 deletions
diff --git a/graphics/py-graph-dot/files/patch-setup.py b/graphics/py-graph-dot/files/patch-setup.py index c6d20f03fc30..3e1fedeb3a42 100644 --- a/graphics/py-graph-dot/files/patch-setup.py +++ b/graphics/py-graph-dot/files/patch-setup.py @@ -1,6 +1,19 @@ ---- setup.py.orig 2009-02-23 22:14:56.000000000 +0800 -+++ setup.py 2009-02-23 22:14:38.000000000 +0800 -@@ -37,8 +37,8 @@ +--- setup.py.orig ++++ setup.py +@@ -4,11 +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 + + # Startup + appname = "python-graph" +@@ -37,8 +33,8 @@ name = appname, version = appversion, packages = ['graph', 'graph.algorithms', 'graph.algorithms.filters', 'graph.algorithms.heuristics', 'graph.classes'], |