[35869] trunk/dports/python
jmr at macports.org
jmr at macports.org
Wed Apr 9 00:37:34 PDT 2008
Revision: 35869
http://trac.macosforge.org/projects/macports/changeset/35869
Author: jmr at macports.org
Date: 2008-04-09 00:37:33 -0700 (Wed, 09 Apr 2008)
Log Message:
-----------
New: python25 version of py-modulegraph
Added Paths:
-----------
trunk/dports/python/py25-modulegraph/
trunk/dports/python/py25-modulegraph/Portfile
Added: trunk/dports/python/py25-modulegraph/Portfile
===================================================================
--- trunk/dports/python/py25-modulegraph/Portfile (rev 0)
+++ trunk/dports/python/py25-modulegraph/Portfile 2008-04-09 07:37:33 UTC (rev 35869)
@@ -0,0 +1,33 @@
+# -*- 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
+version 0.7
+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
+master_sites http://cheeseshop.python.org/packages/source/m/modulegraph
+distname modulegraph-${version}
+
+depends_lib-append port:py25-altgraph
+
+checksums md5 1423aaa3ede2ec91e57073f42e5c83f9 \
+ sha1 edc13175d294b072a8fe480249684277c51ba0cc \
+ rmd160 2fb4f09cc17d2bcf2a69c4eed421dd6d1692813a
+
+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/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/bd5a1a02/attachment.html
More information about the macports-changes
mailing list