[49561] trunk/dports/python

blb at macports.org blb at macports.org
Sun Apr 12 01:01:15 PDT 2009


Revision: 49561
          http://trac.macports.org/changeset/49561
Author:   blb at macports.org
Date:     2009-04-12 01:01:15 -0700 (Sun, 12 Apr 2009)
Log Message:
-----------
New port - python/py26-checker, python source code checker for finding bugs

Added Paths:
-----------
    trunk/dports/python/py26-checker/
    trunk/dports/python/py26-checker/Portfile

Removed Paths:
-------------
    trunk/dports/python/py26-checker/Portfile

Deleted: trunk/dports/python/py26-checker/Portfile
===================================================================
--- trunk/dports/python/py25-checker/Portfile	2009-04-11 22:23:44 UTC (rev 49535)
+++ trunk/dports/python/py26-checker/Portfile	2009-04-12 08:01:15 UTC (rev 49561)
@@ -1,36 +0,0 @@
-# $Id$
-
-PortSystem 1.0
-PortGroup python25 1.0
-
-name			py25-checker
-version			0.8.17
-categories		python
-maintainers		nomaintainer
-platforms		darwin freebsd
-description		python source code checker for finding bugs
-long_description	PyChecker is a tool for finding bugs in python source \
-				code. It finds problems that are typically \
-				caught by a compiler for less dynamic \
-				languages, like C and C++.  It is similar to \
-				lint.  Because of the dynamic nature of \
-				python, some warnings may be incorrect.  \
-				However, spurious warnings should be fairly \
-				infrequent.
-
-homepage		http://pychecker.sourceforge.net/
-master_sites		sourceforge:pychecker
-distname		pychecker-${version}
-checksums		md5 9d2a2d62b368ce503830f830a89bd230
-
-patchfiles		patch-setup.py.diff
-post-patch	{
-	reinplace "s|PYTHONLIB|${python.pkgd}|g" ${worksrcpath}/setup.py
-}
-
-post-destroot	{
-	xinstall -m 644 -W ${worksrcpath} CHANGELOG COPYRIGHT KNOWN_BUGS \
-		MAINTAINERS README TODO VERSION pycheckrc \
-		${destroot}${prefix}/share/doc/${name}
-	system "chmod -R a+r ${destroot}${prefix}"
-}

Copied: trunk/dports/python/py26-checker/Portfile (from rev 49560, trunk/dports/python/py25-checker/Portfile)
===================================================================
--- trunk/dports/python/py26-checker/Portfile	                        (rev 0)
+++ trunk/dports/python/py26-checker/Portfile	2009-04-12 08:01:15 UTC (rev 49561)
@@ -0,0 +1,38 @@
+# $Id$
+
+PortSystem 1.0
+PortGroup python26 1.0
+
+name			py26-checker
+version			0.8.18
+categories		python
+maintainers		nomaintainer
+platforms		darwin freebsd
+description		python source code checker for finding bugs
+long_description	PyChecker is a tool for finding bugs in python source \
+				code. It finds problems that are typically \
+				caught by a compiler for less dynamic \
+				languages, like C and C++.  It is similar to \
+				lint.  Because of the dynamic nature of \
+				python, some warnings may be incorrect.  \
+				However, spurious warnings should be fairly \
+				infrequent.
+
+homepage		http://pychecker.sourceforge.net/
+master_sites		sourceforge:pychecker
+distname		pychecker-${version}
+checksums		md5     ef156a631df46de150a364912f2e36c8 \
+				sha1    fae410ab70523dfc8077eeb0fbf4ad11dee4a5f5 \
+				rmd160  e3d30443c955757cb67353888df41a10f8e8eece
+
+patchfiles		patch-setup.py.diff
+post-patch	{
+	reinplace "s|PYTHONLIB|${python.pkgd}|g" ${worksrcpath}/setup.py
+}
+
+post-destroot	{
+	xinstall -m 644 -W ${worksrcpath} CHANGELOG COPYRIGHT KNOWN_BUGS \
+		MAINTAINERS README TODO VERSION pycheckrc \
+		${destroot}${prefix}/share/doc/${name}
+	system "chmod -R a+r ${destroot}${prefix}"
+}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090412/8d50063c/attachment.html>


More information about the macports-changes mailing list