Compare commits

...

2 Commits

Author SHA1 Message Date
Alfred Wingate
10410ebf15
app-emulation/bottles: drop 51.6-r1
Signed-off-by: Alfred Wingate <parona@protonmail.com>
2023-08-22 12:42:43 +03:00
Alfred Wingate
80f3b1dc11
app-emulation/bottles: add 51.9
Signed-off-by: Alfred Wingate <parona@protonmail.com>
2023-08-22 12:42:30 +03:00
3 changed files with 22 additions and 1 deletions

View File

@ -1,2 +1,2 @@
DIST bottles-51.6.tar.gz 2216016 BLAKE2B f023fea67bbc862148ac7f8d9db76cb48bfd291db8999d9a8d6415e2c5b895434bb097663b957e9714617635390eabeeb990e8981eded9f05892c36f97b2cd1c SHA512 0190744b3a99d791ffbd1b7a104565c2fd1f5aa110afe329897d4b29f0f5d669a6ec145468fea85e88b2f20bb2f7f075522760fd7ced94eea1afc0667780b288
DIST bottles-51.7.tar.gz 2218262 BLAKE2B 0ec97ef4827c2dfa8daf8e8a3ec1d34f9d733533c4d62ae7c041f73cef5a898dc45b2254c94366fd67475a1e671819936c1f74a1415f37395b91a2ec91c6943f SHA512 46599269ae2cde9e7cc7aa2fd4fe917e02654d2c04ef96d480df16804230216c0b09a9acd03d547030b70e68c046a5ca09b6da3232dccbf81ed6a0f7f6899932
DIST bottles-51.9.tar.gz 2218393 BLAKE2B dcc372b9ba0cc999bf5918e8c620671aa47e0f6615fcc7b7b3899bbbc7c91bfdd0b0c91f4475bc58b29f44bed051576006dc63b20b826c5820fd70879ac6b049 SHA512 81a77f0b02e2ea775bef5591d6be296372544a91fb92c4f39c3cab310887f88d8d9abd1d4b4854dcf8837bd2dc3f6d54c0693b55c60b60d6901e68dda82da1b4

View File

@ -61,7 +61,11 @@ RDEPEND="
)
$(python_gen_cond_dep '
app-arch/patool[${PYTHON_USEDEP}]
dev-python/certifi[${PYTHON_USEDEP}]
dev-python/chardet[${PYTHON_USEDEP}]
dev-python/charset-normalizer[${PYTHON_USEDEP}]
dev-python/FVS[${PYTHON_USEDEP}]
dev-python/idna[${PYTHON_USEDEP}]
dev-python/icoextract[${PYTHON_USEDEP}]
dev-python/markdown[${PYTHON_USEDEP}]
dev-python/orjson[${PYTHON_USEDEP}]
@ -72,6 +76,7 @@ RDEPEND="
dev-python/pygobject[${PYTHON_USEDEP}]
dev-python/pyyaml[${PYTHON_USEDEP}]
dev-python/requests[${PYTHON_USEDEP}]
dev-python/urllib3[${PYTHON_USEDEP}]
dev-python/vkbasalt-cli[${PYTHON_USEDEP}]
dev-python/wheel[${PYTHON_USEDEP}]
')
@ -88,6 +93,14 @@ BDEPEND="
)
"
EPYTEST_DESELECT=(
# tests that check execution time are flaky in the right circumstances
# (like compiling llvm at the same time type circumstance)
"bottles/tests/backend/state/test_events.py::test_set_reset"
"bottles/tests/backend/state/test_events.py::test_simple_event"
"bottles/tests/backend/state/test_events.py::test_wait_after_done_event"
)
pkg_setup() {
python-single-r1_pkg_setup
}

View File

@ -93,6 +93,14 @@ BDEPEND="
)
"
EPYTEST_DESELECT=(
# tests that check execution time are flaky in the right circumstances
# (like compiling llvm at the same time type circumstance)
"bottles/tests/backend/state/test_events.py::test_set_reset"
"bottles/tests/backend/state/test_events.py::test_simple_event"
"bottles/tests/backend/state/test_events.py::test_wait_after_done_event"
)
pkg_setup() {
python-single-r1_pkg_setup
}