diff options
author | 2010-10-30 19:30:03 +0000 | |
---|---|---|
committer | 2010-10-30 19:30:03 +0000 | |
commit | 3ccc7f7a48a3e5fa56cc558d559c8ce7b066b613 (patch) | |
tree | ea708608cab6338ee4e58ad634799cb0c124f54c /dev-python/cfgparse | |
parent | Use PyPI mirrors. (diff) | |
download | gentoo-2-3ccc7f7a48a3e5fa56cc558d559c8ce7b066b613.tar.gz gentoo-2-3ccc7f7a48a3e5fa56cc558d559c8ce7b066b613.tar.bz2 gentoo-2-3ccc7f7a48a3e5fa56cc558d559c8ce7b066b613.zip |
Use PyPI mirrors.
(Portage version: 2.2.0_alpha2_p2/cvs/Linux x86_64)
Diffstat (limited to 'dev-python/cfgparse')
-rw-r--r-- | dev-python/cfgparse/cfgparse-1.3.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/cfgparse/cfgparse-1.3.ebuild b/dev-python/cfgparse/cfgparse-1.3.ebuild index bd04a7253eae..cca779812c9b 100644 --- a/dev-python/cfgparse/cfgparse-1.3.ebuild +++ b/dev-python/cfgparse/cfgparse-1.3.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/cfgparse/cfgparse-1.3.ebuild,v 1.1 2010/07/22 15:05:32 arfrever Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/cfgparse/cfgparse-1.3.ebuild,v 1.2 2010/10/30 19:30:03 arfrever Exp $ EAPI="3" PYTHON_DEPEND="2" @@ -11,7 +11,7 @@ inherit distutils DESCRIPTION="Config File parser for Python" HOMEPAGE="http://cfgparse.sourceforge.net http://pypi.python.org/pypi/cfgparse" -SRC_URI="http://pypi.python.org/packages/source/${PN:0:1}/${PN}/${P}.zip" +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.zip" LICENSE="PSF-2.3" SLOT="0" |