summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrey Grozin <grozin@gentoo.org>2011-10-12 06:37:53 +0000
committerAndrey Grozin <grozin@gentoo.org>2011-10-12 06:37:53 +0000
commit36ad8958e0daa8651c213b3d2fcebaa4bb76bc4a (patch)
tree6b1d546d0ab1e07d2c579a4dff4c7387e2afafb8 /dev-python/rpyc/rpyc-3.2.0.ebuild
parentVersion bump. (diff)
downloadhistorical-36ad8958e0daa8651c213b3d2fcebaa4bb76bc4a.tar.gz
historical-36ad8958e0daa8651c213b3d2fcebaa4bb76bc4a.tar.bz2
historical-36ad8958e0daa8651c213b3d2fcebaa4bb76bc4a.zip
Version bump
Package-Manager: portage-2.2.0_alpha66/cvs/Linux i686
Diffstat (limited to 'dev-python/rpyc/rpyc-3.2.0.ebuild')
-rw-r--r--dev-python/rpyc/rpyc-3.2.0.ebuild18
1 files changed, 18 insertions, 0 deletions
diff --git a/dev-python/rpyc/rpyc-3.2.0.ebuild b/dev-python/rpyc/rpyc-3.2.0.ebuild
new file mode 100644
index 000000000000..4dc84579b60e
--- /dev/null
+++ b/dev-python/rpyc/rpyc-3.2.0.ebuild
@@ -0,0 +1,18 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/rpyc/rpyc-3.2.0.ebuild,v 1.1 2011/10/12 06:37:53 grozin Exp $
+
+EAPI="3"
+SUPPORT_PYTHON_ABIS="1"
+
+inherit distutils
+
+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"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+RDEPEND=""
+DEPEND="dev-python/setuptools"