summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2022-06-11 08:08:32 +0200
committerMichał Górny <mgorny@gentoo.org>2022-06-11 08:34:50 +0200
commitde37bf8d85a91d13a0cc6070e296a5a7023fa631 (patch)
treeafdbf06ae5f3084bcc67c92b06dbd30ba7767ba2 /dev-python/aioresponses
parentdev-python/aiohttp: Enable py3.11 (diff)
downloadgentoo-de37bf8d85a91d13a0cc6070e296a5a7023fa631.tar.gz
gentoo-de37bf8d85a91d13a0cc6070e296a5a7023fa631.tar.bz2
gentoo-de37bf8d85a91d13a0cc6070e296a5a7023fa631.zip
dev-python/aioresponses: Add pypi HOMEPAGE
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/aioresponses')
-rw-r--r--dev-python/aioresponses/aioresponses-0.7.3-r1.ebuild5
1 files changed, 4 insertions, 1 deletions
diff --git a/dev-python/aioresponses/aioresponses-0.7.3-r1.ebuild b/dev-python/aioresponses/aioresponses-0.7.3-r1.ebuild
index 9494709fa4ed..5f993f60c834 100644
--- a/dev-python/aioresponses/aioresponses-0.7.3-r1.ebuild
+++ b/dev-python/aioresponses/aioresponses-0.7.3-r1.ebuild
@@ -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"