1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-01 01:17:02 +00:00
freebsd-ports/devel/py-epc/Makefile
Ashish SHUKLA 4d420e3e1d
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
2022-03-25 18:23:49 +00:00

18 lines
370 B
Makefile

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>