diff options
author | 2010-10-30 19:52:14 +0000 | |
---|---|---|
committer | 2010-10-30 19:52:14 +0000 | |
commit | fb72e8edeab0298d45ce9334016c51a9a4ea1f35 (patch) | |
tree | efef464ddf60e493b60cd21a5a1b0c6af9d185bf /dev-python/git-python | |
parent | Use PyPI mirrors. (diff) | |
download | gentoo-2-fb72e8edeab0298d45ce9334016c51a9a4ea1f35.tar.gz gentoo-2-fb72e8edeab0298d45ce9334016c51a9a4ea1f35.tar.bz2 gentoo-2-fb72e8edeab0298d45ce9334016c51a9a4ea1f35.zip |
Use PyPI mirrors.
(Portage version: 2.2.0_alpha2_p2/cvs/Linux x86_64)
Diffstat (limited to 'dev-python/git-python')
-rw-r--r-- | dev-python/git-python/git-python-0.1.7.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/git-python/git-python-0.1.7.ebuild b/dev-python/git-python/git-python-0.1.7.ebuild index a81465606a09..86a04170c489 100644 --- a/dev-python/git-python/git-python-0.1.7.ebuild +++ b/dev-python/git-python/git-python-0.1.7.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/git-python/git-python-0.1.7.ebuild,v 1.2 2010/07/15 17:16:50 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/git-python/git-python-0.1.7.ebuild,v 1.3 2010/10/30 19:52:14 arfrever Exp $ EAPI="3" PYTHON_DEPEND="2" @@ -13,7 +13,7 @@ MY_P="${MY_PN}-${PV}" DESCRIPTION="GitPython is a python library used to interact with Git repositories." HOMEPAGE="http://gitorious.org/git-python http://pypi.python.org/pypi/GitPython" -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" |