You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
513 B
18 lines
513 B
7 years ago
|
# Copyright 1999-2018 Gentoo Foundation
|
||
9 years ago
|
# Distributed under the terms of the GNU General Public License v2
|
||
|
|
||
6 years ago
|
EAPI=6
|
||
|
PYTHON_COMPAT=( python{2_7,3_5,3_6,3_7} )
|
||
9 years ago
|
|
||
|
inherit distutils-r1
|
||
|
|
||
|
DESCRIPTION="Remote Python Call (RPyC), a transparent and symmetric RPC library"
|
||
7 years ago
|
HOMEPAGE="https://rpyc.readthedocs.io/en/latest/"
|
||
9 years ago
|
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
|
||
|
LICENSE="MIT"
|
||
|
SLOT="0"
|
||
6 years ago
|
KEYWORDS="~amd64 ~x86"
|
||
9 years ago
|
IUSE=""
|
||
6 years ago
|
RDEPEND="dev-python/plumbum[${PYTHON_USEDEP}]"
|
||
9 years ago
|
DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
|