[46327] trunk/dports/python

snc at macports.org snc at macports.org
Mon Feb 2 12:54:04 PST 2009


Revision: 46327
          http://trac.macports.org/changeset/46327
Author:   snc at macports.org
Date:     2009-02-02 12:54:03 -0800 (Mon, 02 Feb 2009)
Log Message:
-----------
created 3 pyXX-pyflakes, ticket 18325

Added Paths:
-----------
    trunk/dports/python/py-pyflakes/
    trunk/dports/python/py-pyflakes/Portfile
    trunk/dports/python/py25-pyflakes/
    trunk/dports/python/py25-pyflakes/Portfile
    trunk/dports/python/py26-pyflakes/
    trunk/dports/python/py26-pyflakes/Portfile

Added: trunk/dports/python/py-pyflakes/Portfile
===================================================================
--- trunk/dports/python/py-pyflakes/Portfile	                        (rev 0)
+++ trunk/dports/python/py-pyflakes/Portfile	2009-02-02 20:54:03 UTC (rev 46327)
@@ -0,0 +1,33 @@
+# $Id$
+
+PortSystem          1.0
+PortGroup           python24 1.0
+
+name                py-pyflakes
+version             0.3.0
+categories          python www
+platforms           darwin
+maintainers         arthurkoziel.com:arthur
+homepage            http://www.divmod.org/trac/wiki/DivmodPyflakes
+description         passive checker of Python programs
+long_description    Pyflakes is program to analyze Python programs and \
+                    detect various errors. It works by parsing the source \
+                    file, not importing it, so it is safe to use on modules \
+                    with side effects. It's also much faster.
+
+master_sites        http://pypi.python.org/packages/source/p/pyflakes/
+distname            pyflakes-${version}
+checksums           md5     ec7eee3444214bda18e57b82175e1da7 \
+                    sha1    579fccf1e903639fa5527e022b1a3bc0d3a6499e \
+                    rmd160  8acef8911299bb6e3710b36c3cadd2bc2cfc1192
+
+depends_lib-append  port:py-setuptools
+
+post-destroot {
+    move ${destroot}${prefix}/bin/pyflakes ${destroot}${prefix}/bin/pyflakes-2.4
+}
+
+livecheck.check     regex
+livecheck.url       http://pypi.python.org/pypi/pyflakes/
+livecheck.regex     pyflakes (0\.\[0-9\]+\.\[0-9\]+)
+

Added: trunk/dports/python/py25-pyflakes/Portfile
===================================================================
--- trunk/dports/python/py25-pyflakes/Portfile	                        (rev 0)
+++ trunk/dports/python/py25-pyflakes/Portfile	2009-02-02 20:54:03 UTC (rev 46327)
@@ -0,0 +1,33 @@
+# $Id$
+
+PortSystem          1.0
+PortGroup           python25 1.0
+
+name                py25-pyflakes
+version             0.3.0
+categories          python www
+platforms           darwin
+maintainers         arthurkoziel.com:arthur
+homepage            http://www.divmod.org/trac/wiki/DivmodPyflakes
+description         passive checker of Python programs
+long_description    Pyflakes is program to analyze Python programs and \
+                    detect various errors. It works by parsing the source \
+                    file, not importing it, so it is safe to use on modules \
+                    with side effects. It's also much faster.
+
+master_sites        http://pypi.python.org/packages/source/p/pyflakes/
+distname            pyflakes-${version}
+checksums           md5     ec7eee3444214bda18e57b82175e1da7 \
+                    sha1    579fccf1e903639fa5527e022b1a3bc0d3a6499e \
+                    rmd160  8acef8911299bb6e3710b36c3cadd2bc2cfc1192
+
+depends_lib-append  port:py25-setuptools
+
+post-destroot {
+    move ${destroot}${prefix}/bin/pyflakes ${destroot}${prefix}/bin/pyflakes-2.5
+}
+
+livecheck.check     regex
+livecheck.url       http://pypi.python.org/pypi/pyflakes/
+livecheck.regex     pyflakes (0\.\[0-9\]+\.\[0-9\]+)
+

Added: trunk/dports/python/py26-pyflakes/Portfile
===================================================================
--- trunk/dports/python/py26-pyflakes/Portfile	                        (rev 0)
+++ trunk/dports/python/py26-pyflakes/Portfile	2009-02-02 20:54:03 UTC (rev 46327)
@@ -0,0 +1,33 @@
+# $Id$
+
+PortSystem          1.0
+PortGroup           python26 1.0
+
+name                py26-pyflakes
+version             0.3.0
+categories          python www
+platforms           darwin
+maintainers         arthurkoziel.com:arthur
+homepage            http://www.divmod.org/trac/wiki/DivmodPyflakes
+description         passive checker of Python programs
+long_description    Pyflakes is program to analyze Python programs and \
+                    detect various errors. It works by parsing the source \
+                    file, not importing it, so it is safe to use on modules \
+                    with side effects. It's also much faster.
+
+master_sites        http://pypi.python.org/packages/source/p/pyflakes/
+distname            pyflakes-${version}
+checksums           md5     ec7eee3444214bda18e57b82175e1da7 \
+                    sha1    579fccf1e903639fa5527e022b1a3bc0d3a6499e \
+                    rmd160  8acef8911299bb6e3710b36c3cadd2bc2cfc1192
+
+depends_lib-append  port:py26-setuptools
+
+post-destroot {
+    ln -s ${python.prefix}/bin/pyflakes ${destroot}${prefix}/bin/pyflakes-2.6
+}
+
+livecheck.check     regex
+livecheck.url       http://pypi.python.org/pypi/pyflakes/
+livecheck.regex     pyflakes (0\.\[0-9\]+\.\[0-9\]+)
+
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090202/e4ee6d49/attachment-0001.html>


More information about the macports-changes mailing list