diff options
author | Brian Dolbec <dolsen@gentoo.org> | 2016-08-10 10:13:13 -0700 |
---|---|---|
committer | Brian Dolbec <dolsen@gentoo.org> | 2016-08-10 10:17:28 -0700 |
commit | 8ef6130c21b8254a875fd4cb6d44aedaa9a5478e (patch) | |
tree | f06ea49b8972b59ca256125dd1c20621a1326a50 /dev-python/jsonref | |
parent | dev-util/buildbot: Fix typo in files/buildbot9.service filename bug 590958 (diff) | |
download | gentoo-8ef6130c21b8254a875fd4cb6d44aedaa9a5478e.tar.gz gentoo-8ef6130c21b8254a875fd4cb6d44aedaa9a5478e.tar.bz2 gentoo-8ef6130c21b8254a875fd4cb6d44aedaa9a5478e.zip |
dev-python/jsonref: Switch SRC_URI to pypi for consistent hashsums bug 590956
Package-Manager: portage-2.3.0
Diffstat (limited to 'dev-python/jsonref')
-rw-r--r-- | dev-python/jsonref/jsonref-0.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/jsonref/jsonref-0.1.ebuild b/dev-python/jsonref/jsonref-0.1.ebuild index 3ef20c630f7f..376b31dac7ca 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" |