diff options
author | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2010-12-26 15:13:50 +0000 |
---|---|---|
committer | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2010-12-26 15:13:50 +0000 |
commit | e64ba1a757d12d146391798c67dd79d3fb98a95c (patch) | |
tree | 69e71a7446c4bbc9be1988833d3225bc220fcb55 /dev-python/pycountry | |
parent | Use PyPI mirrors. (diff) | |
download | gentoo-2-e64ba1a757d12d146391798c67dd79d3fb98a95c.tar.gz gentoo-2-e64ba1a757d12d146391798c67dd79d3fb98a95c.tar.bz2 gentoo-2-e64ba1a757d12d146391798c67dd79d3fb98a95c.zip |
Use PyPI mirrors.
(Portage version: 2.2.0_alpha10_p8/cvs/Linux x86_64)
Diffstat (limited to 'dev-python/pycountry')
-rw-r--r-- | dev-python/pycountry/pycountry-0.12.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/pycountry/pycountry-0.12.1.ebuild b/dev-python/pycountry/pycountry-0.12.1.ebuild index 5a199991bbdc..03b120bc0bcc 100644 --- a/dev-python/pycountry/pycountry-0.12.1.ebuild +++ b/dev-python/pycountry/pycountry-0.12.1.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/pycountry/pycountry-0.12.1.ebuild,v 1.1 2010/04/28 18:48:10 arfrever Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pycountry/pycountry-0.12.1.ebuild,v 1.2 2010/12/26 15:13:50 arfrever Exp $ EAPI="3" SUPPORT_PYTHON_ABIS="1" @@ -9,7 +9,7 @@ inherit distutils DESCRIPTION="ISO country, subdivision, language, currency and script definitions and their translations" HOMEPAGE="http://pypi.python.org/pypi/pycountry" -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" LICENSE="GPL-2" SLOT="0" |