summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Seifert <soap@gentoo.org>2020-01-13 11:00:26 +0100
committerDavid Seifert <soap@gentoo.org>2020-01-13 11:00:26 +0100
commit30724fc5b4437ee0e90ff5f2e99ba04489f7b4e4 (patch)
tree213a69e625327410aadd1dcbef770692f266f9ef /dev-python
parentdev-php/xdebug-handler: [QA] Fix HomepageInSrcUri (diff)
downloadgentoo-30724fc5b4437ee0e90ff5f2e99ba04489f7b4e4.tar.gz
gentoo-30724fc5b4437ee0e90ff5f2e99ba04489f7b4e4.tar.bz2
gentoo-30724fc5b4437ee0e90ff5f2e99ba04489f7b4e4.zip
dev-python/flask-api: [QA] Fix HomepageInSrcUri
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'dev-python')
-rw-r--r--dev-python/flask-api/flask-api-1.0.ebuild2
-rw-r--r--dev-python/flask-api/flask-api-1.1.ebuild2
2 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/flask-api/flask-api-1.0.ebuild b/dev-python/flask-api/flask-api-1.0.ebuild
index c6d85e1ac58b..d973e9e5ecad 100644
--- a/dev-python/flask-api/flask-api-1.0.ebuild
+++ b/dev-python/flask-api/flask-api-1.0.ebuild
@@ -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"
diff --git a/dev-python/flask-api/flask-api-1.1.ebuild b/dev-python/flask-api/flask-api-1.1.ebuild
index 0bb9203725b3..69f4d0e2b650 100644
--- a/dev-python/flask-api/flask-api-1.1.ebuild
+++ b/dev-python/flask-api/flask-api-1.1.ebuild
@@ -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"