1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47
|
Source: python-epc
Section: python
Priority: optional
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Uploaders: Lev Lamberov <dogsleg@debian.org>
Build-Depends: debhelper (>= 11),
dh-python,
python-all,
python-nose,
python-setuptools,
python-sexpdata,
python3-all,
python3-nose,
python3-setuptools,
python3-sexpdata
Standards-Version: 4.2.1
Rules-Requires-Root: no
Testsuite: autopkgtest-pkg-python
Homepage: https://pypi.python.org/pypi/epc
Vcs-Git: https://salsa.debian.org/python-team/modules/python-epc.git
Vcs-Browser: https://salsa.debian.org/python-team/modules/python-epc
Package: python-epc
Architecture: all
Depends: ${misc:Depends},
${python:Depends},
python-sexpdata
Description: RPC stack for Emacs Lisp (Python2 version)
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.
.
This package installs the library for Python 2.
Package: python3-epc
Architecture: all
Depends: ${misc:Depends},
${python3:Depends},
python3-sexpdata
Description: RPC stack for Emacs Lisp (Python3 version)
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.
.
This package installs the library for Python 3.
|