dev-python/flask-restful: Update HOMEPAGE

Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
Michał Górny
2020-12-11 15:48:51 +01:00
parent c9d219ca85
commit 649b013221
2 changed files with 6 additions and 3 deletions

View File

@@ -7,8 +7,10 @@ PYTHON_COMPAT=( python3_{6,7,8} )
inherit distutils-r1
DESCRIPTION="Simple framework for creating REST APIs"
HOMEPAGE="https://flask-restful.readthedocs.io/en/latest/ https://github.com/twilio/flask-restful/"
SRC_URI="https://github.com/twilio/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
HOMEPAGE="
https://flask-restful.readthedocs.io/en/latest/
https://github.com/flask-restful/flask-restful/"
SRC_URI="https://github.com/flask-restful/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="BSD"
SLOT="0"

View File

@@ -7,6 +7,7 @@
</maintainer>
<stabilize-allarches/>
<upstream>
<remote-id type="github">twilio/flask-restful</remote-id>
<remote-id type="github">flask-restful/flask-restful</remote-id>
<remote-id type="pypi">Flask-RESTful</remote-id>
</upstream>
</pkgmetadata>