[89855] trunk/dports/python

jmr at macports.org jmr at macports.org
Mon Feb 13 03:27:18 PST 2012


Revision: 89855
          http://trac.macports.org/changeset/89855
Author:   jmr at macports.org
Date:     2012-02-13 03:27:15 -0800 (Mon, 13 Feb 2012)
Log Message:
-----------
New ports: py-pygraph-core, py-pygraph-dot (#28538)

Added Paths:
-----------
    trunk/dports/python/py-pygraph-core/
    trunk/dports/python/py-pygraph-core/Portfile
    trunk/dports/python/py-pygraph-dot/
    trunk/dports/python/py-pygraph-dot/Portfile

Added: trunk/dports/python/py-pygraph-core/Portfile
===================================================================
--- trunk/dports/python/py-pygraph-core/Portfile	                        (rev 0)
+++ trunk/dports/python/py-pygraph-core/Portfile	2012-02-13 11:27:15 UTC (rev 89855)
@@ -0,0 +1,26 @@
+# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
+# $Id$
+
+PortSystem          1.0
+PortGroup           python 1.0
+
+name                py-pygraph-core
+version             1.8.0
+license             MIT
+maintainers         gmail.com:lkraider+ports openmaintainer
+description         A library for working with graphs in Python
+long_description    python-graph provides a suitable data structure for \
+                    representing graphs and a whole set of important algorithms.
+
+homepage            http://code.google.com/p/python-graph/
+master_sites        googlecode:python-graph
+distname            python-graph-core-${version}
+platforms           darwin
+supported_archs     noarch
+
+checksums           md5     a7e1911f2fb13132288843a67ac573d0 \
+                    sha1    ec9af4d269a8a68085a23f0471e07d2ce4fd9186 \
+                    rmd160  3add4cd4286aa46300d16735101e3ed8ede27681
+
+python.versions     26 27
+python.default_version 27


Property changes on: trunk/dports/python/py-pygraph-core/Portfile
___________________________________________________________________
Added: svn:keywords
   + Id
Added: svn:eol-style
   + native

Added: trunk/dports/python/py-pygraph-dot/Portfile
===================================================================
--- trunk/dports/python/py-pygraph-dot/Portfile	                        (rev 0)
+++ trunk/dports/python/py-pygraph-dot/Portfile	2012-02-13 11:27:15 UTC (rev 89855)
@@ -0,0 +1,38 @@
+# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
+# $Id$
+
+PortSystem          1.0
+PortGroup           python 1.0
+
+name                py-pygraph-dot
+version             1.8.0
+license             MIT
+maintainers         gmail.com:lkraider+ports openmaintainer
+description         DOT language support for python-graph
+long_description    python-graph provides a suitable data structure for \
+                    representing graphs and a whole set of important \
+                    algorithms. This port adds support for reading and \
+                    writing graphs in the DOT language.
+
+homepage            http://code.google.com/p/python-graph/
+master_sites        googlecode:python-graph
+distname            python-graph-dot-${version}
+platforms           darwin
+supported_archs     noarch
+
+checksums           md5     c9d2a2165e331b55b2ea662b49ac08e1 \
+                    sha1    285fa7433a71ebcbbda1c8d0b9dbd490e2b5e354 \
+                    rmd160  047edddef0953bb262aef301aa29eea1fd16f2dd
+
+# dependency pydot only has a py26 port at present
+python.versions     26
+python.default_version 26
+
+if {$subport != $name} {
+    depends_lib     port:py${python.version}-pygraph-core \
+                    port:py${python.version}-pydot
+    post-destroot {
+        file delete ${destroot}${python.pkgd}/pygraph/readwrite/__init__.py
+        file delete ${destroot}${python.pkgd}/pygraph/readwrite/__init__.pyc
+    }
+}


Property changes on: trunk/dports/python/py-pygraph-dot/Portfile
___________________________________________________________________
Added: svn:keywords
   + Id
Added: svn:eol-style
   + native
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120213/de36a633/attachment.html>


More information about the macports-changes mailing list