diff options
Diffstat (limited to 'dev-python/aiodns')
-rw-r--r-- | dev-python/aiodns/Manifest | 4 | ||||
-rw-r--r-- | dev-python/aiodns/aiodns-3.2.0.ebuild | 8 | ||||
-rw-r--r-- | dev-python/aiodns/metadata.xml | 2 |
3 files changed, 7 insertions, 7 deletions
diff --git a/dev-python/aiodns/Manifest b/dev-python/aiodns/Manifest index 7267265f3444..09628938cb95 100644 --- a/dev-python/aiodns/Manifest +++ b/dev-python/aiodns/Manifest @@ -1,3 +1,3 @@ DIST aiodns-3.2.0.tar.gz 7823 BLAKE2B 8bafeebbf6ef69001670dffe8df3bd89b817bca921e266e218eaf2a53653d5bb150cef0c99b2fd498d39befb57c6e2edb4d94fbf4b4548e1debce69bcd114ff3 SHA512 ca6ae2d53cc0a0e5b8cd5f47da56d7db43236eb6738509d5cc088e56db996c49eba8b024cfe368e5acf44ad4de4cb5d6f949c7f0d4cd16ff4d5cc42ae3b27cb1 -EBUILD aiodns-3.2.0.ebuild 844 BLAKE2B 4ea590cc53b9aa4a38574b69460787b14c65caaad635849b8c11d229d58b84ed7eb202680626bd5c71fcee17d907add6ea3ffde19d606f0cf646fae174cf8852 SHA512 7db4816470f38d45ce151ef5af87fcba172eab827f2190c76cc26883213f9c23266cc2ec572ba4aea608da458d1e5c93b3d4011a75d294b273b270c918f2ba73 -MISC metadata.xml 466 BLAKE2B 6f6f9859ea69490be57bf7c6581e3b51b8b0f3563cc013e072bcc221a81eaf7ade938e935a730c125452c0c6c8ac45d8c91ce1748cfa3ea1df3db55fa4c59d31 SHA512 101ea2c67fcd9b0c9496892422f7eac07d1c381f1fead1706c96fafdf5c2bb48f3c3b6912a166ee20a8b54be12e2989367674813c98aba0fd896f63110c8ee1c +EBUILD aiodns-3.2.0.ebuild 857 BLAKE2B 7575c9fa09e51c6ac62f0ccac70f6e4d40ac2b54f597ba1035b616cb4053ce54154c042e88f02ce4c54379ff25e89f7f2d7cbd18ccd005bf7b90fda6e89341ac SHA512 aafee7c1c093974372439e8257fa572f024f2fad6c3760a1c606ac3d2e8cea3559deb1d39486e260b40beb1a25863de47ccf0ea4dbb3b1323bddd4611c3cfcde +MISC metadata.xml 468 BLAKE2B 242d777c6ccc204917081b970705fcd40ef483503400b577197ff09779ac558f5d96e82e227d6984157384f55a2258f2630946734d060d45cba6e1c35b7a4943 SHA512 244bebc75cf228166e2f37820e10f34c68b5051da47110159efc403d2c4c672c0308d64fdba3da9cf355d870d69b21cf92d18265667065d1cee424f9593ccfd9 diff --git a/dev-python/aiodns/aiodns-3.2.0.ebuild b/dev-python/aiodns/aiodns-3.2.0.ebuild index d89dd9388f29..3a3151cb41c2 100644 --- a/dev-python/aiodns/aiodns-3.2.0.ebuild +++ b/dev-python/aiodns/aiodns-3.2.0.ebuild @@ -1,17 +1,17 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( pypy3 python3_{10..13} ) +PYTHON_COMPAT=( pypy3 pypy3_11 python3_{10..13} ) 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 ) diff --git a/dev-python/aiodns/metadata.xml b/dev-python/aiodns/metadata.xml index 96a9f345bdbc..4d962f5aacfc 100644 --- a/dev-python/aiodns/metadata.xml +++ b/dev-python/aiodns/metadata.xml @@ -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> |