[26585] trunk/dports/python/py-modulegraph/Portfile

source_changes at macosforge.org source_changes at macosforge.org
Thu Jun 28 23:36:44 PDT 2007


Revision: 26585
          http://trac.macosforge.org/projects/macports/changeset/26585
Author:   jwa at macports.org
Date:     2007-06-28 23:36:44 -0700 (Thu, 28 Jun 2007)

Log Message:
-----------
adding livecheck, whitespace changes

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

Modified: trunk/dports/python/py-modulegraph/Portfile
===================================================================
--- trunk/dports/python/py-modulegraph/Portfile	2007-06-29 06:24:23 UTC (rev 26584)
+++ trunk/dports/python/py-modulegraph/Portfile	2007-06-29 06:36:44 UTC (rev 26585)
@@ -1,28 +1,31 @@
 # $Id$
 
-PortSystem			1.0
-PortGroup			python24 1.0
-name				py-modulegraph
-version				0.7
+PortSystem		1.0
+PortGroup		python24 1.0
+name			py-modulegraph
+version			0.7
 categories-append	devel
-maintainers			jwa openmaintainer at macports.org
-description			Python module dependency analysis tool
+maintainers		jwa openmaintainer at macports.org
+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.
+    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
+platforms		darwin
 
-homepage			http://undefined.org/python/#modulegraph
+homepage		http://undefined.org/python/#modulegraph
 master_sites		http://cheeseshop.python.org/packages/source/m/modulegraph
-distname			modulegraph-${version}
+distname		modulegraph-${version}
 
 depends_lib-append	port:py-altgraph
 
-checksums			md5 1423aaa3ede2ec91e57073f42e5c83f9 \
-					sha1 edc13175d294b072a8fe480249684277c51ba0cc \
-					rmd160 2fb4f09cc17d2bcf2a69c4eed421dd6d1692813a
+checksums		md5 1423aaa3ede2ec91e57073f42e5c83f9 \
+    sha1 edc13175d294b072a8fe480249684277c51ba0cc \
+    rmd160 2fb4f09cc17d2bcf2a69c4eed421dd6d1692813a
 
+livecheck.check	regex
+livecheck.url	http://cheeseshop.python.org/pypi/modulegraph
+livecheck.regex	modulegraph (0\.\[0-9\]+)

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


More information about the macports-changes mailing list