[102766] trunk/dports/python/py-keyczar/Portfile

ryandesign at macports.org ryandesign at macports.org
Thu Feb 7 19:28:42 PST 2013


Revision: 102766
          https://trac.macports.org/changeset/102766
Author:   ryandesign at macports.org
Date:     2013-02-07 19:28:41 -0800 (Thu, 07 Feb 2013)
Log Message:
-----------
py-keyczar: whitespace changes; add modeline

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

Modified: trunk/dports/python/py-keyczar/Portfile
===================================================================
--- trunk/dports/python/py-keyczar/Portfile	2013-02-08 03:27:30 UTC (rev 102765)
+++ trunk/dports/python/py-keyczar/Portfile	2013-02-08 03:28:41 UTC (rev 102766)
@@ -1,3 +1,4 @@
+# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
 # $Id$
 
 PortSystem          1.0
@@ -8,13 +9,17 @@
 categories-append   devel crypto
 license             Apache-2
 maintainers         nomaintainer
+
 description         Easy to use cryptographic toolkit
-long_description \
-   Keyczar is an open source cryptographic toolkit designed to make it \
-   easier and safer for developers to use cryptography in their applications. \
-   Keyczar supports authentication and encryption with both symmetric and \
-   asymmetric keys.
 
+long_description    Keyczar is an open source cryptographic toolkit designed \
+                    to make it easier and safer for developers to use \
+                    cryptography in their applications. Keyczar supports \
+                    authentication and encryption with both symmetric and \
+                    asymmetric keys.
+
+python.versions     25 26 27
+
 platforms           darwin
 supported_archs     noarch
 
@@ -25,8 +30,6 @@
 checksums           rmd160  1a132de81a92cbddd6dcc597500f4440186d59b1 \
                     sha256  34845f4d8388b11e1176d36e90c2126cff564a621133bd1a946aa6640d2e9035
 
-python.versions          25 26 27
-
 if {${name} != ${subport}} {
     depends_lib-append  port:py${python.version}-crypto \
                         port:py${python.version}-asn1 \
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130207/16ce1de7/attachment.html>


More information about the macports-changes mailing list