You've already forked macports-ports
mirror of
https://github.com/encounter/macports-ports.git
synced 2026-03-30 11:29:27 -07:00
35 lines
1.2 KiB
Tcl
35 lines
1.2 KiB
Tcl
# -*- 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
|
|
|
|
PortSystem 1.0
|
|
PortGroup python 1.0
|
|
PortGroup github 1.0
|
|
|
|
github.setup tkf python-epc 0.0.5 v
|
|
name py-epc
|
|
|
|
platforms darwin
|
|
supported_archs noarch
|
|
license GPL-3+
|
|
maintainers nomaintainer
|
|
|
|
description EPC (RPC stack for Emacs Lisp) for Python
|
|
long_description \
|
|
EPC is an RPC stack for Emacs Lisp and Python-EPC is its server side and \
|
|
client side implementation in Python. Using Python-EPC, you can easily \
|
|
call Emacs Lisp functions from Python and Python functions from Emacs. \
|
|
For example, you can use Python GUI module to build widgets for Emacs \
|
|
(see examples/gtk/server.py for example).
|
|
|
|
checksums rmd160 d25f8c858c86493589843c65db40813f25c5feb1 \
|
|
sha256 76ef4061e5ff94fb87879188d6a85e958e2a32363124a1ce6027b5c1cc5c4f46 \
|
|
size 36828
|
|
|
|
python.versions 27 35 36
|
|
|
|
if {${name} ne ${subport}} {
|
|
depends_lib-append \
|
|
port:py${python.version}-sexpdata
|
|
|
|
livecheck.type none
|
|
}
|