Skip to content

Commit 34b8d51

Browse files
committed
dev-python/aiodns: re-add 3.1.1 (from main repo)
Closes: https://git.edevau.net/onkelbeh/HomeAssistantRepository/issues/3232 Signed-off-by: Andreas Billmeier <b@edevau.net>
1 parent d63e7a2 commit 34b8d51

4 files changed

Lines changed: 42 additions & 6 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -617,11 +617,11 @@ A daily compile test is run at Github with Python 3.9 to catch general faults. E
617617

618618
## Licenses
619619
This repository itself is released under GPL-3 (like most Gentoo repositories), all work on the depending components under the licenses they came from. Perhaps you came here because I filed an issue at your component about a bad or missing license. It is easy to [assign a license](https://docs.github.com/en/communities/setting-up-your-project-for-healthy-contributions/adding-a-license-to-a-repository). During cleanups and license investigations I have been asked often which license to choose. I am not a lawyer, but I can offer the following table, counted over this repository, perhaps this helps your decision. If a package has more than one license listed, all of them are counted.
620-
There are 1785 Ebuilds in total, 1774 of them have in total 1794 (42 different) licenses assigned.
620+
There are 1786 Ebuilds in total, 1775 of them have in total 1795 (42 different) licenses assigned.
621621

622622
|License| Ebuilds using it|
623623
|-------|-----|
624-
|MIT|1012|
624+
|MIT|1013|
625625
|Apache-2.0|401|
626626
|GPL-3|106|
627627
|BSD|105|

dev-python/aiodns/Manifest

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
AUX aiodns-3.0.0-py3.10-tests.patch 757 BLAKE2B 1b5040841b3ced3b83b330e0033f54ee6ee97a8d025f22d87674f5fca9858e48febbf25c6b3441ba5b27ef9cb15f841e65f25ed999b9f536559ec50e1f010bbc SHA512 85219c885ee70871fb43f53e2ec52c164b08b63e120ee5ca5bc4531ea71155b6d81f5a813f056eabf7f4da2b425b12df6b5649cc7a9ba98d0ca9473043ee1829
22
DIST aiodns-3.0.0.tar.gz 6743 BLAKE2B 2a3c61156069fa598df58191b35383da3e054396cdeb1bc8916cc0414bb6efc89d45789883a5b4f33e3a08a6ee544356b02d6c697c096deae3398f0ff4d3c316 SHA512 8c1016f3b0cb461e70e9a55034f9ad3b3db705a845bf20bb6503c7a5d592b4c5d2e8ddc60b375c5fafdc559dc4566736f4c93f26710be2dcbd181284ef039825
3-
EBUILD aiodns-3.0.0-r1.ebuild 888 BLAKE2B aba0a5751d611bbfd199e4c909f7597171efe4a73dd64ee825300c1f00a90c1451744a27bb0e91592507c1d09bb8a0c730725ec7c31abfc44c19871b86322062 SHA512 c3d6d12332f1ad19828d2467d1cfbb4b60daedb290bc0baf12fe554c8cdf0ca1cc8f2c031bd946334a9451f5f3e9c78b1849221dd75bc3f976a229432dd39554
3+
DIST aiodns-3.1.1.tar.gz 7363 BLAKE2B bb5a465be00ff61406b61cef133cb5eed8e007114ddcd1475a12fed5481ec377bc96291fdc7fd6cc5936de865118f7008625ec5d69c09f96eacdb83b4b29c786 SHA512 7c28cc6256a575681778376cc197a9504133b1127eb3508f6e5cd1c992c95adef66cf8399b7e90ca012347485e476f71e3f032f7e2f555954ad9a0cade8df5f9
4+
EBUILD aiodns-3.0.0-r1.ebuild 883 BLAKE2B 2c191af879b995a17abdcefea1880c4ed1c722f709200a83c6f01ebb588f98dcd23627ffea5d9643d6c9a11eb97b36b8003c497cc8924d5a849aa829616b5167 SHA512 626d807c0c0df28353d8cc9a7f45bd91482145633a06c3dec2c03ae7d2370c3f1018b4cc71233ad040c9ae8b79401ce6025b29bfd32874f91d4427dbc5254f0b
5+
EBUILD aiodns-3.1.1.ebuild 747 BLAKE2B b84171bdf4246c6eac403c5d6a40864d2093ddea5c16824f4e7fbb21175365e3c9771f60cc7f129281ec1ea4c9bcce049aedac1005af1d3863291d7aea076d2c SHA512 667d553439c4b171b905a2ee703f23216b1071d912b26f417b79fc29f1d8df174c49e40d2615b945628b78755265ffc9936df42a9b4c8fb49bb5c3ba83d03ba4
46
MISC metadata.xml 508 BLAKE2B 68313c6e5503f5b799769d76d8638b2c163853cfc22656f1790811cbc03b593e95a0e2c3c960240e847956f64ab4bd3dfd9c6c30a78164f2fd3feac8e5bf6aa5 SHA512 d83219c1cd855210afde323b18640c27969f239a23287ff13ea0702212d4bace188b5f857b7b5e8ce872fd8dd97fb0e9ed54922ed01a26d611c06b15a6452751

dev-python/aiodns/aiodns-3.0.0-r1.ebuild

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
# Copyright 1999-2023 Gentoo Authors
1+
# Copyright 1999-2024 Gentoo Authors
22
# Distributed under the terms of the GNU General Public License v2
33

44
EAPI=8
55

66
DISTUTILS_USE_PEP517=setuptools
7-
PYTHON_COMPAT=( python3_{10..12} )
7+
PYTHON_COMPAT=( python3_{11..12} )
88

99
inherit distutils-r1 pypi
1010

@@ -13,7 +13,7 @@ HOMEPAGE="https://github.com/saghul/aiodns/"
1313

1414
LICENSE="MIT"
1515
SLOT="0"
16-
KEYWORDS="amd64 ~arm64 ~riscv ~x86"
16+
KEYWORDS="amd64 arm arm64 x86"
1717

1818
# Tests fail with network-sandbox, since they try to resolve google.com
1919
PROPERTIES="test_network"
Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
# Copyright 1999-2024 Gentoo Authors
2+
# Distributed under the terms of the GNU General Public License v2
3+
4+
EAPI=8
5+
6+
DISTUTILS_USE_PEP517=setuptools
7+
PYTHON_COMPAT=( python3_{11..12} )
8+
9+
inherit distutils-r1 pypi
10+
11+
DESCRIPTION="Simple DNS resolver for asyncio"
12+
HOMEPAGE="https://github.com/saghul/aiodns/"
13+
14+
LICENSE="MIT"
15+
SLOT="0"
16+
KEYWORDS="amd64 arm arm64 x86"
17+
18+
# Tests fail with network-sandbox, since they try to resolve google.com
19+
PROPERTIES="test_network"
20+
RESTRICT="test"
21+
22+
RDEPEND=">=dev-python/pycares-3[${PYTHON_USEDEP}]"
23+
DEPEND="${RDEPEND}"
24+
25+
distutils_enable_tests pytest
26+
27+
python_test() {
28+
local EPYTEST_DESELECT=(
29+
# Internet changed, https://github.com/saghul/aiodns/issues/107
30+
tests.py::DNSTest::test_query_bad_chars
31+
)
32+
33+
epytest tests.py
34+
}

0 commit comments

Comments
 (0)