diff options
author | Amadeusz Żołnowski <aidecoe@gentoo.org> | 2016-11-25 20:27:02 +0000 |
---|---|---|
committer | Amadeusz Żołnowski <aidecoe@gentoo.org> | 2016-11-25 20:27:53 +0000 |
commit | 0bc71a4260f83e96241cabf10f637693af20ad25 (patch) | |
tree | 5bf47c362726ca85542235017a29d89c92490e5c /dev-python | |
parent | dev-php/SabreAMF: Bump for EAPI6 and upstream move to github (diff) | |
download | gentoo-0bc71a4260f83e96241cabf10f637693af20ad25.tar.gz gentoo-0bc71a4260f83e96241cabf10f637693af20ad25.tar.bz2 gentoo-0bc71a4260f83e96241cabf10f637693af20ad25.zip |
dev-python/platinfo: Update SRC_URI
Point to PyPI instead of Google Code.
Package-Manager: portage-2.3.2
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/platinfo/platinfo-0.15.0-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/platinfo/platinfo-0.15.0-r1.ebuild b/dev-python/platinfo/platinfo-0.15.0-r1.ebuild index 86db543dd582..54345ab5e4b1 100644 --- a/dev-python/platinfo/platinfo-0.15.0-r1.ebuild +++ b/dev-python/platinfo/platinfo-0.15.0-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$ @@ -10,7 +10,7 @@ inherit distutils-r1 DESCRIPTION="Determines and returns consistent names for platforms" HOMEPAGE="https://github.com/trentm/platinfo" -SRC_URI="https://platinfo.googlecode.com/files/${P}.zip" +SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.zip" LICENSE="MIT" SLOT="0" |