ports/132030: [Update]graphics/py-graph:update to 1.4.2

Wen Heping wenheping at gmail.com
Mon Feb 23 23:40:02 UTC 2009


>Number:         132030
>Category:       ports
>Synopsis:       [Update]graphics/py-graph:update to 1.4.2
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Mon Feb 23 23:40:01 UTC 2009
>Closed-Date:
>Last-Modified:
>Originator:     Wen Heping
>Release:        FreeBSD-8.0 Current
>Organization:
ChangAn Middle School
>Environment:
FreeBSD fb8.wenjing.com 8.0-CURRENT FreeBSD 8.0-CURRENT #1: Tue Dec 16 00:26:59 HKT 2008     root at fb8.wenjing.com:/usr/obj/usr/src/sys/GENERIC  i386
>Description:
update to 1.4.2 from 1.3.1
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

diff -urN py-graph/Makefile py-graph.new/Makefile
--- py-graph/Makefile	2008-11-25 22:08:42.000000000 +0800
+++ py-graph.new/Makefile	2009-02-24 15:04:38.000000000 +0800
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	graph
-PORTVERSION=	1.3.1
+PORTVERSION=	1.4.2
 CATEGORIES=	graphics python
 MASTER_SITES=	${MASTER_SITE_GOOGLE_CODE}
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -20,7 +20,7 @@
 
 PROJECTHOST=	python-graph
 USE_PYTHON=	yes
-USE_PYDISTUTILS=	yes
+USE_PYDISTUTILS=	easy_install
 PYDISTUTILS_PKGNAME=	python-graph
 
 WRKSRC=		${WRKDIR}/${PYDISTUTILS_PKGNAME}
diff -urN py-graph/distinfo py-graph.new/distinfo
--- py-graph/distinfo	2008-11-25 22:08:42.000000000 +0800
+++ py-graph.new/distinfo	2009-02-23 21:14:34.000000000 +0800
@@ -1,3 +1,3 @@
-MD5 (python-graph-1.3.1.tar.bz2) = 6f679f7cbe5104188faae360371f744f
-SHA256 (python-graph-1.3.1.tar.bz2) = 969f0cba956321576586d74375cad5af38d2bf23acd5d8b5628252e44c316df8
-SIZE (python-graph-1.3.1.tar.bz2) = 45372
+MD5 (python-graph-1.4.2.tar.bz2) = 142807b1d3865c915bee8b5346790e7b
+SHA256 (python-graph-1.4.2.tar.bz2) = 91225ee818272debc17af7df4b0f4acb638fc772b796397689464a26c8bf0ee6
+SIZE (python-graph-1.4.2.tar.bz2) = 49957
diff -urN py-graph/files/patch-setup.py py-graph.new/files/patch-setup.py
--- py-graph/files/patch-setup.py	2008-11-24 01:27:52.000000000 +0800
+++ py-graph.new/files/patch-setup.py	2009-02-23 22:15:00.000000000 +0800
@@ -1,15 +1,13 @@
---- setup.py.orig	2008-10-28 21:22:57.000000000 +0800
-+++ setup.py	2008-10-28 21:23:17.000000000 +0800
-@@ -18,9 +18,9 @@
+--- 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'],
--        data_files = [(docfolder, ['README','Changelog','COPYING']),
--                                (docfolder + docs, docfiles),
--                                ],
-+#        data_files = [(docfolder, ['README','Changelog','COPYING']),
-+#                                (docfolder + docs, docfiles),
-+#                                ],
- 
-         # metadata
+         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 at gmail.com",
+         description = "A library for working with graphs in Python",
diff -urN py-graph/pkg-plist py-graph.new/pkg-plist
--- py-graph/pkg-plist	2008-11-25 22:08:42.000000000 +0800
+++ py-graph.new/pkg-plist	2009-02-23 22:22:26.000000000 +0800
@@ -1,59 +1,60 @@
-%%PYTHON_SITELIBDIR%%/graph/__init__.py
-%%PYTHON_SITELIBDIR%%/graph/__init__.pyc
-%%PYTHON_SITELIBDIR%%/graph/__init__.pyo
-%%PYTHON_SITELIBDIR%%/graph/accessibility.py
-%%PYTHON_SITELIBDIR%%/graph/accessibility.pyc
-%%PYTHON_SITELIBDIR%%/graph/accessibility.pyo
-%%PYTHON_SITELIBDIR%%/graph/generators.py
-%%PYTHON_SITELIBDIR%%/graph/generators.pyc
-%%PYTHON_SITELIBDIR%%/graph/generators.pyo
-%%PYTHON_SITELIBDIR%%/graph/minmax.py
-%%PYTHON_SITELIBDIR%%/graph/minmax.pyc
-%%PYTHON_SITELIBDIR%%/graph/minmax.pyo
-%%PYTHON_SITELIBDIR%%/graph/readwrite.py
-%%PYTHON_SITELIBDIR%%/graph/readwrite.pyc
-%%PYTHON_SITELIBDIR%%/graph/readwrite.pyo
-%%PYTHON_SITELIBDIR%%/graph/searching.py
-%%PYTHON_SITELIBDIR%%/graph/searching.pyc
-%%PYTHON_SITELIBDIR%%/graph/searching.pyo
-%%PYTHON_SITELIBDIR%%/graph/sorting.py
-%%PYTHON_SITELIBDIR%%/graph/sorting.pyc
-%%PYTHON_SITELIBDIR%%/graph/sorting.pyo
-%%PYTHON_SITELIBDIR%%/graph/traversal.py
-%%PYTHON_SITELIBDIR%%/graph/traversal.pyc
-%%PYTHON_SITELIBDIR%%/graph/traversal.pyo
+%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%
 @dirrm %%PYTHON_SITELIBDIR%%/graph
-%%PORTDOCS%%%%DOCSDIR%%/README
-%%PORTDOCS%%%%DOCSDIR%%/Changelog
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/draw.py
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/drawhyper.py
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ex1.py
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/example.tls
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/graph.xml
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/lts2graph.py
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/read.py
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/write.py
+%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%
 %%PORTDOCS%%%%DOCSDIR%%/COPYING
+%%PORTDOCS%%%%DOCSDIR%%/Changelog
+%%PORTDOCS%%%%DOCSDIR%%/README
 %%PORTDOCS%%%%DOCSDIR%%/api-objects.txt
 %%PORTDOCS%%%%DOCSDIR%%/class-tree.html
 %%PORTDOCS%%%%DOCSDIR%%/crarr.png
 %%PORTDOCS%%%%DOCSDIR%%/epydoc.css
 %%PORTDOCS%%%%DOCSDIR%%/epydoc.js
 %%PORTDOCS%%%%DOCSDIR%%/graph-module.html
-%%PORTDOCS%%%%DOCSDIR%%/graph.accessibility-module.html
-%%PORTDOCS%%%%DOCSDIR%%/graph.digraph-class.html
-%%PORTDOCS%%%%DOCSDIR%%/graph.generators-module.html
-%%PORTDOCS%%%%DOCSDIR%%/graph.graph-class.html
-%%PORTDOCS%%%%DOCSDIR%%/graph.hypergraph-class.html
-%%PORTDOCS%%%%DOCSDIR%%/graph.minmax-module.html
-%%PORTDOCS%%%%DOCSDIR%%/graph.readwrite-module.html
-%%PORTDOCS%%%%DOCSDIR%%/graph.searching-module.html
-%%PORTDOCS%%%%DOCSDIR%%/graph.sorting-module.html
-%%PORTDOCS%%%%DOCSDIR%%/graph.traversal-module.html
+%%PORTDOCS%%%%DOCSDIR%%/graph.algorithms-module.html
+%%PORTDOCS%%%%DOCSDIR%%/graph.algorithms.accessibility-module.html
+%%PORTDOCS%%%%DOCSDIR%%/graph.algorithms.cycles-module.html
+%%PORTDOCS%%%%DOCSDIR%%/graph.algorithms.exceptions-module.html
+%%PORTDOCS%%%%DOCSDIR%%/graph.algorithms.exceptions.python_graph_exception-class.html
+%%PORTDOCS%%%%DOCSDIR%%/graph.algorithms.exceptions.unreachable-class.html
+%%PORTDOCS%%%%DOCSDIR%%/graph.algorithms.filters-module.html
+%%PORTDOCS%%%%DOCSDIR%%/graph.algorithms.filters.Find-module.html
+%%PORTDOCS%%%%DOCSDIR%%/graph.algorithms.filters.Find.find-class.html
+%%PORTDOCS%%%%DOCSDIR%%/graph.algorithms.filters.Null-module.html
+%%PORTDOCS%%%%DOCSDIR%%/graph.algorithms.filters.Null.null-class.html
+%%PORTDOCS%%%%DOCSDIR%%/graph.algorithms.filters.Radius-module.html
+%%PORTDOCS%%%%DOCSDIR%%/graph.algorithms.filters.Radius.radius-class.html
+%%PORTDOCS%%%%DOCSDIR%%/graph.algorithms.generators-module.html
+%%PORTDOCS%%%%DOCSDIR%%/graph.algorithms.heuristics-module.html
+%%PORTDOCS%%%%DOCSDIR%%/graph.algorithms.heuristics.Chow-module.html
+%%PORTDOCS%%%%DOCSDIR%%/graph.algorithms.heuristics.Chow.chow-class.html
+%%PORTDOCS%%%%DOCSDIR%%/graph.algorithms.heuristics.Euclidean-module.html
+%%PORTDOCS%%%%DOCSDIR%%/graph.algorithms.heuristics.Euclidean.euclidean-class.html
+%%PORTDOCS%%%%DOCSDIR%%/graph.algorithms.minmax-module.html
+%%PORTDOCS%%%%DOCSDIR%%/graph.algorithms.readwrite-module.html
+%%PORTDOCS%%%%DOCSDIR%%/graph.algorithms.searching-module.html
+%%PORTDOCS%%%%DOCSDIR%%/graph.algorithms.sorting-module.html
+%%PORTDOCS%%%%DOCSDIR%%/graph.algorithms.traversal-module.html
+%%PORTDOCS%%%%DOCSDIR%%/graph.algorithms.utils-module.html
+%%PORTDOCS%%%%DOCSDIR%%/graph.algorithms.utils.HeapItem-class.html
+%%PORTDOCS%%%%DOCSDIR%%/graph.algorithms.utils.priority_queue-class.html
+%%PORTDOCS%%%%DOCSDIR%%/graph.classes-module.html
+%%PORTDOCS%%%%DOCSDIR%%/graph.classes.Digraph-module.html
+%%PORTDOCS%%%%DOCSDIR%%/graph.classes.Digraph.digraph-class.html
+%%PORTDOCS%%%%DOCSDIR%%/graph.classes.Graph-module.html
+%%PORTDOCS%%%%DOCSDIR%%/graph.classes.Graph.graph-class.html
+%%PORTDOCS%%%%DOCSDIR%%/graph.classes.Hypergraph-module.html
+%%PORTDOCS%%%%DOCSDIR%%/graph.classes.Hypergraph.hypergraph-class.html
 %%PORTDOCS%%%%DOCSDIR%%/help.html
 %%PORTDOCS%%%%DOCSDIR%%/identifier-index.html
 %%PORTDOCS%%%%DOCSDIR%%/index.html
 %%PORTDOCS%%%%DOCSDIR%%/module-tree.html
 %%PORTDOCS%%%%DOCSDIR%%/redirect.html
 %%PORTDOCS%%@dirrm %%DOCSDIR%%
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/draw.py
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/drawhyper.py
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ex1.py
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/example.tls
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/graph.xml
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/lts2graph.py
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/read.py
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/write.py
-%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%


>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list