summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-python/rpyc/rpyc-3.0.7.ebuild')
-rw-r--r--dev-python/rpyc/rpyc-3.0.7.ebuild12
1 files changed, 12 insertions, 0 deletions
diff --git a/dev-python/rpyc/rpyc-3.0.7.ebuild b/dev-python/rpyc/rpyc-3.0.7.ebuild
new file mode 100644
index 000000000000..987e581c0107
--- /dev/null
+++ b/dev-python/rpyc/rpyc-3.0.7.ebuild
@@ -0,0 +1,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.7.ebuild,v 1.1 2009/10/15 16:18:50 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="~amd64 ~x86"
+IUSE="crypt"
+RDEPEND="crypt? ( dev-python/tlslite )"