diff options
author | Mike Gilbert <floppym@gentoo.org> | 2016-11-23 22:05:59 -0500 |
---|---|---|
committer | Mike Gilbert <floppym@gentoo.org> | 2016-11-23 22:06:17 -0500 |
commit | dac6e3c2432dc1f0f3c67bc7fb29ed96bb454b6b (patch) | |
tree | 977cb8d6fbd73b61d22caf49db3223d297889c55 /dev-python | |
parent | net-proxy/shadowsocks-libev: version bump (diff) | |
download | gentoo-dac6e3c2432dc1f0f3c67bc7fb29ed96bb454b6b.tar.gz gentoo-dac6e3c2432dc1f0f3c67bc7fb29ed96bb454b6b.tar.bz2 gentoo-dac6e3c2432dc1f0f3c67bc7fb29ed96bb454b6b.zip |
dev-python/amqplib: replace googlecode links
Package-Manager: portage-2.3.2_p8
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/amqplib/amqplib-0.6.1-r1.ebuild | 6 | ||||
-rw-r--r-- | dev-python/amqplib/amqplib-1.0.2-r1.ebuild | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/dev-python/amqplib/amqplib-0.6.1-r1.ebuild b/dev-python/amqplib/amqplib-0.6.1-r1.ebuild index 41e371732424..7cbcb767c9cb 100644 --- a/dev-python/amqplib/amqplib-0.6.1-r1.ebuild +++ b/dev-python/amqplib/amqplib-0.6.1-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 eutils DESCRIPTION="Python client for the Advanced Message Queuing Procotol (AMQP)" -HOMEPAGE="https://code.google.com/p/py-amqplib/" -SRC_URI="https://py-amqplib.googlecode.com/files/${P}.tgz" +HOMEPAGE="https://barryp.org/software/py-amqplib/" +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tgz" LICENSE="LGPL-3" SLOT="0" diff --git a/dev-python/amqplib/amqplib-1.0.2-r1.ebuild b/dev-python/amqplib/amqplib-1.0.2-r1.ebuild index 382650940c38..9e9e59eb6966 100644 --- a/dev-python/amqplib/amqplib-1.0.2-r1.ebuild +++ b/dev-python/amqplib/amqplib-1.0.2-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=( python{2_7,3_4,3_5} pypy ) inherit distutils-r1 DESCRIPTION="Python client for the Advanced Message Queuing Procotol (AMQP)" -HOMEPAGE="https://code.google.com/p/py-amqplib/" -SRC_URI="https://py-amqplib.googlecode.com/files/${P}.tgz" +HOMEPAGE="https://barryp.org/software/py-amqplib/" +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tgz" LICENSE="LGPL-3" SLOT="0" |