diff options
author | 2010-10-30 19:42:49 +0000 | |
---|---|---|
committer | 2010-10-30 19:42:49 +0000 | |
commit | cfeb7ebdf4462aa12ad9892bb543f9f524ee870e (patch) | |
tree | 263feda408f208ce789c69cf96a07c6f844c981b /dev-python/flask | |
parent | Version bump (diff) | |
download | gentoo-2-cfeb7ebdf4462aa12ad9892bb543f9f524ee870e.tar.gz gentoo-2-cfeb7ebdf4462aa12ad9892bb543f9f524ee870e.tar.bz2 gentoo-2-cfeb7ebdf4462aa12ad9892bb543f9f524ee870e.zip |
Use PyPI mirrors.
(Portage version: 2.2.0_alpha2_p2/cvs/Linux x86_64)
Diffstat (limited to 'dev-python/flask')
-rw-r--r-- | dev-python/flask/flask-0.6.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/flask/flask-0.6.ebuild b/dev-python/flask/flask-0.6.ebuild index 39227fe63024..151bb8052b11 100644 --- a/dev-python/flask/flask-0.6.ebuild +++ b/dev-python/flask/flask-0.6.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/flask/flask-0.6.ebuild,v 1.1 2010/07/27 16:38:06 arfrever Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/flask/flask-0.6.ebuild,v 1.2 2010/10/30 19:42:49 arfrever Exp $ EAPI="3" PYTHON_DEPEND="2" @@ -14,7 +14,7 @@ MY_P="${MY_PN}-${PV}" DESCRIPTION="A microframework based on Werkzeug, Jinja2 and good intentions" HOMEPAGE="http://pypi.python.org/pypi/Flask" -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="BSD" SLOT="0" |