summaryrefslogtreecommitdiff
blob: 2fdcb7302507dd1926dbeddb4627984c058f84f2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/rpyc/rpyc-3.0.6.ebuild,v 1.1 2009/09/03 12:07:03 patrick Exp $
inherit distutils
DESCRIPTION="Remote python call"
HOMEPAGE="http://${PN}.wikidot.com/"
SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="crypt"
RDEPEND="crypt? ( dev-python/tlslite )"