| 1 |
grozin |
1.1 |
# Copyright 1999-2012 Gentoo Foundation
|
| 2 |
|
|
# Distributed under the terms of the GNU General Public License v2
|
| 3 |
|
|
# $Header: /var/cvsroot/gentoo-x86/dev-python/rpyc/rpyc-3.2.0.ebuild,v 1.1 2011/10/12 06:37:53 grozin Exp $
|
| 4 |
|
|
|
| 5 |
|
|
EAPI="3"
|
| 6 |
|
|
SUPPORT_PYTHON_ABIS="1"
|
| 7 |
|
|
|
| 8 |
|
|
inherit distutils
|
| 9 |
|
|
|
| 10 |
|
|
DESCRIPTION="Remote Python Call (RPyC), a transparent and symmetric RPC library"
|
| 11 |
|
|
HOMEPAGE="http://rpyc.sourceforge.net/"
|
| 12 |
|
|
SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
|
| 13 |
|
|
LICENSE="MIT"
|
| 14 |
|
|
SLOT="0"
|
| 15 |
|
|
KEYWORDS="~amd64 ~x86"
|
| 16 |
|
|
IUSE=""
|
| 17 |
|
|
RDEPEND=""
|
| 18 |
|
|
DEPEND="dev-python/setuptools"
|