[88194] trunk/dports/python

singingwolfboy at macports.org singingwolfboy at macports.org
Wed Dec 21 12:22:39 PST 2011


Revision: 88194
          http://trac.macports.org/changeset/88194
Author:   singingwolfboy at macports.org
Date:     2011-12-21 12:22:38 -0800 (Wed, 21 Dec 2011)
Log Message:
-----------
New port: py-pep8

Added Paths:
-----------
    trunk/dports/python/py-pep8/
    trunk/dports/python/py-pep8/Portfile

Added: trunk/dports/python/py-pep8/Portfile
===================================================================
--- trunk/dports/python/py-pep8/Portfile	                        (rev 0)
+++ trunk/dports/python/py-pep8/Portfile	2011-12-21 20:22:38 UTC (rev 88194)
@@ -0,0 +1,25 @@
+# $Id$
+
+PortSystem          1.0
+PortGroup           python 1.0
+
+name                py-pep8
+set real_name       pep8
+version             0.6.1
+python.versions     24 25 26 27 31 32
+categories-append   devel
+platforms           darwin
+license             Expat
+maintainers         singingwolfboy openmaintainer
+description         Python style guide checker
+long_description  \
+    pep8 is a tool to check your Python code against some of the style conventions \
+    in PEP 8 (http://www.python.org/dev/peps/pep-0008/)
+
+homepage            http://pypi.python.org/pypi/${real_name}
+master_sites        http://pypi.python.org/packages/source/p/${real_name}
+distname            ${real_name}-${version}
+
+checksums           rmd160  9234bd7776ef09cc06c6f33350f1752d49ec2135 \
+                    sha256  c0654b683bd0c20987e3e767bb0241daf014d854cb89ec84fbed623e349faeec
+


Property changes on: trunk/dports/python/py-pep8/Portfile
___________________________________________________________________
Added: svn:keywords
   + Id
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20111221/4332bd99/attachment.html>


More information about the macports-changes mailing list