PyMetno-0.7.1 flip SRC_URI back to Pypi for violating naming conventions

This commit is contained in:
2020-08-30 20:54:17 +02:00
committed by Andreas Billmeier
parent 8df37615af
commit 0ce06f78db
3 changed files with 4 additions and 3 deletions

View File

@@ -10,7 +10,7 @@ inherit distutils-r1
DESCRIPTION="A library to communicate with the met.no api"
HOMEPAGE="https://github.com/Danielhiversen/pyMetno/ https://pypi.org/project/PyMetno/"
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
SRC_URI="https://github.com/Danielhiversen/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
#SRC_URI="https://github.com/Danielhiversen/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="MIT"
SLOT="0"