[44313] trunk/dports/python

brett at macports.org brett at macports.org
Thu Dec 25 13:31:35 PST 2008


Revision: 44313
          http://trac.macports.org/changeset/44313
Author:   brett at macports.org
Date:     2008-12-25 13:31:34 -0800 (Thu, 25 Dec 2008)
Log Message:
-----------
initial pymacs port

Added Paths:
-----------
    trunk/dports/python/py26-pymacs/
    trunk/dports/python/py26-pymacs/Portfile

Added: trunk/dports/python/py26-pymacs/Portfile
===================================================================
--- trunk/dports/python/py26-pymacs/Portfile	                        (rev 0)
+++ trunk/dports/python/py26-pymacs/Portfile	2008-12-25 21:31:34 UTC (rev 44313)
@@ -0,0 +1,23 @@
+# -*- 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		python26 1.0
+
+name			py26-pymacs
+version	      0.23
+categories		python
+platforms		darwin
+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/
+distname          Pymacs-${version}
+depends_lib       port:py26-setuptools
+checksums		sha1 1293b69db60726bb6a5cfaddd627a11650c39c54


Property changes on: trunk/dports/python/py26-pymacs/Portfile
___________________________________________________________________
Added: svn:keywords
   + Id
Added: svn:eol-style
   + native
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20081225/f6289afb/attachment.html>


More information about the macports-changes mailing list