mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-23 05:53:12 -04:00
dev-python/mautrix: add 0.21.0, drop 0.20.7
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
This commit is contained in:
@@ -1,2 +1,2 @@
|
|||||||
DIST mautrix-0.20.7.gh.tar.gz 244707 BLAKE2B 65b1b5f016f9602c00892da9aa4f0575ae946e897a23362a802ffdcb8d0d740e1578b5e4acd1fc74b64b5532f3cd08aef9711577f3eb5a3f7013183a80586408 SHA512 dced76f3044e2b4c2f739413ce957e28f206e42c6f2b5994a735e001075414f58ce5c0b9c366ee73d6049847fbb3b1085a9a343aec0f5ebef411e483412439dc
|
|
||||||
DIST mautrix-0.20.8.gh.tar.gz 245121 BLAKE2B b8ff119d511be42d80a5f4009b908b12bc4a0a3fe98fa0315c4c85171729c39f92bf4dd560d5596d2dc73227fbdbf2f2d5f59f1166fa3af5be5c785ab5cf64de SHA512 ca7a43b073b43794f8ca675f57d4249e4ad3f9326e4cec391239512e56b05ccd7ea407112cf93d8ebb8df86f0501adfb61af4ede8f7748027f53715f910df163
|
DIST mautrix-0.20.8.gh.tar.gz 245121 BLAKE2B b8ff119d511be42d80a5f4009b908b12bc4a0a3fe98fa0315c4c85171729c39f92bf4dd560d5596d2dc73227fbdbf2f2d5f59f1166fa3af5be5c785ab5cf64de SHA512 ca7a43b073b43794f8ca675f57d4249e4ad3f9326e4cec391239512e56b05ccd7ea407112cf93d8ebb8df86f0501adfb61af4ede8f7748027f53715f910df163
|
||||||
|
DIST mautrix-0.21.0.gh.tar.gz 254714 BLAKE2B 8171e23e94eb0949fb200d79c0d0815e2c909dac79ce1c8b27cb5d972cbeb40a2c8ef7fbfc5aa88a5ad5bedc15b2f8335fdf8085938a2948310dc58faeaab6d2 SHA512 37cca760ce9f65329b6ec778ff9ab847e8ba788883ee41773a5b0b0a658477b697210bf2a3777804ccf73f585fe030c8ed86760b0821d8a9319ee8c0da763880
|
||||||
|
|||||||
@@ -1,10 +1,10 @@
|
|||||||
# Copyright 2022-2024 Gentoo Authors
|
# Copyright 2022-2026 Gentoo Authors
|
||||||
# Distributed under the terms of the GNU General Public License v2
|
# Distributed under the terms of the GNU General Public License v2
|
||||||
|
|
||||||
EAPI=8
|
EAPI=8
|
||||||
|
|
||||||
DISTUTILS_USE_PEP517=setuptools
|
DISTUTILS_USE_PEP517=setuptools
|
||||||
PYTHON_COMPAT=( python3_{11..13} )
|
PYTHON_COMPAT=( python3_{12..14} )
|
||||||
inherit daemons distutils-r1 optfeature
|
inherit daemons distutils-r1 optfeature
|
||||||
|
|
||||||
DESCRIPTION="A Python 3 asyncio Matrix framework"
|
DESCRIPTION="A Python 3 asyncio Matrix framework"
|
||||||
@@ -28,6 +28,7 @@ RDEPEND="
|
|||||||
dev-python/attrs[${PYTHON_USEDEP}]
|
dev-python/attrs[${PYTHON_USEDEP}]
|
||||||
dev-python/yarl[${PYTHON_USEDEP}]
|
dev-python/yarl[${PYTHON_USEDEP}]
|
||||||
crypt? (
|
crypt? (
|
||||||
|
dev-python/base58[${PYTHON_USEDEP}]
|
||||||
dev-python/python-olm[${PYTHON_USEDEP}]
|
dev-python/python-olm[${PYTHON_USEDEP}]
|
||||||
dev-python/pycryptodome[${PYTHON_USEDEP}]
|
dev-python/pycryptodome[${PYTHON_USEDEP}]
|
||||||
dev-python/unpaddedbase64[${PYTHON_USEDEP}]
|
dev-python/unpaddedbase64[${PYTHON_USEDEP}]
|
||||||
@@ -38,11 +39,12 @@ BDEPEND="
|
|||||||
test? (
|
test? (
|
||||||
dev-python/aiosqlite[${PYTHON_USEDEP}]
|
dev-python/aiosqlite[${PYTHON_USEDEP}]
|
||||||
dev-python/asyncpg[${PYTHON_USEDEP}]
|
dev-python/asyncpg[${PYTHON_USEDEP}]
|
||||||
dev-python/pytest-asyncio[${PYTHON_USEDEP}]
|
|
||||||
dev-python/ruamel-yaml[${PYTHON_USEDEP}]
|
dev-python/ruamel-yaml[${PYTHON_USEDEP}]
|
||||||
)
|
)
|
||||||
"
|
"
|
||||||
|
|
||||||
|
EPYTEST_PLUGINS=( pytest-asyncio )
|
||||||
|
|
||||||
distutils_enable_tests pytest
|
distutils_enable_tests pytest
|
||||||
|
|
||||||
daemons_enable postgresql test
|
daemons_enable postgresql test
|
||||||
Reference in New Issue
Block a user