diff --git a/dev-python/epc/Manifest b/dev-python/epc/Manifest new file mode 100644 index 0000000..ae67c57 --- /dev/null +++ b/dev-python/epc/Manifest @@ -0,0 +1 @@ +DIST epc-0.0.5.tar.gz 17968 BLAKE2B 45bc5aa3ac2cdeb83ad8097004838beae0a85bc68904d9a12aaa41ee291e76d92b05b0486277558456dee6d16170380d81359b8c026f804a82e225a1078a8a40 SHA512 e2b75850e39bb0f3c16f5b84f55dec675a8fe2b61ff5fd55704ef677317d698865a99fc495247cd753a2c8329729f45bc7f81f42dd4c6d27b31810c0aac831e2 diff --git a/dev-python/epc/epc-0.0.5.ebuild b/dev-python/epc/epc-0.0.5.ebuild new file mode 100644 index 0000000..fd88793 --- /dev/null +++ b/dev-python/epc/epc-0.0.5.ebuild @@ -0,0 +1,29 @@ +# Copyright 1999-2022 Gentoo Authors, projectmoon +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DISTUTILS_USE_PEP517=setuptools +PYTHON_COMPAT=( python3_{8..11} ) + +inherit distutils-r1 + +DESCRIPTION="EPC (RPC stack for Emacs Lisp) implementation in Python" +HOMEPAGE=" + https://pypi.org/project/epc/ + https://github.com/tkf/python-epc +" +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" + +LICENSE="GPL-3+" +SLOT="0" +KEYWORDS="amd64" + +RDEPEND=" + dev-python/sexpdata[${PYTHON_USEDEP}] + dev-python/orjson[${PYTHON_USEDEP}] +" + +DEPEND="${RDEPEND}" + +distutils_enable_tests pytest