# 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.02.ebuild,v 1.1 2009/01/06 11:02:37 grozin 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="~x86" IUSE="crypt" RDEPEND="crypt? ( dev-python/tlslite )"