pymacs eklendi

This commit is contained in:
ilker manap
2015-12-24 14:52:55 +01:00
parent 3add7afa12
commit b11c1390d9
4 changed files with 95 additions and 0 deletions
+17
View File
@@ -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")
+9
View File
@@ -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)
+61
View File
@@ -0,0 +1,61 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>pymacs</Name>
<Homepage>http://pymacs.progiciels-bpi.ca/pymacs.html</Homepage>
<Packager>
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email>
</Packager>
<License>GPLv2</License>
<IsA>library</IsA>
<Summary>Interface between Emacs Lisp and Python</Summary>
<Description>Pymacs is a powerful tool which, once started from Emacs, allows two-way communication between Emacs Lisp and Python.</Description>
<Archive sha1sum="f79a434b19ded8918ae773246aa99ab38a937324" type="targz">https://github.com/pinard/Pymacs/archive/v0.25.tar.gz</Archive>
</Source>
<Package>
<Name>pymacs</Name>
<Files>
<Path fileType="library">/usr/lib</Path>
<Path fileType="doc">/usr/share/doc</Path>
<Path fileType="data">/usr/share/emacs</Path>
<Path fileType="config">/etc/emacs/site-lisp</Path>
</Files>
<AdditionalFiles>
<AdditionalFile owner="root" permission="0644" target="/etc/emacs/site-lisp/80-pymacs.el">80-pymacs.el</AdditionalFile>
</AdditionalFiles>
</Package>
<History>
<Update release="4">
<Date>2015-12-24</Date>
<Version>0.25</Version>
<Comment>Moved to pisi-2.0.</Comment>
<Name>Ilker Manap</Name>
<Email>ilkermanap@gmail.com</Email>
</Update>
<Update release="3">
<Date>2014-05-24</Date>
<Version>0.25</Version>
<Comment>Release bump.</Comment>
<Name>Osman Erkan</Name>
<Email>osman.erkan@pisilinux.org</Email>
</Update>
<Update release="2">
<Date>2014-02-05</Date>
<Version>0.25</Version>
<Comment>Rebuild.</Comment>
<Name>Alihan Öztürk</Name>
<Email>alihan@pisilinux.org</Email>
</Update>
<Update release="1">
<Date>2012-09-01</Date>
<Version>0.25</Version>
<Comment>First release</Comment>
<Name>Osman Erkan</Name>
<Email>osman.erkan@pisilinux.org</Email>
</Update>
</History>
</PISI>
+8
View File
@@ -0,0 +1,8 @@
<?xml version="1.0" ?>
<PISI>
<Source>
<Name>pymacs</Name>
<Summary xml:lang="tr">Emacs Lisp ve Python iletişimini sağlayan bir arayüz</Summary>
<Description xml:lang="tr">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.</Description>
</Source>
</PISI>