# -*- 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: Portfile 105730 2013-05-03 23:29:49Z jmr@macports.org $ 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, \ 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 python.versions 26 27 if {$subport != $name} { depends_lib port:py${python.version}-distribute }