mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-07-25 21:08:35 -07:00
dev-python/jsonref: Switch SRC_URI to pypi for consistent hashsums bug 590956
Package-Manager: portage-2.3.0
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user