From b6bb8c3d3a17625aa826094130b3d84530b6dae4 Mon Sep 17 00:00:00 2001 From: cvs2svn Date: Tue, 28 Apr 2009 21:27:54 +0000 Subject: This commit was manufactured by cvs2svn to create tag 'RELEASE_7_2_0'. --- graphics/py-graph-dot/files/patch-setup.py | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 graphics/py-graph-dot/files/patch-setup.py (limited to 'graphics/py-graph-dot/files/patch-setup.py') 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 c6d20f03fc30..000000000000 --- a/graphics/py-graph-dot/files/patch-setup.py +++ /dev/null @@ -1,13 +0,0 @@ ---- 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 @@ - name = appname, - version = appversion, - packages = ['graph', 'graph.algorithms', 'graph.algorithms.filters', 'graph.algorithms.heuristics', 'graph.classes'], -- data_files = [(docsdir,docsfiles), -- (datadir,datafiles)], -+# data_files = [(docsdir,docsfiles), -+# (datadir,datafiles)], - author = "Pedro Matiello", - author_email = "pmatiello@gmail.com", - description = "A library for working with graphs in Python", -- cgit v1.2.3