[107648] trunk/dports/python/py-twitter/Portfile

cal at macports.org cal at macports.org
Wed Jul 3 14:43:34 PDT 2013


Revision: 107648
          https://trac.macports.org/changeset/107648
Author:   cal at macports.org
Date:     2013-07-03 14:43:34 -0700 (Wed, 03 Jul 2013)
Log Message:
-----------
py-twitter: add modeline, whitespace only

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

Modified: trunk/dports/python/py-twitter/Portfile
===================================================================
--- trunk/dports/python/py-twitter/Portfile	2013-07-03 21:33:38 UTC (rev 107647)
+++ trunk/dports/python/py-twitter/Portfile	2013-07-03 21:43:34 UTC (rev 107648)
@@ -1,31 +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-twitter
-version				0.8.2
+name                py-twitter
+version             0.8.2
 license             Apache-2
-categories-append	devel
-maintainers			nomaintainer
-description			Interface for the Twitter API.
-long_description \
-	This library provides a pure python interface for the Twitter API.
+categories-append   devel
+maintainers         nomaintainer
+description         Interface for the Twitter API.
+long_description    \
+    This library provides a pure python interface for the Twitter API.
 
-platforms			darwin
-supported_archs		noarch
+platforms           darwin
+supported_archs     noarch
 
-python.versions         24 25 26 27
+python.versions     24 25 26 27
 
-homepage			http://code.google.com/p/python-twitter/
-master_sites		googlecode:python-twitter
-distname			python-twitter-${version}
+homepage            http://code.google.com/p/python-twitter/
+master_sites        googlecode:python-twitter
+distname            python-twitter-${version}
 
 checksums           md5     a5d79ba7228ff00bc83a8486e7434106 \
                     sha1    a119f4da1694bc5396fc27875e538999bbf5d8d2 \
                     rmd160  3fff2e9923e26acc2d87369b36b9bcca88ad9f12
 
 if {$subport != $name} {
-    depends_lib			port:py${python.version}-simplejson \
-					port:py${python.version}-oauth2
+    depends_lib-append  port:py${python.version}-simplejson \
+                        port:py${python.version}-oauth2
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130703/809c465e/attachment-0001.html>


More information about the macports-changes mailing list