[34410] trunk/dports/python

mww at macports.org mww at macports.org
Sat Feb 23 07:38:22 PST 2008


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

Log Message:
-----------
new port py25-dot (copy of py-dot)

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

Added Paths:
-----------
    trunk/dports/python/py25-dot/
    trunk/dports/python/py25-dot/Portfile
    trunk/dports/python/py25-dot/files/

Removed Paths:
-------------
    trunk/dports/python/py25-dot/Portfile

Copied: trunk/dports/python/py25-dot (from rev 34379, trunk/dports/python/py-dot)

Deleted: trunk/dports/python/py25-dot/Portfile
===================================================================
--- trunk/dports/python/py-dot/Portfile	2008-02-22 23:26:05 UTC (rev 34379)
+++ trunk/dports/python/py25-dot/Portfile	2008-02-23 15:38:22 UTC (rev 34410)
@@ -1,28 +0,0 @@
-# $Id$
-
-PortSystem 1.0
-PortGroup python24 1.0
-
-name			py-dot
-version			0.9.10
-categories		python graphics
-platforms		darwin
-maintainers		nomaintainer
-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/
-distname		pydot-${version}
-checksums		md5 d59609a3b69b19ad018c55d765945baf
-
-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}
-}

Copied: trunk/dports/python/py25-dot/Portfile (from rev 34409, trunk/dports/python/py-dot/Portfile)
===================================================================
--- trunk/dports/python/py25-dot/Portfile	                        (rev 0)
+++ trunk/dports/python/py25-dot/Portfile	2008-02-23 15:38:22 UTC (rev 34410)
@@ -0,0 +1,25 @@
+# $Id$
+
+PortSystem 1.0
+PortGroup python25 1.0
+
+name			py25-dot
+version			1.0.2
+categories		python graphics
+platforms		darwin
+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://code.google.com/p/pydot/
+master_sites	http://pydot.googlecode.com/files/
+distname		pydot-${version}
+checksums		sha1 5959fcc7d91b1c9797d9ed07fc6986eb480f8db5
+patchfiles		patch-setup.py.diff
+
+depends_lib-append	port:py-parsing
+depends_run		bin:dot:graphviz
+

Copied: trunk/dports/python/py25-dot/files (from rev 34409, trunk/dports/python/py-dot/files)

Modified: trunk/dports/python/py25-dot/files/patch-setup.py.diff
===================================================================
--- trunk/dports/python/py-dot/files/patch-setup.py.diff	2008-02-23 15:36:50 UTC (rev 34409)
+++ trunk/dports/python/py25-dot/files/patch-setup.py.diff	2008-02-23 15:38:22 UTC (rev 34410)
@@ -5,4 +5,4 @@
      py_modules = ['pydot', 'dot_parser'],
      install_requires = ['pyparsing', 'setuptools'],
 -    data_files = [('.', ['ChangeLog', 'LICENSE', 'README'])] )
-+    data_files = [('share/doc/py-dot', ['ChangeLog', 'LICENSE', 'README'])] )
++    data_files = [('share/doc/py25-dot', ['ChangeLog', 'LICENSE', 'README'])] )

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


More information about the macports-changes mailing list