summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>2010-10-30 22:21:05 +0000
committerArfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>2010-10-30 22:21:05 +0000
commit68f132116e15874a39dd8602655b2efb97b9e082 (patch)
tree2a35a695f44c672a0cbe59827dcd9925a3fd5e2c
parentUpdate EAPI. Fix dependencies. Set SUPPORT_PYTHON_ABIS (bug #311785). Enable ... (diff)
downloadgentoo-2-68f132116e15874a39dd8602655b2efb97b9e082.tar.gz
gentoo-2-68f132116e15874a39dd8602655b2efb97b9e082.tar.bz2
gentoo-2-68f132116e15874a39dd8602655b2efb97b9e082.zip
Use PyPI mirrors.
(Portage version: 2.2.0_alpha2_p2/cvs/Linux x86_64)
-rw-r--r--dev-python/setuptools/setuptools-0.6_rc9-r1.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-python/setuptools/setuptools-0.6_rc9-r1.ebuild b/dev-python/setuptools/setuptools-0.6_rc9-r1.ebuild
index 231e90ac92e1..9ac4d803f873 100644
--- a/dev-python/setuptools/setuptools-0.6_rc9-r1.ebuild
+++ b/dev-python/setuptools/setuptools-0.6_rc9-r1.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/setuptools/setuptools-0.6_rc9-r1.ebuild,v 1.3 2009/11/21 03:13:00 arfrever Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/setuptools/setuptools-0.6_rc9-r1.ebuild,v 1.4 2010/10/30 22:21:05 arfrever Exp $
EAPI="2"
SUPPORT_PYTHON_ABIS="1"
@@ -11,7 +11,7 @@ MY_P="${P/_rc/c}"
DESCRIPTION="A collection of enhancements to the Python distutils including easy install"
HOMEPAGE="http://peak.telecommunity.com/DevCenter/setuptools"
-SRC_URI="http://cheeseshop.python.org/packages/source/s/setuptools/${MY_P}.tar.gz"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${MY_P}.tar.gz"
LICENSE="PSF-2.2"
SLOT="0"