summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>2010-12-26 14:56:17 +0000
committerArfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>2010-12-26 14:56:17 +0000
commit0c1e65682353eb6fab5155cf11172384a278318a (patch)
tree2b493173cdbc05263f096bd27ff0043b333c3d56 /dev-python/pexpect
parentUse PyPI mirrors. (diff)
downloadgentoo-2-0c1e65682353eb6fab5155cf11172384a278318a.tar.gz
gentoo-2-0c1e65682353eb6fab5155cf11172384a278318a.tar.bz2
gentoo-2-0c1e65682353eb6fab5155cf11172384a278318a.zip
Use PyPI mirrors.
(Portage version: 2.2.0_alpha10_p8/cvs/Linux x86_64)
Diffstat (limited to 'dev-python/pexpect')
-rw-r--r--dev-python/pexpect/pexpect-2.4.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/pexpect/pexpect-2.4.ebuild b/dev-python/pexpect/pexpect-2.4.ebuild
index 6cc4ecf4a0f6..53ca27b2d6f7 100644
--- a/dev-python/pexpect/pexpect-2.4.ebuild
+++ b/dev-python/pexpect/pexpect-2.4.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pexpect/pexpect-2.4.ebuild,v 1.9 2010/04/30 14:50:13 grobian Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pexpect/pexpect-2.4.ebuild,v 1.10 2010/12/26 14:56:17 arfrever Exp $
EAPI="2"
SUPPORT_PYTHON_ABIS="1"
@@ -9,7 +9,7 @@ inherit distutils
DESCRIPTION="Python module for spawning child applications and responding to expected patterns"
HOMEPAGE="http://pexpect.sourceforge.net/ http://pypi.python.org/pypi/pexpect"
-SRC_URI="http://pypi.python.org/packages/source/${PN:0:1}/${PN}/${P}.tar.gz"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="MIT"
SLOT="0"