Skip to content

Commit bd33c3e

Browse files
committed
dev-python/anyio: update 4.0.0 (from main)
Signed-off-by: Andreas Billmeier <[email protected]>
1 parent f233c2c commit bd33c3e

File tree

3 files changed

+7
-78
lines changed

3 files changed

+7
-78
lines changed

dev-python/anyio/Manifest

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,5 @@ DIST anyio-3.7.0.tar.gz 142737 BLAKE2B f27b6c854f8861c760a922542471b5d7714cd54da
33
DIST anyio-4.0.0.tar.gz 153297 BLAKE2B 680c3472525a777dc2af63241ef1b6f90bcc2224d944fc04aef519d0d97bb5845c7b3faddb116b20cfb1a61303bcf91290b1f2544a3cfcb08f3488a70b275c8a SHA512 b0ec5aa912c973206d8677a6aba25957cd669dfe890ee7d39af064f1620f9a5103a39bd6d35f4ea680b86d13964daf1e982ac6873bf5903eeaaa6e74ea974948
44
EBUILD anyio-3.6.2.ebuild 1190 BLAKE2B dfb8d8943acd7a3132cfcff2ec28749c902159239576e59a37543657e8a36f496f05a4fcaba72d9b28ec30d2df75cd6a7d86899fdfc6e5b0ed1631a31f93de1a SHA512 68b95f68fe744bf385af9f66b4ed3abcd9b5b0344316bacb57eb4df71b4743fa7b941a89c140a91987bca842be3781c787a4a8c0f5043bfabbfab75177d5035a
55
EBUILD anyio-3.7.0.ebuild 1920 BLAKE2B 3f854d5a5d05c4fc9692408944a9b025f9d2c7a7bb2b4612cc55d6ae1e3f402e60fd4be8b9a6e12e3538e23d552ea1c02bf1a80f53264197dc958643e7edc1ae SHA512 c7c1e58eadfba486368d4e79960a9c38f5e73bb9ebe2f5f2e83b7382530abaa84694989343a155cacfc6b9d8b686119212a267fc3cad91cf73a5a1c8110dcd20
6-
EBUILD anyio-4.0.0.ebuild 1920 BLAKE2B 3f854d5a5d05c4fc9692408944a9b025f9d2c7a7bb2b4612cc55d6ae1e3f402e60fd4be8b9a6e12e3538e23d552ea1c02bf1a80f53264197dc958643e7edc1ae SHA512 c7c1e58eadfba486368d4e79960a9c38f5e73bb9ebe2f5f2e83b7382530abaa84694989343a155cacfc6b9d8b686119212a267fc3cad91cf73a5a1c8110dcd20
7-
MISC anyio-4.0.0.ebuild.1 1630 BLAKE2B 72988c3293f75a6878769a358e04a28ff28892f9276fc575ad4d219e82e4ff42e237fb6515643adf651ab77b330deaf8470821f5853b9b1d0f1d280cc8675248 SHA512 1eb52b17d2a4da1adc1f3c699906490191ac444740016a4101faa05c90b2eef8ad997c9ec248e70b3ded3e4d137e2c020617f89d901d97659b6ba0b0d7431548
6+
EBUILD anyio-4.0.0.ebuild 1564 BLAKE2B e8e2994e19fff714c7cbeeb6bcc6e60e612f67eecbb387343b919dbe4d6b1a44fbfa8d0ed55da7a4822e75c673291df6b755034c29831fb5da2b17128046f0df SHA512 a374f102ad6e15d1c1a9c19505fa0f32c75be1f87aca7d57ba47edb6dfd9871b6072ba844c2104edd60fe57a781e6aa5c5399a7c8c297a6cb1f07bf7a26716d8
87
MISC metadata.xml 513 BLAKE2B 1a128df54ff66d09506afbc9ad33b9f02166b027c5d5dc60e89abb9cd2809fdde85311090f2df1e2ce2f46ae376ae077b402e3a0e861b0453449cbc4907178ec SHA512 1a26bde236ca868281411456c983ae293dc1dd14d533696f74fb29048247ac918e21d4f74b05ff86a35ab3fdbbaf4d3ba99bf4aa5600f84a1610fa219a177011

dev-python/anyio/anyio-4.0.0.ebuild

Lines changed: 6 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ KEYWORDS="amd64 arm arm64 x86"
2020

2121
RDEPEND="
2222
$(python_gen_cond_dep '
23-
dev-python/exceptiongroup[${PYTHON_USEDEP}]
24-
' 3.{9..10})
23+
>=dev-python/exceptiongroup-1.0.2[${PYTHON_USEDEP}]
24+
' 3.10)
2525
>=dev-python/idna-2.8[${PYTHON_USEDEP}]
2626
>=dev-python/sniffio-1.1[${PYTHON_USEDEP}]
2727
"
@@ -33,37 +33,27 @@ BDEPEND="
3333
>=dev-python/hypothesis-4.0[${PYTHON_USEDEP}]
3434
>=dev-python/psutil-5.9[${PYTHON_USEDEP}]
3535
>=dev-python/pytest-mock-3.6.1[${PYTHON_USEDEP}]
36-
dev-python/trio[${PYTHON_USEDEP}]
36+
>=dev-python/trio-0.22[${PYTHON_USEDEP}]
3737
dev-python/trustme[${PYTHON_USEDEP}]
3838
amd64? (
3939
$(python_gen_cond_dep '
4040
>=dev-python/uvloop-0.17[${PYTHON_USEDEP}]
41-
' python3_{10..11})
41+
' python3_{10..12})
4242
)
4343
)
4444
"
4545

4646
distutils_enable_tests pytest
4747
distutils_enable_sphinx docs \
48-
dev-python/sphinx-rtd-theme \
48+
'>=dev-python/sphinx-rtd-theme-1.2.2' \
49+
dev-python/sphinxcontrib-jquery \
4950
dev-python/sphinx-autodoc-typehints
5051

5152
python_test() {
5253
local EPYTEST_DESELECT=(
5354
# requires link-local IPv6 interface
5455
tests/test_sockets.py::TestTCPListener::test_bind_link_local
55-
56-
# trio-0.22?
57-
'tests/test_sockets.py::TestTCPStream::test_connection_refused[trio-multi]'
58-
'tests/test_taskgroups.py::test_exception_group_children[trio]'
59-
'tests/test_taskgroups.py::test_exception_group_host[trio]'
60-
'tests/test_taskgroups.py::test_exception_group_filtering[trio]'
6156
)
62-
if [[ ${EPYTHON} == python3.12 ]]; then
63-
EPYTEST_DESELECT+=(
64-
tests/test_fileio.py::TestPath::test_properties
65-
)
66-
fi
6757

6858
local -x PYTEST_DISABLE_PLUGIN_AUTOLOAD=1
6959
epytest -m 'not network'

dev-python/anyio/anyio-4.0.0.ebuild.1

Lines changed: 0 additions & 60 deletions
This file was deleted.

0 commit comments

Comments
 (0)