[34771] trunk/dports/python/py-lint/Portfile

raimue at macports.org raimue at macports.org
Tue Mar 4 13:27:43 PST 2008


Revision: 34771
          http://trac.macosforge.org/projects/macports/changeset/34771
Author:   raimue at macports.org
Date:     2008-03-04 13:27:43 -0800 (Tue, 04 Mar 2008)

Log Message:
-----------
python/py-lint:
 * Update to version 0.14.0
 * New maintainer
Closes #14261

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

Modified: trunk/dports/python/py-lint/Portfile
===================================================================
--- trunk/dports/python/py-lint/Portfile	2008-03-04 21:23:06 UTC (rev 34770)
+++ trunk/dports/python/py-lint/Portfile	2008-03-04 21:27:43 UTC (rev 34771)
@@ -2,10 +2,11 @@
 
 PortSystem 1.0
 PortGroup python24 1.0
+
 name				py-lint
-version				0.11.0
+version				0.14.0
 categories-append	devel
-maintainers			nomaintainer
+maintainers			trashmail.net:macports_dharland
 description			Error (and style) checking for python
 long_description \
 	Pylint is a tool that checks for errors in python code, and tries to \
@@ -21,9 +22,10 @@
 master_sites		ftp://ftp.logilab.org/pub/pylint/
 distname			pylint-${version}
 
-checksums			sha1 6ffed5815a1f129d86703a9fd5a84e7eeae76758
+checksums			sha1 b0074cca2083792b5602f33d8e7be33a9ab4322f \
+					md5 a6a6a1c68e56506d6fca7569f622767a
 
-depends_lib-append	port:py-logilab-common
+depends_lib-append	port:py-logilab-astng
 
 post-destroot {
 	xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name}
@@ -31,6 +33,8 @@
 		${destroot}${prefix}/share/doc/${name}
 	xinstall -m 644 -W ${worksrcpath} ChangeLog README TODO \
 		${destroot}${prefix}/share/doc/${name}
+
+	# this file is also installed by py-logilab-common
 	file delete ${destroot}${python.pkgd}/logilab/__init__.py
 }
 

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


More information about the macports-changes mailing list