summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Gilbert <floppym@gentoo.org>2016-11-23 22:47:41 -0500
committerMike Gilbert <floppym@gentoo.org>2016-11-23 22:47:41 -0500
commit3fe1f0156ea0f17c82e0b3cf583070ec34262db0 (patch)
tree51260669bd98ca10f2b35bdab7d2af8328a90aa9 /dev-python/iniparse/iniparse-0.4-r1.ebuild
parentdev-python/google-apputils: replace googlecode links (diff)
downloadgentoo-3fe1f0156ea0f17c82e0b3cf583070ec34262db0.tar.gz
gentoo-3fe1f0156ea0f17c82e0b3cf583070ec34262db0.tar.bz2
gentoo-3fe1f0156ea0f17c82e0b3cf583070ec34262db0.zip
dev-python/iniparse: replace googlecode links
Package-Manager: portage-2.3.2_p8
Diffstat (limited to 'dev-python/iniparse/iniparse-0.4-r1.ebuild')
-rw-r--r--dev-python/iniparse/iniparse-0.4-r1.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-python/iniparse/iniparse-0.4-r1.ebuild b/dev-python/iniparse/iniparse-0.4-r1.ebuild
index 8c6e7303a409..37fccc9c790c 100644
--- a/dev-python/iniparse/iniparse-0.4-r1.ebuild
+++ b/dev-python/iniparse/iniparse-0.4-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
@@ -8,8 +8,8 @@ PYTHON_COMPAT=( python2_7 )
inherit distutils-r1
DESCRIPTION="Better INI parser for Python"
-HOMEPAGE="https://code.google.com/p/iniparse https://pypi.python.org/pypi/iniparse"
-SRC_URI="https://${PN}.googlecode.com/files/${P}.tar.gz"
+HOMEPAGE="https://pypi.python.org/pypi/iniparse"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="MIT PSF-2"
SLOT="0"