[130249] trunk/dports/python/py-authkit/Portfile

larryv at macports.org larryv at macports.org
Mon Dec 29 14:45:42 PST 2014


Revision: 130249
          https://trac.macports.org/changeset/130249
Author:   larryv at macports.org
Date:     2014-12-29 14:45:41 -0800 (Mon, 29 Dec 2014)
Log Message:
-----------
py-authkit: Add modeline, rearrange, reformat

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

Modified: trunk/dports/python/py-authkit/Portfile
===================================================================
--- trunk/dports/python/py-authkit/Portfile	2014-12-29 22:45:39 UTC (rev 130248)
+++ trunk/dports/python/py-authkit/Portfile	2014-12-29 22:45:41 UTC (rev 130249)
@@ -1,28 +1,32 @@
+# -*- 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
-PortGroup			python 1.0
+PortSystem          1.0
+PortGroup           python 1.0
 
-name				py-authkit
-version				0.3.0pre5
-categories-append		www
-license				MIT
-maintainers			nomaintainer
-description			An authentication and authorization toolkit for WSGI applications and frameworks
-long_description	$description
-platforms			darwin
-supported_archs		noarch
-homepage			http://3aims.com/
-master_sites			http://cheeseshop.python.org/packages/source/A/AuthKit/
-distname			AuthKit-${version}
-checksums			md5 3a2b1aca6eb7bd843aef9a8556a191f4 \
-				sha1 f3dae685aa210c3a27a58817d9841a4cd3ebe2a4 \
-				rmd160 09b4cdaf4c9ab128660a27685746d799c0d8b1b8
+name                py-authkit
+version             0.3.0pre5
+categories-append   www
+platforms           darwin
+supported_archs     noarch
+license             MIT
+maintainers         nomaintainer
 
-python.versions		25
+description         An authentication and authorization toolkit for WSGI applications and frameworks
+long_description    $description
+homepage            http://3aims.com/
 
+master_sites        http://cheeseshop.python.org/packages/source/A/AuthKit/
+distname            AuthKit-${version}
+use_zip             yes
+checksums           md5     3a2b1aca6eb7bd843aef9a8556a191f4 \
+                    sha1    f3dae685aa210c3a27a58817d9841a4cd3ebe2a4 \
+                    rmd160  09b4cdaf4c9ab128660a27685746d799c0d8b1b8
+
+patchfiles          setup.py.diff
+
+python.versions     25
+
 if {${name} ne ${subport}} {
-    use_zip			yes
-    patchfiles		setup.py.diff
-    depends_build	port:py${python.version}-setuptools
+    depends_build   port:py${python.version}-setuptools
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20141229/25a2ce37/attachment.html>


More information about the macports-changes mailing list