git: 4d420e3e1dd6 - main - devel/py-epc: New Port: Python RPC Stack for Elisp
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 25 Mar 2022 18:24:30 UTC
The branch main has been updated by ashish: URL: https://cgit.FreeBSD.org/ports/commit/?id=4d420e3e1dd6d0a857f98846cb56ebb1870d3d68 commit 4d420e3e1dd6d0a857f98846cb56ebb1870d3d68 Author: Ashish SHUKLA <ashish@FreeBSD.org> AuthorDate: 2022-03-12 14:38:48 +0000 Commit: Ashish SHUKLA <ashish@FreeBSD.org> CommitDate: 2022-03-25 18:23:49 +0000 devel/py-epc: New Port: Python RPC Stack for Elisp 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 WWW: https://pypi.python.org/pypi/epc --- devel/Makefile | 1 + devel/py-epc/Makefile | 17 +++++++++++++++++ devel/py-epc/distinfo | 3 +++ devel/py-epc/pkg-descr | 6 ++++++ 4 files changed, 27 insertions(+) diff --git a/devel/Makefile b/devel/Makefile index 8d6cf43c3a1b..02d2ffa2806e 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -4490,6 +4490,7 @@ SUBDIR += py-enum-compat SUBDIR += py-envisage SUBDIR += py-envs + SUBDIR += py-epc SUBDIR += py-epdb SUBDIR += py-epsilon SUBDIR += py-evdev diff --git a/devel/py-epc/Makefile b/devel/py-epc/Makefile new file mode 100644 index 000000000000..00e99fefe0f8 --- /dev/null +++ b/devel/py-epc/Makefile @@ -0,0 +1,17 @@ +PORTNAME= epc +DISTVERSION= 0.0.5 +CATEGORIES= devel python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= ashish@FreeBSD.org +COMMENT= RPC Stack for Emacs Lisp for Python + +LICENSE= GPLv3 + +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sexpdata>=0.0.3:devel/py-sexpdata@${PY_FLAVOR} + +USES= python +USE_PYTHON= autoplist distutils + +.include <bsd.port.mk> diff --git a/devel/py-epc/distinfo b/devel/py-epc/distinfo new file mode 100644 index 000000000000..413bd5af8089 --- /dev/null +++ b/devel/py-epc/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1647095104 +SHA256 (epc-0.0.5.tar.gz) = a14d2ea74817955a20eb00812e3a4630a132897eb4d976420240f1152c0d7d25 +SIZE (epc-0.0.5.tar.gz) = 17968 diff --git a/devel/py-epc/pkg-descr b/devel/py-epc/pkg-descr new file mode 100644 index 000000000000..4b6ab46c7cfd --- /dev/null +++ b/devel/py-epc/pkg-descr @@ -0,0 +1,6 @@ +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 + +WWW: https://pypi.python.org/pypi/epc