View | Details | Raw Unified | Return to bug 136732
Collapse All | Expand All

(-)Makefile (-4 / +2 lines)
Lines 6-12 Link Here
6
#
6
#
7
7
8
PORTNAME=	graph
8
PORTNAME=	graph
9
PORTVERSION=	1.5.0
9
PORTVERSION=	1.6.1
10
CATEGORIES=	graphics python
10
CATEGORIES=	graphics python
11
MASTER_SITES=	${MASTER_SITE_GOOGLE_CODE}
11
MASTER_SITES=	${MASTER_SITE_GOOGLE_CODE}
12
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
12
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
Lines 20-28 Link Here
20
PROJECTHOST=	python-graph
20
PROJECTHOST=	python-graph
21
USE_PYTHON=	yes
21
USE_PYTHON=	yes
22
USE_PYDISTUTILS=	easy_install
22
USE_PYDISTUTILS=	easy_install
23
PYDISTUTILS_PKGNAME=	python-graph
23
PYDISTUTILS_PKGNAME=	python_graph
24
25
WRKSRC=		${WRKDIR}/${PYDISTUTILS_PKGNAME}
26
24
27
USE_BZIP2=	yes
25
USE_BZIP2=	yes
28
26
(-)distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
MD5 (python-graph-1.5.0.tar.bz2) = fc349565a013286a4cb20297cd00364b
1
MD5 (python-graph-1.6.1.tar.bz2) = 4c52cb006e139e7578f9bdf2338d166d
2
SHA256 (python-graph-1.5.0.tar.bz2) = f7bf5d9e7233d75b72defc724c9678abed54a54633dab0e700c7aec47a390532
2
SHA256 (python-graph-1.6.1.tar.bz2) = 33279db94653f83ba58c3cc114b99c55d9fbd187caeff2c8998e95a36c02487a
3
SIZE (python-graph-1.5.0.tar.bz2) = 53892
3
SIZE (python-graph-1.6.1.tar.bz2) = 54402
(-)pkg-plist (-36 / +39 lines)
Lines 17-61 Link Here
17
%%PORTDOCS%%%%DOCSDIR%%/crarr.png
17
%%PORTDOCS%%%%DOCSDIR%%/crarr.png
18
%%PORTDOCS%%%%DOCSDIR%%/epydoc.css
18
%%PORTDOCS%%%%DOCSDIR%%/epydoc.css
19
%%PORTDOCS%%%%DOCSDIR%%/epydoc.js
19
%%PORTDOCS%%%%DOCSDIR%%/epydoc.js
20
%%PORTDOCS%%%%DOCSDIR%%/graph-module.html
21
%%PORTDOCS%%%%DOCSDIR%%/graph.algorithms-module.html
22
%%PORTDOCS%%%%DOCSDIR%%/graph.algorithms.accessibility-module.html
23
%%PORTDOCS%%%%DOCSDIR%%/graph.algorithms.critical-module.html
24
%%PORTDOCS%%%%DOCSDIR%%/graph.algorithms.cycles-module.html
25
%%PORTDOCS%%%%DOCSDIR%%/graph.algorithms.exceptions-module.html
26
%%PORTDOCS%%%%DOCSDIR%%/graph.algorithms.exceptions.python_graph_exception-class.html
27
%%PORTDOCS%%%%DOCSDIR%%/graph.algorithms.exceptions.unreachable-class.html
28
%%PORTDOCS%%%%DOCSDIR%%/graph.algorithms.filters-module.html
29
%%PORTDOCS%%%%DOCSDIR%%/graph.algorithms.filters.Find-module.html
30
%%PORTDOCS%%%%DOCSDIR%%/graph.algorithms.filters.Find.find-class.html
31
%%PORTDOCS%%%%DOCSDIR%%/graph.algorithms.filters.Null-module.html
32
%%PORTDOCS%%%%DOCSDIR%%/graph.algorithms.filters.Null.null-class.html
33
%%PORTDOCS%%%%DOCSDIR%%/graph.algorithms.filters.Radius-module.html
34
%%PORTDOCS%%%%DOCSDIR%%/graph.algorithms.filters.Radius.radius-class.html
35
%%PORTDOCS%%%%DOCSDIR%%/graph.algorithms.generators-module.html
36
%%PORTDOCS%%%%DOCSDIR%%/graph.algorithms.heuristics-module.html
37
%%PORTDOCS%%%%DOCSDIR%%/graph.algorithms.heuristics.Chow-module.html
38
%%PORTDOCS%%%%DOCSDIR%%/graph.algorithms.heuristics.Chow.chow-class.html
39
%%PORTDOCS%%%%DOCSDIR%%/graph.algorithms.heuristics.Euclidean-module.html
40
%%PORTDOCS%%%%DOCSDIR%%/graph.algorithms.heuristics.Euclidean.euclidean-class.html
41
%%PORTDOCS%%%%DOCSDIR%%/graph.algorithms.minmax-module.html
42
%%PORTDOCS%%%%DOCSDIR%%/graph.algorithms.readwrite-module.html
43
%%PORTDOCS%%%%DOCSDIR%%/graph.algorithms.searching-module.html
44
%%PORTDOCS%%%%DOCSDIR%%/graph.algorithms.sorting-module.html
45
%%PORTDOCS%%%%DOCSDIR%%/graph.algorithms.traversal-module.html
46
%%PORTDOCS%%%%DOCSDIR%%/graph.algorithms.utils-module.html
47
%%PORTDOCS%%%%DOCSDIR%%/graph.algorithms.utils.HeapItem-class.html
48
%%PORTDOCS%%%%DOCSDIR%%/graph.algorithms.utils.priority_queue-class.html
49
%%PORTDOCS%%%%DOCSDIR%%/graph.classes-module.html
50
%%PORTDOCS%%%%DOCSDIR%%/graph.classes.Digraph-module.html
51
%%PORTDOCS%%%%DOCSDIR%%/graph.classes.Digraph.digraph-class.html
52
%%PORTDOCS%%%%DOCSDIR%%/graph.classes.Graph-module.html
53
%%PORTDOCS%%%%DOCSDIR%%/graph.classes.Graph.graph-class.html
54
%%PORTDOCS%%%%DOCSDIR%%/graph.classes.Hypergraph-module.html
55
%%PORTDOCS%%%%DOCSDIR%%/graph.classes.Hypergraph.hypergraph-class.html
56
%%PORTDOCS%%%%DOCSDIR%%/help.html
20
%%PORTDOCS%%%%DOCSDIR%%/help.html
57
%%PORTDOCS%%%%DOCSDIR%%/identifier-index.html
21
%%PORTDOCS%%%%DOCSDIR%%/identifier-index.html
58
%%PORTDOCS%%%%DOCSDIR%%/index.html
22
%%PORTDOCS%%%%DOCSDIR%%/index.html
59
%%PORTDOCS%%%%DOCSDIR%%/module-tree.html
23
%%PORTDOCS%%%%DOCSDIR%%/module-tree.html
24
%%PORTDOCS%%%%DOCSDIR%%/pygraph-module.html
25
%%PORTDOCS%%%%DOCSDIR%%/pygraph.algorithms-module.html
26
%%PORTDOCS%%%%DOCSDIR%%/pygraph.algorithms.accessibility-module.html
27
%%PORTDOCS%%%%DOCSDIR%%/pygraph.algorithms.critical-module.html
28
%%PORTDOCS%%%%DOCSDIR%%/pygraph.algorithms.cycles-module.html
29
%%PORTDOCS%%%%DOCSDIR%%/pygraph.algorithms.filters-module.html
30
%%PORTDOCS%%%%DOCSDIR%%/pygraph.algorithms.filters.Find-module.html
31
%%PORTDOCS%%%%DOCSDIR%%/pygraph.algorithms.filters.Find.find-class.html
32
%%PORTDOCS%%%%DOCSDIR%%/pygraph.algorithms.filters.Null-module.html
33
%%PORTDOCS%%%%DOCSDIR%%/pygraph.algorithms.filters.Null.null-class.html
34
%%PORTDOCS%%%%DOCSDIR%%/pygraph.algorithms.filters.Radius-module.html
35
%%PORTDOCS%%%%DOCSDIR%%/pygraph.algorithms.filters.Radius.radius-class.html
36
%%PORTDOCS%%%%DOCSDIR%%/pygraph.algorithms.generators-module.html
37
%%PORTDOCS%%%%DOCSDIR%%/pygraph.algorithms.heuristics-module.html
38
%%PORTDOCS%%%%DOCSDIR%%/pygraph.algorithms.heuristics.Chow-module.html
39
%%PORTDOCS%%%%DOCSDIR%%/pygraph.algorithms.heuristics.Chow.chow-class.html
40
%%PORTDOCS%%%%DOCSDIR%%/pygraph.algorithms.heuristics.Euclidean-module.html
41
%%PORTDOCS%%%%DOCSDIR%%/pygraph.algorithms.heuristics.Euclidean.euclidean-class.html
42
%%PORTDOCS%%%%DOCSDIR%%/pygraph.algorithms.minmax-module.html
43
%%PORTDOCS%%%%DOCSDIR%%/pygraph.algorithms.searching-module.html
44
%%PORTDOCS%%%%DOCSDIR%%/pygraph.algorithms.sorting-module.html
45
%%PORTDOCS%%%%DOCSDIR%%/pygraph.algorithms.traversal-module.html
46
%%PORTDOCS%%%%DOCSDIR%%/pygraph.algorithms.utils-module.html
47
%%PORTDOCS%%%%DOCSDIR%%/pygraph.algorithms.utils.HeapItem-class.html
48
%%PORTDOCS%%%%DOCSDIR%%/pygraph.algorithms.utils.priority_queue-class.html
49
%%PORTDOCS%%%%DOCSDIR%%/pygraph.classes-module.html
50
%%PORTDOCS%%%%DOCSDIR%%/pygraph.classes.Digraph-module.html
51
%%PORTDOCS%%%%DOCSDIR%%/pygraph.classes.Digraph.digraph-class.html
52
%%PORTDOCS%%%%DOCSDIR%%/pygraph.classes.Exceptions-module.html
53
%%PORTDOCS%%%%DOCSDIR%%/pygraph.classes.Exceptions.GraphError-class.html
54
%%PORTDOCS%%%%DOCSDIR%%/pygraph.classes.Exceptions.InvalidGraphType-class.html
55
%%PORTDOCS%%%%DOCSDIR%%/pygraph.classes.Exceptions.NodeUnreachable-class.html
56
%%PORTDOCS%%%%DOCSDIR%%/pygraph.classes.Graph-module.html
57
%%PORTDOCS%%%%DOCSDIR%%/pygraph.classes.Graph.graph-class.html
58
%%PORTDOCS%%%%DOCSDIR%%/pygraph.classes.Hypergraph-module.html
59
%%PORTDOCS%%%%DOCSDIR%%/pygraph.classes.Hypergraph.hypergraph-class.html
60
%%PORTDOCS%%%%DOCSDIR%%/pygraph.readwrite-module.html
61
%%PORTDOCS%%%%DOCSDIR%%/pygraph.readwrite.dot-module.html
62
%%PORTDOCS%%%%DOCSDIR%%/pygraph.readwrite.markup-module.html
60
%%PORTDOCS%%%%DOCSDIR%%/redirect.html
63
%%PORTDOCS%%%%DOCSDIR%%/redirect.html
61
%%PORTDOCS%%@dirrm %%DOCSDIR%%
64
%%PORTDOCS%%@dirrm %%DOCSDIR%%
(-)files/patch-setup.py (-5 / +5 lines)
Lines 1-6 Link Here
1
--- setup.py.orig
1
--- setup.py.orig
2
+++ setup.py
2
+++ setup.py
3
@@ -4,11 +4,7 @@
3
@@ -4,12 +4,7 @@
4
 import os
4
 import os
5
 import logging
5
 import logging
6
 
6
 
Lines 9-26 Link Here
9
-except ImportError, ie:
9
-except ImportError, ie:
10
-    import ez_setup
10
-    import ez_setup
11
-    ez_setup.use_setuptools()
11
-    ez_setup.use_setuptools()
12
-    from setuptools import setup, find_packages
12
+from setuptools import setup, find_packages
13
+from setuptools import setup, find_packages
13
 
14
 
14
 # Startup
15
 # Startup
15
 appname = "python-graph"
16
 appname = "python-graph"
16
@@ -37,8 +33,8 @@
17
@@ -40,9 +35,6 @@
17
         name = appname,
18
         name = appname,
18
         version = appversion,
19
         version = appversion,
19
         packages = ['graph', 'graph.algorithms', 'graph.algorithms.filters', 'graph.algorithms.heuristics', 'graph.classes'],
20
         packages = ['pygraph', 'pygraph.algorithms', 'pygraph.algorithms.filters', 'pygraph.algorithms.heuristics', 'pygraph.classes', 'pygraph.readwrite'],
20
-        data_files = [(docsdir,docsfiles),
21
-        data_files = [(docsdir,docsfiles),
21
-                       (datadir,datafiles)],
22
-                       (datadir,datafiles)],
22
+#        data_files = [(docsdir,docsfiles),
23
-        install_requires = ['pydot'],
23
+#                       (datadir,datafiles)],
24
         author = "Pedro Matiello",
24
         author = "Pedro Matiello",
25
         author_email = "pmatiello@gmail.com",
25
         author_email = "pmatiello@gmail.com",
26
         description = "A library for working with graphs in Python",
26
         description = "A library for working with graphs in Python",

Return to bug 136732