commit: 8ef6130c21b8254a875fd4cb6d44aedaa9a5478e Author: Brian Dolbec <dolsen <AT> gentoo <DOT> org> AuthorDate: Wed Aug 10 17:13:13 2016 +0000 Commit: Brian Dolbec <dolsen <AT> gentoo <DOT> org> CommitDate: Wed Aug 10 17:17:28 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8ef6130c
dev-python/jsonref: Switch SRC_URI to pypi for consistent hashsums bug 590956 Package-Manager: portage-2.3.0 dev-python/jsonref/jsonref-0.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/jsonref/jsonref-0.1.ebuild b/dev-python/jsonref/jsonref-0.1.ebuild index 3ef20c6..376b31d 100644 --- a/dev-python/jsonref/jsonref-0.1.ebuild +++ b/dev-python/jsonref/jsonref-0.1.ebuild @@ -9,7 +9,7 @@ inherit eutils distutils-r1 DESCRIPTION="An implementation of JSON Reference for Python" HOMEPAGE="https://github.com/gazpachoking/jsonref https://pypi.python.org/pypi/jsonref" -SRC_URI="https://github.com/gazpachoking/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" +SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz" LICENSE="MIT" SLOT="0"
