diff options
author | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2010-10-30 19:52:51 +0000 |
---|---|---|
committer | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2010-10-30 19:52:51 +0000 |
commit | d3d9dd54475668d5ba8d1411360323ec34d6ada4 (patch) | |
tree | c26d3477217ea53da3a52d8d7594dfc9417e43a5 /dev-python/git-python | |
parent | Cleanup old versions; add a new revision hiding symbols. Add to pam herd as w... (diff) | |
download | historical-d3d9dd54475668d5ba8d1411360323ec34d6ada4.tar.gz historical-d3d9dd54475668d5ba8d1411360323ec34d6ada4.tar.bz2 historical-d3d9dd54475668d5ba8d1411360323ec34d6ada4.zip |
Use PyPI mirrors.
Package-Manager: portage-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" |