diff options
author | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2011-03-26 22:58:04 +0000 |
---|---|---|
committer | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2011-03-26 22:58:04 +0000 |
commit | c72aaa4b0c3c73e29a3d25532f92b32fe53cd00e (patch) | |
tree | c8cc06863c1b05bf76054d9fea9f9826538f69fc /dev-python/rpyc | |
parent | Version bump. (diff) | |
download | gentoo-2-c72aaa4b0c3c73e29a3d25532f92b32fe53cd00e.tar.gz gentoo-2-c72aaa4b0c3c73e29a3d25532f92b32fe53cd00e.tar.bz2 gentoo-2-c72aaa4b0c3c73e29a3d25532f92b32fe53cd00e.zip |
Use PyPI mirrors.
(Portage version: 2.2.0_alpha28_p34/cvs/Linux x86_64)
Diffstat (limited to 'dev-python/rpyc')
-rw-r--r-- | dev-python/rpyc/rpyc-3.1.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/rpyc/rpyc-3.1.0.ebuild b/dev-python/rpyc/rpyc-3.1.0.ebuild index 77240ac0b40f..84f116c88b42 100644 --- a/dev-python/rpyc/rpyc-3.1.0.ebuild +++ b/dev-python/rpyc/rpyc-3.1.0.ebuild @@ -1,6 +1,6 @@ # 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 $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/rpyc/rpyc-3.1.0.ebuild,v 1.2 2011/03/26 22:58:04 arfrever Exp $ EAPI="3" SUPPORT_PYTHON_ABIS="1" @@ -12,7 +12,7 @@ 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" +SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz" LICENSE="MIT" SLOT="0" |