[107567] trunk/dports/python/py-pymacs/Portfile

sean at macports.org sean at macports.org
Tue Jul 2 17:40:27 PDT 2013


Revision: 107567
          https://trac.macports.org/changeset/107567
Author:   sean at macports.org
Date:     2013-07-02 17:40:26 -0700 (Tue, 02 Jul 2013)
Log Message:
-----------
py-pymacs: whitespace cleanup

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

Modified: trunk/dports/python/py-pymacs/Portfile
===================================================================
--- trunk/dports/python/py-pymacs/Portfile	2013-07-03 00:40:19 UTC (rev 107566)
+++ trunk/dports/python/py-pymacs/Portfile	2013-07-03 00:40:26 UTC (rev 107567)
@@ -1,26 +1,28 @@
 # -*- 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-pymacs
-version	        0.23
-platforms		darwin
-supported_archs	noarch
-license         GPL-2+
-maintainers		nomaintainer
-description		python/emacs integration 
-long_description	Pymacs is a powerful tool which, once started from Emacs, \
+name                py-pymacs
+version             0.23
+platforms           darwin
+supported_archs     noarch
+license             GPL-2+
+maintainers         nomaintainer
+description         python/emacs integration
+long_description    Pymacs is a powerful tool which, once started from Emacs, \
 allows both-way communication between Emacs Lisp and Python. Pymacs aims Python \
 as an extension language for Emacs rather than the other way around, and this \
 asymmetry is reflected in some design choices. Within Emacs Lisp code, one may \
 load and use Python modules. Python functions may themselves use Emacs services, \
-and handle Emacs Lisp objects kept in Emacs Lisp space. 
-homepage		http://pymacs.progiciels-bpi.ca/pymacs.html
-master_sites	http://pymacs.progiciels-bpi.ca/archives/ \
-		http://distfiles.macports.org/python/
-distname          Pymacs-${version}
-checksums		sha1 1293b69db60726bb6a5cfaddd627a11650c39c54
+and handle Emacs Lisp objects kept in Emacs Lisp space.
 
-python.versions	26 27
+homepage            http://pymacs.progiciels-bpi.ca/pymacs.html
+master_sites        http://pymacs.progiciels-bpi.ca/archives/ \
+                    http://distfiles.macports.org/python/
+distname            Pymacs-${version}
+
+checksums           sha1 1293b69db60726bb6a5cfaddd627a11650c39c54
+
+python.versions     26 27
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130702/db3cf09d/attachment.html>


More information about the macports-changes mailing list