[34409] trunk/dports/python/py-dot

mww at macports.org mww at macports.org
Sat Feb 23 07:36:51 PST 2008


Revision: 34409
          http://trac.macosforge.org/projects/macports/changeset/34409
Author:   mww at macports.org
Date:     2008-02-23 07:36:50 -0800 (Sat, 23 Feb 2008)

Log Message:
-----------
version 1.0.2, take maintainership

Modified Paths:
--------------
    trunk/dports/python/py-dot/Portfile

Added Paths:
-----------
    trunk/dports/python/py-dot/files/
    trunk/dports/python/py-dot/files/patch-setup.py.diff

Modified: trunk/dports/python/py-dot/Portfile
===================================================================
--- trunk/dports/python/py-dot/Portfile	2008-02-23 15:26:42 UTC (rev 34408)
+++ trunk/dports/python/py-dot/Portfile	2008-02-23 15:36:50 UTC (rev 34409)
@@ -4,25 +4,22 @@
 PortGroup python24 1.0
 
 name			py-dot
-version			0.9.10
+version			1.0.2
 categories		python graphics
 platforms		darwin
-maintainers		nomaintainer
+maintainers		mww
 description		python module for creating graphs
 long_description	An interface for creating both directed and non \
 				directed graphs from Python. Currently all attributes \
 				implemented in the Dot language are supported (up to \
 				Graphviz 1.10).
 
-homepage		http://dkbza.org/pydot.html
-master_sites	http://dkbza.org/data/
+homepage		http://code.google.com/p/pydot/
+master_sites	http://pydot.googlecode.com/files/
 distname		pydot-${version}
-checksums		md5 d59609a3b69b19ad018c55d765945baf
+checksums		sha1 5959fcc7d91b1c9797d9ed07fc6986eb480f8db5
+patchfiles		patch-setup.py.diff
 
 depends_lib-append	port:py-parsing
 depends_run		bin:dot:graphviz
 
-post-destroot	{
-	xinstall -m 644 -W ${worksrcpath} ChangeLog LICENSE README \
-		${destroot}${prefix}/share/doc/${name}
-}

Added: trunk/dports/python/py-dot/files/patch-setup.py.diff
===================================================================
--- trunk/dports/python/py-dot/files/patch-setup.py.diff	                        (rev 0)
+++ trunk/dports/python/py-dot/files/patch-setup.py.diff	2008-02-23 15:36:50 UTC (rev 34409)
@@ -0,0 +1,8 @@
+--- setup.py	2008-02-14 21:48:02.000000000 +0100
++++ setup.py	2008-02-23 14:56:34.000000000 +0100
+@@ -28,4 +28,4 @@
+     long_description = "\n".join(pydot.__doc__.split('\n')),
+     py_modules = ['pydot', 'dot_parser'],
+     install_requires = ['pyparsing', 'setuptools'],
+-    data_files = [('.', ['ChangeLog', 'LICENSE', 'README'])] )
++    data_files = [('share/doc/py-dot', ['ChangeLog', 'LICENSE', 'README'])] )

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20080223/b43b6bd2/attachment.html 


More information about the macports-changes mailing list