[35874] trunk/dports/python
jmr at macports.org
jmr at macports.org
Wed Apr 9 01:13:36 PDT 2008
Revision: 35874
http://trac.macosforge.org/projects/macports/changeset/35874
Author: jmr at macports.org
Date: 2008-04-09 01:13:35 -0700 (Wed, 09 Apr 2008)
Log Message:
-----------
New: -devel version of py25-modulegraph
Added Paths:
-----------
trunk/dports/python/py25-modulegraph-devel/
trunk/dports/python/py25-modulegraph-devel/Portfile
Added: trunk/dports/python/py25-modulegraph-devel/Portfile
===================================================================
--- trunk/dports/python/py25-modulegraph-devel/Portfile (rev 0)
+++ trunk/dports/python/py25-modulegraph-devel/Portfile 2008-04-09 08:13:35 UTC (rev 35874)
@@ -0,0 +1,31 @@
+# -*- 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 python25 1.0
+
+name py25-modulegraph-devel
+version 0.7.2
+categories-append devel
+maintainers jmr openmaintainer
+description Python module dependency analysis tool
+long_description \
+ modulegraph determines a dependency graph between Python modules \
+ primarily by bytecode analysis for import statements. \
+ modulegraph uses similar methods to modulefinder from the standard \
+ library, but uses a more flexible internal representation, has more \
+ extensive knowledge of special cases, and is extensible.
+
+platforms darwin
+
+homepage http://undefined.org/python/#modulegraph
+
+fetch.type svn
+svn.url http://svn.pythonmac.org/modulegraph/modulegraph/trunk/
+worksrcdir trunk
+
+depends_lib-append port:py25-altgraph
+
+livecheck.check regex
+livecheck.url http://cheeseshop.python.org/pypi/modulegraph
+livecheck.regex modulegraph (0\.\[0-9\]+)
Property changes on: trunk/dports/python/py25-modulegraph-devel/Portfile
___________________________________________________________________
Name: svn:keywords
+ Id
Name: svn:eol-style
+ native
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20080409/c43bb41a/attachment.html
More information about the macports-changes
mailing list