Compare commits

..

3 Commits

Author SHA1 Message Date
Alfred Wingate
e862d660d3
dev-python/matrix-nio: drop 0.24.0, 0.25.0_rc3, 0.25.0
Signed-off-by: Alfred Wingate <parona@protonmail.com>
2024-09-21 16:18:47 +03:00
Alfred Wingate
b5fa190c7a
dev-python/matrix-nio: add 0.25.2_rc1
Signed-off-by: Alfred Wingate <parona@protonmail.com>
2024-09-21 16:18:25 +03:00
Alfred Wingate
ab41eb9046
dev-python/sphinx-mdinclude: new package, add 0.6.2
Signed-off-by: Alfred Wingate <parona@protonmail.com>
2024-09-21 16:16:55 +03:00
7 changed files with 56 additions and 131 deletions

View File

@ -1,4 +1,2 @@
DIST matrix-nio-0.24.0.gh.tar.gz 253259 BLAKE2B f4ff411701701d44082e452428e0866eb579ecdf833586d5524c77e3a3f0335c8af2af4f0ebd5a8f943986eb41b6e611293d9e2916da33d034ed6cc455df38b5 SHA512 b48b712b3fa75a251ff1f1689bf08feb5df993ec6f8112774a1c413d45e686f90ab6d7e5aa972acbd8a65af070716317aa361607c38e62282b640e7d514dbc08
DIST matrix-nio-0.25.0.gh.tar.gz 260414 BLAKE2B eb2878360a7715eaa83c6224cf5ed712ac8b8c87965e07dddbd930c9c6d9725ad4458ba81a633ebba2fe998439e47fd54ab728771694b8ae711a15c61510f220 SHA512 4fef8ab6071905b275833ea95c461af5978384b4f68c28e75e7e859146532619e42942c2cee4eeed6a521d4d810b0550e263b62e6ce13efd864791eb67fa2355
DIST matrix-nio-0.25.0_rc3.gh.tar.gz 259694 BLAKE2B f60e0c9970c5119499a3ebaf729dc901414110e93fe3e660b544a90bbba041087ea7d4fb80caaf08679e8ee09e623d28d35a160dd87cf747d54951dca059503a SHA512 61969f1f89b55445ec92e22616bae23a89805f66154022545dbfc4ea5ed2a960b2a04e401aafadb3a243c0abdd7a7025dbc655afdd05400de94b0db932e1e6e2
DIST matrix-nio-0.25.1.gh.tar.gz 260723 BLAKE2B 7064892c8e8e3ef37a7cfa90c57af54a212ae0212f9721a479f82530741b9290b6222b77141bead635ae602cd408f1a56183ad03aa20b3aca56358f2e92c7972 SHA512 72c7d7602aa5a37631a7a1273034e4db4c3b4671259e9bc1fccdcbd4719bfa4372bb70e279331fdc02664149f637f93ad8adf10655d41c41dc691f4d6dc876bf DIST matrix-nio-0.25.1.gh.tar.gz 260723 BLAKE2B 7064892c8e8e3ef37a7cfa90c57af54a212ae0212f9721a479f82530741b9290b6222b77141bead635ae602cd408f1a56183ad03aa20b3aca56358f2e92c7972 SHA512 72c7d7602aa5a37631a7a1273034e4db4c3b4671259e9bc1fccdcbd4719bfa4372bb70e279331fdc02664149f637f93ad8adf10655d41c41dc691f4d6dc876bf
DIST matrix-nio-0.25.2_rc1.gh.tar.gz 261013 BLAKE2B f330de5afebff430b29da958c000f5ae4f12137d1d70c4c94cc189e6fad13fb2fe951b96264e857746f8b6effb48702d459163fddf5533ec7dd11f6ae8142825 SHA512 731d233aaccb94f649d1829cde62d2a7721ff775251be48919f9ae914d16f545cc1eba37f5c02ff75f053df92288f8531ea6411f24c370b94ed6e0feb7350bbc

View File

@ -1,57 +0,0 @@
# Copyright 2020-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DISTUTILS_USE_PEP517=poetry
PYTHON_COMPAT=( python3_{10..13} )
inherit distutils-r1
DESCRIPTION="A Python Matrix client library, designed according to sans I/O principles"
HOMEPAGE="https://github.com/matrix-nio/matrix-nio"
SRC_URI="https://github.com/matrix-nio/matrix-nio/archive/${PV}.tar.gz -> ${P}.gh.tar.gz"
LICENSE="ISC"
SLOT="0"
KEYWORDS="~amd64"
PROPERTIES="test_network"
RESTRICT="test !test? ( test )"
RDEPEND="
>=dev-python/python-olm-3.2.15[${PYTHON_USEDEP}]
>=dev-python/aiohttp-3.9.0[${PYTHON_USEDEP}]
>=dev-python/aiohttp-socks-0.8.4[${PYTHON_USEDEP}]
>=dev-python/aiofiles-23.1.0[${PYTHON_USEDEP}]
>=dev-python/atomicwrites-1.4.0[${PYTHON_USEDEP}]
>=dev-python/cachetools-4.2.1[${PYTHON_USEDEP}]
>=dev-python/h11-0.14.0[${PYTHON_USEDEP}]
>=dev-python/h2-4.0.0[${PYTHON_USEDEP}]
>=dev-python/jsonschema-4.4.0[${PYTHON_USEDEP}]
>=dev-python/peewee-3.17.0[${PYTHON_USEDEP}]
>=dev-python/pycryptodome-3.10.1[${PYTHON_USEDEP}]
>=dev-python/unpaddedbase64-2.1.0[${PYTHON_USEDEP}]
"
DEPEND="
test? (
>=dev-python/aioresponses-0.7.4[${PYTHON_USEDEP}]
>=dev-python/Faker-8.0.0[${PYTHON_USEDEP}]
>=dev-python/pytest-aiohttp-0.3.0[${PYTHON_USEDEP}]
>=dev-python/hpack-4.0.0[${PYTHON_USEDEP}]
>=dev-python/hyperframe-6.0.0[${PYTHON_USEDEP}]
>=dev-python/hypothesis-6.8.9[${PYTHON_USEDEP}]
>=dev-python/mypy-0.812[${PYTHON_USEDEP}]
)
"
distutils_enable_tests pytest
# m2r2 mistune woes
#distutils_enable_sphinx doc dev-python/sphinx-rtd-theme dev-python/m2r2
EPYTEST_DESELECT=(
# requires pytest-benchmark, not much value in pass/no pass tests
"tests/key_export_test.py::TestClass::test_decrypt_rounds"
"tests/key_export_test.py::TestClass::test_encrypt_rounds"
# flaky
"tests/async_client_test.py::TestClass::test_transfer_monitor_callbacks"
)

View File

@ -1,61 +0,0 @@
# Copyright 2020-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DISTUTILS_USE_PEP517=poetry
PYTHON_COMPAT=( python3_{10..13} )
inherit distutils-r1
MY_PV="${PV/_/}"
DESCRIPTION="A Python Matrix client library, designed according to sans I/O principles"
HOMEPAGE="https://github.com/matrix-nio/matrix-nio"
SRC_URI="https://github.com/matrix-nio/matrix-nio/archive/${MY_PV}.tar.gz -> ${P}.gh.tar.gz"
S="${WORKDIR}/${PN}-${MY_PV}"
LICENSE="ISC"
SLOT="0"
PROPERTIES="test_network"
RESTRICT="test !test? ( test )"
RDEPEND="
>=dev-python/python-olm-3.2.15[${PYTHON_USEDEP}]
>=dev-python/aiohttp-3.9.0[${PYTHON_USEDEP}]
>=dev-python/aiohttp-socks-0.8.4[${PYTHON_USEDEP}]
>=dev-python/aiofiles-23.1.0[${PYTHON_USEDEP}]
>=dev-python/atomicwrites-1.4.0[${PYTHON_USEDEP}]
>=dev-python/cachetools-4.2.1[${PYTHON_USEDEP}]
>=dev-python/h11-0.14.0[${PYTHON_USEDEP}]
>=dev-python/h2-4.0.0[${PYTHON_USEDEP}]
>=dev-python/jsonschema-4.4.0[${PYTHON_USEDEP}]
>=dev-python/peewee-3.17.0[${PYTHON_USEDEP}]
>=dev-python/pycryptodome-3.10.1[${PYTHON_USEDEP}]
>=dev-python/unpaddedbase64-2.1.0[${PYTHON_USEDEP}]
"
DEPEND="
test? (
>=dev-python/aioresponses-0.7.4[${PYTHON_USEDEP}]
>=dev-python/Faker-8.0.0[${PYTHON_USEDEP}]
>=dev-python/pytest-aiohttp-0.3.0[${PYTHON_USEDEP}]
>=dev-python/hpack-4.0.0[${PYTHON_USEDEP}]
>=dev-python/hyperframe-6.0.0[${PYTHON_USEDEP}]
>=dev-python/hypothesis-6.8.9[${PYTHON_USEDEP}]
>=dev-python/mypy-0.812[${PYTHON_USEDEP}]
)
"
distutils_enable_tests pytest
# m2r2 mistune woes
#distutils_enable_sphinx doc dev-python/sphinx-autodoc-typehints dev-python/sphinx-rtd-theme dev-python/m2r2
EPYTEST_DESELECT=(
# breaks network sandbox
"tests/async_client_test.py::TestClass::test_connect_wrapper"
# requires pytest-benchmark, not much value in pass/no pass tests
"tests/key_export_test.py::TestClass::test_decrypt_rounds"
"tests/key_export_test.py::TestClass::test_encrypt_rounds"
# flaky
"tests/async_client_test.py::TestClass::test_transfer_monitor_callbacks"
)

View File

@ -3,8 +3,8 @@
EAPI=8 EAPI=8
DISTUTILS_USE_PEP517=poetry DISTUTILS_USE_PEP517=setuptools
PYTHON_COMPAT=( python3_{10..13} ) PYTHON_COMPAT=( python3_{11..13} )
inherit distutils-r1 inherit distutils-r1
@ -17,22 +17,21 @@ S="${WORKDIR}/${PN}-${MY_PV}"
LICENSE="ISC" LICENSE="ISC"
SLOT="0" SLOT="0"
KEYWORDS="~amd64"
PROPERTIES="test_network" PROPERTIES="test_network"
RESTRICT="test !test? ( test )" RESTRICT="test !test? ( test )"
RDEPEND=" RDEPEND="
>=dev-python/python-olm-3.2.15[${PYTHON_USEDEP}] >=dev-python/python-olm-3.2.15[${PYTHON_USEDEP}]
>=dev-python/aiohttp-3.9.0[${PYTHON_USEDEP}] >=dev-python/aiohttp-3.10.0[${PYTHON_USEDEP}]
>=dev-python/aiohttp-socks-0.8.4[${PYTHON_USEDEP}] >=dev-python/aiohttp-socks-0.8.4[${PYTHON_USEDEP}]
>=dev-python/aiofiles-23.1.0[${PYTHON_USEDEP}] >=dev-python/aiofiles-24.1.0[${PYTHON_USEDEP}]
>=dev-python/atomicwrites-1.4.0[${PYTHON_USEDEP}] >=dev-python/atomicwrites-1.4.0[${PYTHON_USEDEP}]
>=dev-python/cachetools-4.2.1[${PYTHON_USEDEP}] >=dev-python/cachetools-5.3.0[${PYTHON_USEDEP}]
>=dev-python/h11-0.14.0[${PYTHON_USEDEP}] >=dev-python/h11-0.14.0[${PYTHON_USEDEP}]
>=dev-python/h2-4.0.0[${PYTHON_USEDEP}] >=dev-python/h2-4.0.0[${PYTHON_USEDEP}]
>=dev-python/jsonschema-4.4.0[${PYTHON_USEDEP}] >=dev-python/jsonschema-4.14.0[${PYTHON_USEDEP}]
>=dev-python/peewee-3.17.0[${PYTHON_USEDEP}] >=dev-python/peewee-3.2.0[${PYTHON_USEDEP}]
>=dev-python/pycryptodome-3.10.1[${PYTHON_USEDEP}] >=dev-python/pycryptodome-3.10.1[${PYTHON_USEDEP}]
>=dev-python/unpaddedbase64-2.1.0[${PYTHON_USEDEP}] >=dev-python/unpaddedbase64-2.1.0[${PYTHON_USEDEP}]
" "
@ -41,6 +40,7 @@ DEPEND="
>=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}]
>=dev-python/pytest-asyncio-0.24.0[${PYTHON_USEDEP}]
>=dev-python/hpack-4.0.0[${PYTHON_USEDEP}] >=dev-python/hpack-4.0.0[${PYTHON_USEDEP}]
>=dev-python/hyperframe-6.0.0[${PYTHON_USEDEP}] >=dev-python/hyperframe-6.0.0[${PYTHON_USEDEP}]
>=dev-python/hypothesis-6.8.9[${PYTHON_USEDEP}] >=dev-python/hypothesis-6.8.9[${PYTHON_USEDEP}]
@ -49,8 +49,7 @@ DEPEND="
" "
distutils_enable_tests pytest distutils_enable_tests pytest
# m2r2 mistune woes distutils_enable_sphinx doc dev-python/sphinx-autodoc-typehints dev-python/sphinx-rtd-theme dev-python/sphinx-mdinclude
#distutils_enable_sphinx doc dev-python/sphinx-autodoc-typehints dev-python/sphinx-rtd-theme dev-python/m2r2
EPYTEST_DESELECT=( EPYTEST_DESELECT=(
# breaks network sandbox # breaks network sandbox

View File

@ -0,0 +1 @@
DIST sphinx_mdinclude-0.6.2.tar.gz 65257 BLAKE2B d160bdaa408a942f35becb63c36d87bca2cd12edc607ef997b8266575a47f1029165ea3f3ea40daa4ca2d49393cf066a2b3e35c0b2b73cf056349a37edcb7720 SHA512 dcaa86e2accfb3fbb6f03289c34304507ecb639d59f38d64d72023ae6dff98fc04f89216d36cac6e22833c31b1d481fe18ebb9a670d142c76318a0cc0cb5a929

View File

@ -0,0 +1,13 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>parona@protonmail.com</email>
<name>Alfred Wingate</name>
</maintainer>
<stabilize-allarches/>
<upstream>
<remote-id type="github">omnilib/sphinx-mdinclude</remote-id>
<remote-id type="pypi">sphinx-mdinclude</remote-id>
</upstream>
</pkgmetadata>

View File

@ -0,0 +1,32 @@
# Copyright 2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DISTUTILS_USE_PEP517=flit
PYTHON_COMPAT=( python3_{11..13} )
inherit distutils-r1 pypi
DESCRIPTION="Markdown extension for Sphinx"
HOMEPAGE="
https://sphinx-mdinclude.omnilib.dev/
https://github.com/omnilib/sphinx-mdinclude/
https://pypi.org/project/sphinx-mdinclude/
"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64"
RDEPEND="
<dev-python/docutils-1.0[${PYTHON_USEDEP}]
>=dev-python/docutils-0.19[${PYTHON_USEDEP}]
<dev-python/mistune-4.0[${PYTHON_USEDEP}]
>=dev-python/mistune-3.0[${PYTHON_USEDEP}]
>=dev-python/pygments-2.8[${PYTHON_USEDEP}]
>=dev-python/sphinx-6[${PYTHON_USEDEP}]
"
distutils_enable_sphinx docs
distutils_enable_tests pytest