dev-python/aioresponses: Add pypi HOMEPAGE

Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
Michał Górny
2022-06-11 08:08:32 +02:00
parent 7df927f680
commit de37bf8d85

View File

@@ -9,7 +9,10 @@ PYTHON_COMPAT=( python3_{8..10} )
inherit distutils-r1
DESCRIPTION="Helper to mock/fake web requests in Python's aiohttp package"
HOMEPAGE="https://github.com/pnuckowski/aioresponses"
HOMEPAGE="
https://github.com/pnuckowski/aioresponses/
https://pypi.org/project/aioresponses/
"
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="MIT"