dev-python/aiodns: re-add 3.1.1 (from main repo)
Closes: #3232 Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
parent
d63e7a2d4e
commit
34b8d512f3
@ -617,11 +617,11 @@ A daily compile test is run at Github with Python 3.9 to catch general faults. E
|
||||
|
||||
## Licenses
|
||||
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.
|
||||
There are 1785 Ebuilds in total, 1774 of them have in total 1794 (42 different) licenses assigned.
|
||||
There are 1786 Ebuilds in total, 1775 of them have in total 1795 (42 different) licenses assigned.
|
||||
|
||||
|License| Ebuilds using it|
|
||||
|-------|-----|
|
||||
|MIT|1012|
|
||||
|MIT|1013|
|
||||
|Apache-2.0|401|
|
||||
|GPL-3|106|
|
||||
|BSD|105|
|
||||
|
@ -1,4 +1,6 @@
|
||||
AUX aiodns-3.0.0-py3.10-tests.patch 757 BLAKE2B 1b5040841b3ced3b83b330e0033f54ee6ee97a8d025f22d87674f5fca9858e48febbf25c6b3441ba5b27ef9cb15f841e65f25ed999b9f536559ec50e1f010bbc SHA512 85219c885ee70871fb43f53e2ec52c164b08b63e120ee5ca5bc4531ea71155b6d81f5a813f056eabf7f4da2b425b12df6b5649cc7a9ba98d0ca9473043ee1829
|
||||
DIST aiodns-3.0.0.tar.gz 6743 BLAKE2B 2a3c61156069fa598df58191b35383da3e054396cdeb1bc8916cc0414bb6efc89d45789883a5b4f33e3a08a6ee544356b02d6c697c096deae3398f0ff4d3c316 SHA512 8c1016f3b0cb461e70e9a55034f9ad3b3db705a845bf20bb6503c7a5d592b4c5d2e8ddc60b375c5fafdc559dc4566736f4c93f26710be2dcbd181284ef039825
|
||||
EBUILD aiodns-3.0.0-r1.ebuild 888 BLAKE2B aba0a5751d611bbfd199e4c909f7597171efe4a73dd64ee825300c1f00a90c1451744a27bb0e91592507c1d09bb8a0c730725ec7c31abfc44c19871b86322062 SHA512 c3d6d12332f1ad19828d2467d1cfbb4b60daedb290bc0baf12fe554c8cdf0ca1cc8f2c031bd946334a9451f5f3e9c78b1849221dd75bc3f976a229432dd39554
|
||||
DIST aiodns-3.1.1.tar.gz 7363 BLAKE2B bb5a465be00ff61406b61cef133cb5eed8e007114ddcd1475a12fed5481ec377bc96291fdc7fd6cc5936de865118f7008625ec5d69c09f96eacdb83b4b29c786 SHA512 7c28cc6256a575681778376cc197a9504133b1127eb3508f6e5cd1c992c95adef66cf8399b7e90ca012347485e476f71e3f032f7e2f555954ad9a0cade8df5f9
|
||||
EBUILD aiodns-3.0.0-r1.ebuild 883 BLAKE2B 2c191af879b995a17abdcefea1880c4ed1c722f709200a83c6f01ebb588f98dcd23627ffea5d9643d6c9a11eb97b36b8003c497cc8924d5a849aa829616b5167 SHA512 626d807c0c0df28353d8cc9a7f45bd91482145633a06c3dec2c03ae7d2370c3f1018b4cc71233ad040c9ae8b79401ce6025b29bfd32874f91d4427dbc5254f0b
|
||||
EBUILD aiodns-3.1.1.ebuild 747 BLAKE2B b84171bdf4246c6eac403c5d6a40864d2093ddea5c16824f4e7fbb21175365e3c9771f60cc7f129281ec1ea4c9bcce049aedac1005af1d3863291d7aea076d2c SHA512 667d553439c4b171b905a2ee703f23216b1071d912b26f417b79fc29f1d8df174c49e40d2615b945628b78755265ffc9936df42a9b4c8fb49bb5c3ba83d03ba4
|
||||
MISC metadata.xml 508 BLAKE2B 68313c6e5503f5b799769d76d8638b2c163853cfc22656f1790811cbc03b593e95a0e2c3c960240e847956f64ab4bd3dfd9c6c30a78164f2fd3feac8e5bf6aa5 SHA512 d83219c1cd855210afde323b18640c27969f239a23287ff13ea0702212d4bace188b5f857b7b5e8ce872fd8dd97fb0e9ed54922ed01a26d611c06b15a6452751
|
||||
|
@ -1,10 +1,10 @@
|
||||
# Copyright 1999-2023 Gentoo Authors
|
||||
# Copyright 1999-2024 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
DISTUTILS_USE_PEP517=setuptools
|
||||
PYTHON_COMPAT=( python3_{10..12} )
|
||||
PYTHON_COMPAT=( python3_{11..12} )
|
||||
|
||||
inherit distutils-r1 pypi
|
||||
|
||||
@ -13,7 +13,7 @@ HOMEPAGE="https://github.com/saghul/aiodns/"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="amd64 ~arm64 ~riscv ~x86"
|
||||
KEYWORDS="amd64 arm arm64 x86"
|
||||
|
||||
# Tests fail with network-sandbox, since they try to resolve google.com
|
||||
PROPERTIES="test_network"
|
||||
|
34
dev-python/aiodns/aiodns-3.1.1.ebuild
Normal file
34
dev-python/aiodns/aiodns-3.1.1.ebuild
Normal file
@ -0,0 +1,34 @@
|
||||
# Copyright 1999-2024 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
DISTUTILS_USE_PEP517=setuptools
|
||||
PYTHON_COMPAT=( python3_{11..12} )
|
||||
|
||||
inherit distutils-r1 pypi
|
||||
|
||||
DESCRIPTION="Simple DNS resolver for asyncio"
|
||||
HOMEPAGE="https://github.com/saghul/aiodns/"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="amd64 arm arm64 x86"
|
||||
|
||||
# Tests fail with network-sandbox, since they try to resolve google.com
|
||||
PROPERTIES="test_network"
|
||||
RESTRICT="test"
|
||||
|
||||
RDEPEND=">=dev-python/pycares-3[${PYTHON_USEDEP}]"
|
||||
DEPEND="${RDEPEND}"
|
||||
|
||||
distutils_enable_tests pytest
|
||||
|
||||
python_test() {
|
||||
local EPYTEST_DESELECT=(
|
||||
# Internet changed, https://github.com/saghul/aiodns/issues/107
|
||||
tests.py::DNSTest::test_query_bad_chars
|
||||
)
|
||||
|
||||
epytest tests.py
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user