dev-python/flask-api: [QA] Fix HomepageInSrcUri
authorDavid Seifert <soap@gentoo.org>
Mon, 13 Jan 2020 10:00:26 +0000 (11:00 +0100)
committerDavid Seifert <soap@gentoo.org>
Mon, 13 Jan 2020 10:00:26 +0000 (11:00 +0100)
Signed-off-by: David Seifert <soap@gentoo.org>
dev-python/flask-api/flask-api-1.0.ebuild
dev-python/flask-api/flask-api-1.1.ebuild

index c6d85e1ac58b60d8d340c3d4e6a084fe324fdc86..d973e9e5ecad3181e6776eedb35a016a7fce2da9 100644 (file)
@@ -10,7 +10,7 @@ inherit distutils-r1
 DESCRIPTION="Browsable web APIs for Flask"
 HOMEPAGE="https://github.com/flask-api/flask-api"
 # pypi mirror don't have docs folder
-SRC_URI="${HOMEPAGE}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+SRC_URI="https://github.com/flask-api/flask-api/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="BSD-2"
 SLOT="0"
index 0bb9203725b30c923ec438756b8704f0bd510379..69f4d0e2b65067d67b3e431d14ddcb5554042f81 100644 (file)
@@ -10,7 +10,7 @@ inherit distutils-r1
 DESCRIPTION="Browsable web APIs for Flask"
 HOMEPAGE="https://github.com/flask-api/flask-api"
 # pypi mirror don't have docs folder
-SRC_URI="${HOMEPAGE}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+SRC_URI="https://github.com/flask-api/flask-api/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="BSD-2"
 SLOT="0"