diff options
author | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2010-12-26 15:54:17 +0000 |
---|---|---|
committer | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2010-12-26 15:54:17 +0000 |
commit | 36ac26ead53146d259d434919e9fffc6a9957077 (patch) | |
tree | 5077b317459e9b3bf78bd547e95c6679a0c678a8 /sci-astronomy | |
parent | Use PyPI mirrors. (diff) | |
download | gentoo-2-36ac26ead53146d259d434919e9fffc6a9957077.tar.gz gentoo-2-36ac26ead53146d259d434919e9fffc6a9957077.tar.bz2 gentoo-2-36ac26ead53146d259d434919e9fffc6a9957077.zip |
Use PyPI mirrors.
(Portage version: 2.2.0_alpha10_p8/cvs/Linux x86_64)
Diffstat (limited to 'sci-astronomy')
-rw-r--r-- | sci-astronomy/pyephem/pyephem-3.7.3.4.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sci-astronomy/pyephem/pyephem-3.7.3.4.ebuild b/sci-astronomy/pyephem/pyephem-3.7.3.4.ebuild index 6daffb4d3afe..167d203bd96d 100644 --- a/sci-astronomy/pyephem/pyephem-3.7.3.4.ebuild +++ b/sci-astronomy/pyephem/pyephem-3.7.3.4.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/sci-astronomy/pyephem/pyephem-3.7.3.4.ebuild,v 1.2 2010/05/26 15:34:44 xarthisius Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/pyephem/pyephem-3.7.3.4.ebuild,v 1.3 2010/12/26 15:54:17 arfrever Exp $ EAPI="2" PYTHON_DEPEND="2:2.5" @@ -12,7 +12,7 @@ inherit distutils eutils DESCRIPTION="Astronomical routines for the python programming language" LICENSE="LGPL-3" HOMEPAGE="http://rhodesmill.org/pyephem/pyephem.html" -SRC_URI="http://pypi.python.org/packages/source/${PN:0:1}/${PN}/${P}.tar.gz" +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" SLOT="0" KEYWORDS="~amd64 ~ppc ~x86" |