dev-python/iniparse: replace googlecode links
authorMike Gilbert <floppym@gentoo.org>
Thu, 24 Nov 2016 03:47:41 +0000 (22:47 -0500)
committerMike Gilbert <floppym@gentoo.org>
Thu, 24 Nov 2016 03:47:41 +0000 (22:47 -0500)
Package-Manager: portage-2.3.2_p8

dev-python/iniparse/iniparse-0.4-r1.ebuild
dev-python/iniparse/iniparse-0.4-r2.ebuild
dev-python/iniparse/metadata.xml

index 8c6e7303a4099d202a590dbd6bbd479af6d2f65b..37fccc9c790cacb203042370356c5be6f7a21cd0 100644 (file)
@@ -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"
index 1a181b41e26ecfeba4d57e2197dc417b5b34bdce..c7fa11863527abdf5c9a13f86064a9ab7a242080 100644 (file)
@@ -8,8 +8,8 @@ PYTHON_COMPAT=( python2_7 python3_{4,5} )
 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://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/${PN}/${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"
index b54bedce9b52eaf7a444815a213ebce1193ed569..7f4f33c6dbc9200d864420ebb60bc013c81df84d 100644 (file)
@@ -5,7 +5,4 @@
                <email>python@gentoo.org</email>
                <name>Python</name>
        </maintainer>
-       <upstream>
-               <remote-id type="google-code">iniparse</remote-id>
-       </upstream>
 </pkgmetadata>