dev-python/aiodns: Update homepage

Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
Michał Górny
2025-02-16 17:19:19 +01:00
parent ae763e6827
commit 7a13d32cd7
2 changed files with 3 additions and 3 deletions

View File

@@ -11,7 +11,7 @@ inherit distutils-r1 pypi
DESCRIPTION="Simple DNS resolver for asyncio"
HOMEPAGE="
https://pypi.org/project/aiodns/
https://github.com/saghul/aiodns/
https://github.com/aio-libs/aiodns/
"
LICENSE="MIT"
@@ -29,7 +29,7 @@ distutils_enable_tests pytest
python_test() {
local EPYTEST_DESELECT=(
# Internet changed, https://github.com/saghul/aiodns/issues/107
# Internet changed, https://github.com/aio-libs/aiodns/issues/107
tests.py::DNSTest::test_query_bad_chars
)

View File

@@ -11,6 +11,6 @@
<stabilize-allarches/>
<upstream>
<remote-id type="pypi">aiodns</remote-id>
<remote-id type="github">saghul/aiodns</remote-id>
<remote-id type="github">aio-libs/aiodns</remote-id>
</upstream>
</pkgmetadata>