2015-03-07 22:23:18 +03:00
|
|
|
# Copyright 1999-2015 Gentoo Foundation
|
2014-01-13 01:26:28 +04:00
|
|
|
# Distributed under the terms of the GNU General Public License v2
|
2015-08-11 00:17:55 +03:00
|
|
|
# $Id$
|
2014-01-13 01:26:28 +04:00
|
|
|
|
|
|
|
EAPI="5"
|
2016-11-02 01:53:05 +03:00
|
|
|
PYTHON_COMPAT=( python{2_7,3_4} )
|
2014-01-13 01:26:28 +04:00
|
|
|
|
|
|
|
inherit distutils-r1
|
|
|
|
|
|
|
|
DESCRIPTION="Remote Python Call (RPyC), a transparent and symmetric RPC library"
|
|
|
|
HOMEPAGE="http://rpyc.sourceforge.net/"
|
|
|
|
SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
|
|
|
|
LICENSE="MIT"
|
|
|
|
SLOT="0"
|
2015-03-09 22:56:36 +03:00
|
|
|
KEYWORDS="amd64 x86"
|
2014-01-13 01:26:28 +04:00
|
|
|
IUSE=""
|
|
|
|
RDEPEND=""
|
|
|
|
DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
|