[34439] trunk/dports/python

stechert at macports.org stechert at macports.org
Sun Feb 24 17:04:54 PST 2008


Revision: 34439
          http://trac.macosforge.org/projects/macports/changeset/34439
Author:   stechert at macports.org
Date:     2008-02-24 17:04:53 -0800 (Sun, 24 Feb 2008)

Log Message:
-----------
py25-lint wasn't working at all because of missing dependencies on logilab-common and logilab-astng.
Those are now added and fixed.

Modified Paths:
--------------
    trunk/dports/python/py25-lint/Portfile

Added Paths:
-----------
    trunk/dports/python/py25-logilab-astng/
    trunk/dports/python/py25-logilab-astng/Portfile
    trunk/dports/python/py25-logilab-common/
    trunk/dports/python/py25-logilab-common/Portfile

Modified: trunk/dports/python/py25-lint/Portfile
===================================================================
--- trunk/dports/python/py25-lint/Portfile	2008-02-24 21:03:16 UTC (rev 34438)
+++ trunk/dports/python/py25-lint/Portfile	2008-02-25 01:04:53 UTC (rev 34439)
@@ -3,7 +3,7 @@
 PortSystem 1.0
 PortGroup python25 1.0
 name				py25-lint
-version		0.13.2
+version		0.14.0
 categories-append	devel
 maintainers	nomaintainer
 description			Error (and style) checking for python
@@ -21,9 +21,11 @@
 master_sites		ftp://ftp.logilab.org/pub/pylint/
 distname			pylint-${version}
 
-checksums			sha1 f2fae68ee9152cec461c2cadce0e72174e9c7590
+checksums		md5 a6a6a1c68e56506d6fca7569f622767a \
+			sha1 b0074cca2083792b5602f33d8e7be33a9ab4322f \
+			rmd160 d17dbe487963c35cf3f32410ad23082a8fa9982e
 
-depends_lib-append	port:py25-logilab-common
+depends_lib	port:py25-logilab-common port:py25-logilab-astng
 
 post-destroot {
 	xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name}

Added: trunk/dports/python/py25-logilab-astng/Portfile
===================================================================
--- trunk/dports/python/py25-logilab-astng/Portfile	                        (rev 0)
+++ trunk/dports/python/py25-logilab-astng/Portfile	2008-02-25 01:04:53 UTC (rev 34439)
@@ -0,0 +1,33 @@
+# $Id: Portfile 30249 2007-10-23 02:12:47Z jmpp at macports.org $
+
+PortSystem			1.0
+PortGroup			python25 1.0
+name				py25-logilab-astng
+version				0.17.2
+maintainers			stechert at macports.org openmaintainer
+description			Python Abstract Syntax Tree New Generation
+long_description		The aim of this module is to provide a common base representation of python source code for \
+				projects such as pychecker, pyreverse, pylint... Well, actually the development of this library \
+				is essentialy governed by pylint's needs.
+
+platforms			darwin
+
+homepage			http://www.logilab.org/project/logilab-astng
+master_sites			ftp://ftp.logilab.fr/pub/astng/
+distname			logilab-astng-${version}
+
+checksums			md5 a654d65a4644fb984d840906cf8b27d5 \
+				sha1 6725878bef9570937c67491e2a0feafd62c9a02b \
+				rmd160 bd90f8d14b87d4681c88c03c7e95d78cbaf332c2
+
+post-destroot {
+	xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name}
+	xinstall -m 644 -W ${worksrcpath} ChangeLog README \
+		${destroot}${prefix}/share/doc/${name}
+}
+
+# Shared-file warning; the following file is installed by this module as
+# well as (at least) py-lint, but it is the basic, auto-generated, empty-
+# other-than-the-docstring file:
+#    ${prefix}/lib/python2.3/site-packages/logilab/__init__.py
+

Added: trunk/dports/python/py25-logilab-common/Portfile
===================================================================
--- trunk/dports/python/py25-logilab-common/Portfile	                        (rev 0)
+++ trunk/dports/python/py25-logilab-common/Portfile	2008-02-25 01:04:53 UTC (rev 34439)
@@ -0,0 +1,31 @@
+# $Id: Portfile 30249 2007-10-23 02:12:47Z jmpp at macports.org $
+
+PortSystem			1.0
+PortGroup			python25 1.0
+name				py25-logilab-common
+version				0.28.2
+maintainers			stechert at macports.org openmaintainer
+description			A number of modules used by various projects from Logilab
+long_description		${description}
+
+platforms			darwin
+
+homepage			http://www.logilab.org/project/logilab-common
+master_sites			ftp://ftp.logilab.fr/pub/common/
+distname			logilab-common-${version}
+
+checksums			md5 c736357261516d771f65f8c8306bea64 \
+				sha1 a0bcc360d5d5957b4880919cc848c819c0a5bc13 \
+				rmd160 36cba88afde3dc55b60672c7e02f108f3c74e5a5
+
+post-destroot {
+	xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name}
+	xinstall -m 644 -W ${worksrcpath} ChangeLog README \
+		${destroot}${prefix}/share/doc/${name}
+}
+
+# Shared-file warning; the following file is installed by this module as
+# well as (at least) py-lint, but it is the basic, auto-generated, empty-
+# other-than-the-docstring file:
+#    ${prefix}/lib/python2.3/site-packages/logilab/__init__.py
+

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


More information about the macports-changes mailing list