diff --git a/editor/emacs/pymacs/actions.py b/editor/emacs/pymacs/actions.py new file mode 100644 index 0000000000..eb5ba9d128 --- /dev/null +++ b/editor/emacs/pymacs/actions.py @@ -0,0 +1,17 @@ +#!/usr/bin/python +# -*- coding: utf-8 -*- +# +# Licensed under the GNU General Public License, version 3. +# See the file http://www.gnu.org/licenses/gpl.txt + +from pisi.actionsapi import get +from pisi.actionsapi import pisitools +from pisi.actionsapi import pythonmodules + +#WorkDir="pinard-Pymacs-5989046" + +def install(): + pythonmodules.install() + pisitools.insinto("/usr/share/emacs/site-lisp", "pymacs.el.in", "pymacs.el") + + pisitools.dodoc("THANKS", "README", "TODO") diff --git a/editor/emacs/pymacs/files/80-pymacs.el b/editor/emacs/pymacs/files/80-pymacs.el new file mode 100644 index 0000000000..a89e7acc21 --- /dev/null +++ b/editor/emacs/pymacs/files/80-pymacs.el @@ -0,0 +1,9 @@ +;;; Pymacs site-lisp configuration + +(add-to-list 'load-path "/usr/share/emacs/site-lisp/") +(require 'pymacs) +(autoload 'pymacs-apply "pymacs") +(autoload 'pymacs-call "pymacs") +(autoload 'pymacs-eval "pymacs" nil t) +(autoload 'pymacs-exec "pymacs" nil t) +(autoload 'pymacs-load "pymacs" nil t) diff --git a/editor/emacs/pymacs/pspec.xml b/editor/emacs/pymacs/pspec.xml new file mode 100644 index 0000000000..249512aba2 --- /dev/null +++ b/editor/emacs/pymacs/pspec.xml @@ -0,0 +1,61 @@ + + + + + pymacs + http://pymacs.progiciels-bpi.ca/pymacs.html + + PisiLinux Community + admins@pisilinux.org + + GPLv2 + library + Interface between Emacs Lisp and Python + Pymacs is a powerful tool which, once started from Emacs, allows two-way communication between Emacs Lisp and Python. + https://github.com/pinard/Pymacs/archive/v0.25.tar.gz + + + + pymacs + + /usr/lib + /usr/share/doc + /usr/share/emacs + /etc/emacs/site-lisp + + + 80-pymacs.el + + + + + + 2015-12-24 + 0.25 + Moved to pisi-2.0. + Ilker Manap + ilkermanap@gmail.com + + + 2014-05-24 + 0.25 + Release bump. + Osman Erkan + osman.erkan@pisilinux.org + + + 2014-02-05 + 0.25 + Rebuild. + Alihan Öztürk + alihan@pisilinux.org + + + 2012-09-01 + 0.25 + First release + Osman Erkan + osman.erkan@pisilinux.org + + + diff --git a/editor/emacs/pymacs/translations.xml b/editor/emacs/pymacs/translations.xml new file mode 100644 index 0000000000..d4a9a4d3c6 --- /dev/null +++ b/editor/emacs/pymacs/translations.xml @@ -0,0 +1,8 @@ + + + + pymacs + Emacs Lisp ve Python iletişimini sağlayan bir arayüz + Pymacs, Emacs ile çalıştırıldığında, Emacs Lisp ve Python arasında çift yönlü iletişime olanak tanıyan güçlü bir araçtır. + +