diff options
author | V3n3RiX <venerix@koprulu.sector> | 2024-08-20 12:25:59 +0100 |
---|---|---|
committer | V3n3RiX <venerix@koprulu.sector> | 2024-08-20 12:25:59 +0100 |
commit | c431a44e3cfa102e5ef2c9d6bbac48e28c9b15cb (patch) | |
tree | 763b8a8b758bcb259d7f7325aac3170f62061933 /dev-python/aiohappyeyeballs | |
parent | 1f3e27f8fde0df9246ce9151ced7d2dd4e96cb07 (diff) |
gentoo auto-resync : 20:08:2024 - 12:25:59
Diffstat (limited to 'dev-python/aiohappyeyeballs')
-rw-r--r-- | dev-python/aiohappyeyeballs/Manifest | 2 | ||||
-rw-r--r-- | dev-python/aiohappyeyeballs/aiohappyeyeballs-2.4.0.ebuild | 36 |
2 files changed, 38 insertions, 0 deletions
diff --git a/dev-python/aiohappyeyeballs/Manifest b/dev-python/aiohappyeyeballs/Manifest index 393d3c4664f9..15322e4916d8 100644 --- a/dev-python/aiohappyeyeballs/Manifest +++ b/dev-python/aiohappyeyeballs/Manifest @@ -1,5 +1,7 @@ DIST aiohappyeyeballs-2.3.6.gh.tar.gz 55205 BLAKE2B 7359b17a21e33247ea60a21c3303464e92841b8a6dbfb7c75380ce7bcc708f2f71e1041c6d976f467f99e16e55a22f516701a5439809dec4b6910b6a70c0d119 SHA512 637ac7f0fd5433f3f01b3289924fec53742d60f7b87696d2614c34e463324165135fe4111b2afb4499ed76d08a6759721aad5a2a6e62b227f1ff38cc936e0719 DIST aiohappyeyeballs-2.3.7.gh.tar.gz 55283 BLAKE2B 4c8167fb646ed4f1b7472d170e75027abbf0b08908d4bb45d1d167403e8ff35382d654de7684750495305b09158ee3aa8951639d7c5e104ba2b4d22132c498f2 SHA512 c432e9cd9165f1f125280a78f616b09e276bfcb52ed76d498920bf0534450657f60061f4098df55dc2f9a27043ac094ce2f1431b328507173b6b35bd226a48db +DIST aiohappyeyeballs-2.4.0.gh.tar.gz 55452 BLAKE2B 11e34818ed652b2904e78c7a48726d68118a6ecb811be8dcd5008acefd96093b8a2bf25bf92ebb79cdac4735100cec9ca05c856034900f8cda93f45be4f4d627 SHA512 8c2e931fa8b0423e1958a45ac5a040f35e9c0c4df7e4bd6662b5c0288fd25f64cce556cb386b27d07c7438b901a3468fa993c929a3b9c221fb5a318e7809db5a EBUILD aiohappyeyeballs-2.3.6.ebuild 780 BLAKE2B 6600e87b0a708978ee634d22930da264a6f4cd67b0184f6dfaaba73dc6cccd9ce9eed3ea33c809b08341045ca5e1e8bd9ed09354779d8caa1a58607624ea8551 SHA512 c3b363f9d365343159583042b9e950e1e2ae1015168b3b500b2e537fdc4d910f101dd39494322a86a95a964b4cf22e305ed16a6d1e065ea844e4a50668b0b774 EBUILD aiohappyeyeballs-2.3.7.ebuild 780 BLAKE2B 6600e87b0a708978ee634d22930da264a6f4cd67b0184f6dfaaba73dc6cccd9ce9eed3ea33c809b08341045ca5e1e8bd9ed09354779d8caa1a58607624ea8551 SHA512 c3b363f9d365343159583042b9e950e1e2ae1015168b3b500b2e537fdc4d910f101dd39494322a86a95a964b4cf22e305ed16a6d1e065ea844e4a50668b0b774 +EBUILD aiohappyeyeballs-2.4.0.ebuild 780 BLAKE2B 6600e87b0a708978ee634d22930da264a6f4cd67b0184f6dfaaba73dc6cccd9ce9eed3ea33c809b08341045ca5e1e8bd9ed09354779d8caa1a58607624ea8551 SHA512 c3b363f9d365343159583042b9e950e1e2ae1015168b3b500b2e537fdc4d910f101dd39494322a86a95a964b4cf22e305ed16a6d1e065ea844e4a50668b0b774 MISC metadata.xml 387 BLAKE2B c739dc88d077c51dae10eb7aaa84091c6c7904a782ee3eabb12b6167c7e4ae8528b6464612f891eef5f12add728caa66fd30cd93c3b13e022cedae267c1e9f40 SHA512 65973b766dbcbd20b8c25e8e76c4d662bf5478d6c860f8cfd460be8795fbd141c58fed586a678506360af8ac013ec4c2292cc2e1092a5bbd8a3c54160adadb94 diff --git a/dev-python/aiohappyeyeballs/aiohappyeyeballs-2.4.0.ebuild b/dev-python/aiohappyeyeballs/aiohappyeyeballs-2.4.0.ebuild new file mode 100644 index 000000000000..05fb16344a39 --- /dev/null +++ b/dev-python/aiohappyeyeballs/aiohappyeyeballs-2.4.0.ebuild @@ -0,0 +1,36 @@ +# Copyright 2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DISTUTILS_USE_PEP517=poetry +PYTHON_COMPAT=( pypy3 python3_{10..13} ) + +inherit distutils-r1 + +DESCRIPTION="Happy Eyeballs for pre-resolved hosts" +HOMEPAGE=" + https://pypi.org/project/aiohappyeyeballs/ + https://github.com/aio-libs/aiohappyeyeballs/ +" +SRC_URI=" + https://github.com/aio-libs/aiohappyeyeballs/archive/v${PV}.tar.gz + -> ${P}.gh.tar.gz +" + +LICENSE="PSF-2" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86" + +BDEPEND=" + test? ( + >=dev-python/pytest-asyncio-0.23.2[${PYTHON_USEDEP}] + ) +" + +distutils_enable_tests pytest + +python_test() { + local -x PYTEST_DISABLE_PLUGIN_AUTOLOAD=1 + epytest -p asyncio -o addopts= +} |