dev-python/matrix-nio: enable py3.13

Signed-off-by: Alfred Wingate <parona@protonmail.com>
This commit is contained in:
Alfred Wingate 2024-08-12 02:15:40 +03:00
parent 443fb9b646
commit 205e86324b
No known key found for this signature in database
GPG Key ID: A12750536B5E7010
2 changed files with 6 additions and 10 deletions

View File

@ -4,7 +4,7 @@
EAPI=8 EAPI=8
DISTUTILS_USE_PEP517=poetry DISTUTILS_USE_PEP517=poetry
PYTHON_COMPAT=( python3_{10..12} ) PYTHON_COMPAT=( python3_{10..13} )
inherit distutils-r1 inherit distutils-r1
@ -15,9 +15,8 @@ SRC_URI="https://github.com/matrix-nio/matrix-nio/archive/${PV}.tar.gz -> ${P}.g
LICENSE="ISC" LICENSE="ISC"
SLOT="0" SLOT="0"
KEYWORDS="~amd64" KEYWORDS="~amd64"
IUSE="test" PROPERTIES="test_network"
RESTRICT="test !test? ( test )"
RESTRICT="!test? ( test )"
RDEPEND=" RDEPEND="
>=dev-python/python-olm-3.2.15[${PYTHON_USEDEP}] >=dev-python/python-olm-3.2.15[${PYTHON_USEDEP}]
@ -35,7 +34,6 @@ RDEPEND="
" "
DEPEND=" DEPEND="
test? ( test? (
${RDEPEND}
>=dev-python/aioresponses-0.7.4[${PYTHON_USEDEP}] >=dev-python/aioresponses-0.7.4[${PYTHON_USEDEP}]
>=dev-python/Faker-8.0.0[${PYTHON_USEDEP}] >=dev-python/Faker-8.0.0[${PYTHON_USEDEP}]
>=dev-python/pytest-aiohttp-0.3.0[${PYTHON_USEDEP}] >=dev-python/pytest-aiohttp-0.3.0[${PYTHON_USEDEP}]

View File

@ -4,7 +4,7 @@
EAPI=8 EAPI=8
DISTUTILS_USE_PEP517=poetry DISTUTILS_USE_PEP517=poetry
PYTHON_COMPAT=( python3_{10..12} ) PYTHON_COMPAT=( python3_{10..13} )
inherit distutils-r1 inherit distutils-r1
@ -17,9 +17,8 @@ S="${WORKDIR}/${PN}-${MY_PV}"
LICENSE="ISC" LICENSE="ISC"
SLOT="0" SLOT="0"
IUSE="test" PROPERTIES="test_network"
RESTRICT="test !test? ( test )"
RESTRICT="!test? ( test )"
RDEPEND=" RDEPEND="
>=dev-python/python-olm-3.2.15[${PYTHON_USEDEP}] >=dev-python/python-olm-3.2.15[${PYTHON_USEDEP}]
@ -37,7 +36,6 @@ RDEPEND="
" "
DEPEND=" DEPEND="
test? ( test? (
${RDEPEND}
>=dev-python/aioresponses-0.7.4[${PYTHON_USEDEP}] >=dev-python/aioresponses-0.7.4[${PYTHON_USEDEP}]
>=dev-python/Faker-8.0.0[${PYTHON_USEDEP}] >=dev-python/Faker-8.0.0[${PYTHON_USEDEP}]
>=dev-python/pytest-aiohttp-0.3.0[${PYTHON_USEDEP}] >=dev-python/pytest-aiohttp-0.3.0[${PYTHON_USEDEP}]