summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2020-12-11 15:48:51 +0100
committerMichał Górny <mgorny@gentoo.org>2020-12-11 15:51:45 +0100
commit649b013221593f8f4ed900db2bb4adcf7a9474e8 (patch)
tree7f6946163b2a21f4b7b7a42ed89a9c5378bfd3b9
parentdev-python/entrypoints: Fix remote-id (diff)
downloadgentoo-649b0132.tar.gz
gentoo-649b0132.tar.bz2
gentoo-649b0132.zip
dev-python/flask-restful: Update HOMEPAGE
Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r--dev-python/flask-restful/flask-restful-0.3.8.ebuild6
-rw-r--r--dev-python/flask-restful/metadata.xml3
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-python/flask-restful/flask-restful-0.3.8.ebuild b/dev-python/flask-restful/flask-restful-0.3.8.ebuild
index f991e3e9ba38..e5302ef6d2c2 100644
--- a/dev-python/flask-restful/flask-restful-0.3.8.ebuild
+++ b/dev-python/flask-restful/flask-restful-0.3.8.ebuild
@@ -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"
diff --git a/dev-python/flask-restful/metadata.xml b/dev-python/flask-restful/metadata.xml
index ee91a7f4854b..a1a006d5411b 100644
--- a/dev-python/flask-restful/metadata.xml
+++ b/dev-python/flask-restful/metadata.xml
@@ -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>