summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Gilbert <floppym@gentoo.org>2016-11-23 22:11:19 -0500
committerMike Gilbert <floppym@gentoo.org>2016-11-23 22:11:19 -0500
commit56dd3deda3f06c4bc5ad101237b8ea0a0e832da3 (patch)
tree595ed02d3058013f0c3820cb8db33cae4c70c38a /dev-python/columnize/columnize-0.3.5-r1.ebuild
parentdev-python/amqplib: replace googlecode links (diff)
downloadgentoo-56dd3deda3f06c4bc5ad101237b8ea0a0e832da3.tar.gz
gentoo-56dd3deda3f06c4bc5ad101237b8ea0a0e832da3.tar.bz2
gentoo-56dd3deda3f06c4bc5ad101237b8ea0a0e832da3.zip
dev-python/columnize: replace googlecode links
Package-Manager: portage-2.3.2_p8
Diffstat (limited to 'dev-python/columnize/columnize-0.3.5-r1.ebuild')
-rw-r--r--dev-python/columnize/columnize-0.3.5-r1.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-python/columnize/columnize-0.3.5-r1.ebuild b/dev-python/columnize/columnize-0.3.5-r1.ebuild
index 579c0a26494f..194781fd7ac1 100644
--- a/dev-python/columnize/columnize-0.3.5-r1.ebuild
+++ b/dev-python/columnize/columnize-0.3.5-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="Format a simple (i.e. not nested) list into aligned columns"
-HOMEPAGE="https://code.google.com/p/pycolumnize/ https://pypi.python.org/pypi/columnize"
-SRC_URI="https://pycolumnize.googlecode.com/files/${P}.tar.gz"
+HOMEPAGE="https://github.com/rocky/pycolumnize https://pypi.python.org/pypi/columnize"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="PSF-2"
SLOT="0"