diff options
author | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2011-03-26 22:56:40 +0000 |
---|---|---|
committer | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2011-03-26 22:56:40 +0000 |
commit | fbd09bd41bf914ca08786c5c447d30f8b911405d (patch) | |
tree | 4afc4cb69f4156c59bb85245785b027d48823f86 /dev-python/rpyc | |
parent | whitespace (diff) | |
download | gentoo-2-fbd09bd41bf914ca08786c5c447d30f8b911405d.tar.gz gentoo-2-fbd09bd41bf914ca08786c5c447d30f8b911405d.tar.bz2 gentoo-2-fbd09bd41bf914ca08786c5c447d30f8b911405d.zip |
Version bump.
(Portage version: 2.2.0_alpha28_p34/cvs/Linux x86_64)
Diffstat (limited to 'dev-python/rpyc')
-rw-r--r-- | dev-python/rpyc/ChangeLog | 10 | ||||
-rw-r--r-- | dev-python/rpyc/rpyc-3.1.0.ebuild | 26 |
2 files changed, 34 insertions, 2 deletions
diff --git a/dev-python/rpyc/ChangeLog b/dev-python/rpyc/ChangeLog index 2cf35e24130a..022fea46b8ef 100644 --- a/dev-python/rpyc/ChangeLog +++ b/dev-python/rpyc/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-python/rpyc -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/rpyc/ChangeLog,v 1.5 2010/07/23 22:54:40 arfrever Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/rpyc/ChangeLog,v 1.6 2011/03/26 22:56:40 arfrever Exp $ + +*rpyc-3.1.0 (26 Mar 2011) + + 26 Mar 2011; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> + +rpyc-3.1.0.ebuild: + Version bump. 23 Jul 2010; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> rpyc-3.0.7.ebuild: diff --git a/dev-python/rpyc/rpyc-3.1.0.ebuild b/dev-python/rpyc/rpyc-3.1.0.ebuild new file mode 100644 index 000000000000..77240ac0b40f --- /dev/null +++ b/dev-python/rpyc/rpyc-3.1.0.ebuild @@ -0,0 +1,26 @@ +# 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.1.0.ebuild,v 1.1 2011/03/26 22:56:40 arfrever Exp $ + +EAPI="3" +SUPPORT_PYTHON_ABIS="1" + +inherit distutils + +MY_PN="RPyC" +MY_P="${MY_PN}-${PV}" + +DESCRIPTION="Remote Python Call (RPyC), a transparent and symmetric RPC library" +HOMEPAGE="http://rpyc.wikidot.com/ http://pypi.python.org/pypi/RPyC" +SRC_URI="http://pypi.python.org/packages/source/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="crypt" + +RDEPEND="crypt? ( dev-python/tlslite )" +DEPEND="${DEPEND} + dev-python/setuptools" + +S="${WORKDIR}/${MY_P}" |