From 8d346e68ec1ff32644fc3e1d138281bd5cce6abf Mon Sep 17 00:00:00 2001 From: Alfred Wingate Date: Fri, 7 Oct 2022 22:04:03 +0300 Subject: [PATCH] dev-python/matrix-nio: drop 0.18.2, 0.18.3, 0.18.5, 0.18.7 Signed-off-by: Alfred Wingate --- dev-python/matrix-nio/Manifest | 4 -- .../matrix-nio/matrix-nio-0.18.2.ebuild | 65 ------------------ .../matrix-nio/matrix-nio-0.18.3.ebuild | 66 ------------------ .../matrix-nio/matrix-nio-0.18.5.ebuild | 66 ------------------ .../matrix-nio/matrix-nio-0.18.7.ebuild | 67 ------------------- 5 files changed, 268 deletions(-) delete mode 100644 dev-python/matrix-nio/matrix-nio-0.18.2.ebuild delete mode 100644 dev-python/matrix-nio/matrix-nio-0.18.3.ebuild delete mode 100644 dev-python/matrix-nio/matrix-nio-0.18.5.ebuild delete mode 100644 dev-python/matrix-nio/matrix-nio-0.18.7.ebuild diff --git a/dev-python/matrix-nio/Manifest b/dev-python/matrix-nio/Manifest index df51ad0..db47d69 100644 --- a/dev-python/matrix-nio/Manifest +++ b/dev-python/matrix-nio/Manifest @@ -1,5 +1 @@ -DIST matrix-nio-0.18.2.tar.gz 240893 BLAKE2B 5f366810828fbe06d5d7523f7c6b2d3b2cb7b20cb32577a88609491efda212acafc573dbd2d92bbb1fd4a8784d6dd2c6a82eafa90d23c5b0fdce15822c720be2 SHA512 b53cbc4cfe84340d8bf0bdecf2ea10926f0aaf3a79b3c2dd4adefd15d4ee5328154efe84782f2ed11ca5ddc57b3b3ad61e969519e6e96394c38561335a00cb06 -DIST matrix-nio-0.18.3.tar.gz 240965 BLAKE2B 59dc7b7df7ca7ac21b48c1694a730c149d6a0a04e1bc68b3e75fa9278657e44e09eb2fea3a7eb1f56b7bb1c8e7231d649f6908f05ff05acd0566b01d30d8031a SHA512 ca99d4962fbc2f6d82e5b6ea53fcd82d0ed5a3a1c8a21a7ff211bf8892d2b60f72944ae19a41b102cd6473e04eedb614488f2fa2a2fd130ad70078aea2ba9518 -DIST matrix-nio-0.18.5.tar.gz 241127 BLAKE2B 1b0816b6eb6f0c68e5ecfb10cb48ef43cebd6c16e7076a94bd4f1c104e71a86caca5774c483c942bbf5ea1142c57f7b661fd3030cf238c1ef5d009472f7096de SHA512 c325871abd6c9fad410d7c9938a44e15c62b18c2c00aa0b5e16a769636d23c64dd133fac9bc597db759b647f2cdba3b9eebf52b79c5327831d0fd99d43a1ff2a -DIST matrix-nio-0.18.7.tar.gz 241474 BLAKE2B 515ca0643e7cba3b649a8f7d2df0d5596ac936b260975ba42552e80453fbf4220a1d028bd2f4a8bf6b11782d6124fb90bfe541c0535c14e6cbe77ca3c02d0c68 SHA512 8b63d35c6c2916677a8fec89a56bd8788aadf892cb5d7f2d1b74734130bdc9e94f35caff145bbba60cf8abf915ec4b3e65d488876ddfa43c3cf5f0c284b5f4bd DIST matrix-nio-0.19.0.tar.gz 246334 BLAKE2B 14f35f64c3edaae4a09f0a6dd4c1693fee27c3a98b78ba912f2a45d5bfe6ee161e91491721415c0dffce84bf3eae97dbec78f39ecf502f83238ccb2452b7c196 SHA512 395b305c69507b852d06319d00a68417494a69a1217f194a04a3866d81185fdc480e957570b22e2eff900e6874cf1c86b598dd474948902a96537fa0ef174877 diff --git a/dev-python/matrix-nio/matrix-nio-0.18.2.ebuild b/dev-python/matrix-nio/matrix-nio-0.18.2.ebuild deleted file mode 100644 index 7577de7..0000000 --- a/dev-python/matrix-nio/matrix-nio-0.18.2.ebuild +++ /dev/null @@ -1,65 +0,0 @@ -# Copyright 2020-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -PYTHON_COMPAT=( python3_{8..9}) -DISTUTILS_USE_SETUPTOOLS="pyproject.toml" - -inherit distutils-r1 - -DESCRIPTION="A Python Matrix client library, designed according to sans I/O principles" -HOMEPAGE="https://github.com/poljar/matrix-nio" -SRC_URI="https://github.com/poljar/matrix-nio/archive/${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="ISC" -SLOT="0" -KEYWORDS="~amd64" -IUSE="e2e test" - -RDEPEND=" - >=dev-python/future-0.18.2[${PYTHON_USEDEP}] - >=dev-python/aiohttp-3.7.4[${PYTHON_USEDEP}] - >=dev-python/aiohttp-socks-0.6.0[${PYTHON_USEDEP}] - >=dev-python/aiofiles-0.6.0[${PYTHON_USEDEP}] - >=dev-python/h11-0.12.0[${PYTHON_USEDEP}] - >=dev-python/h2-4.0.0[${PYTHON_USEDEP}] - >=dev-python/logbook-1.5.3[${PYTHON_USEDEP}] - >=dev-python/jsonschema-3.2.0[${PYTHON_USEDEP}] - >=dev-python/unpaddedbase64-2.1.0[${PYTHON_USEDEP}] - >=dev-python/pycryptodome-3.10.1[${PYTHON_USEDEP}] - e2e? ( - >=dev-libs/olm-3.1.3[python(-),${PYTHON_USEDEP}] - >=dev-python/peewee-3.14.4[${PYTHON_USEDEP}] - >=dev-python/cachetools-4.2.1[${PYTHON_USEDEP}] - >=dev-python/atomicwrites-1.4.0[${PYTHON_USEDEP}] - ) -" -DEPEND=" - test? ( - ${RDEPEND} - dev-python/aioresponses[${PYTHON_USEDEP}] - dev-python/atomicwrites[${PYTHON_USEDEP}] - dev-python/cachetools[${PYTHON_USEDEP}] - dev-python/Faker[${PYTHON_USEDEP}] - dev-python/peewee[${PYTHON_USEDEP}] - dev-python/pytest-aiohttp[${PYTHON_USEDEP}] - dev-python/pytest-flake8[${PYTHON_USEDEP}] - dev-python/pytest-isort[${PYTHON_USEDEP}] - dev-python/pytest-cov[${PYTHON_USEDEP}] - dev-python/pytest-benchmark[${PYTHON_USEDEP}] - dev-python/hpack[${PYTHON_USEDEP}] - dev-python/hyperframe[${PYTHON_USEDEP}] - dev-python/hypothesis[${PYTHON_USEDEP}] - dev-python/mypy[${PYTHON_USEDEP}] - dev-python/mypy_extensions[${PYTHON_USEDEP}] - ) -" - -distutils_enable_tests pytest -distutils_enable_sphinx doc dev-python/sphinx_rtd_theme dev-python/m2r2 - -python_test() { - # Former requires internet access, latter fails randomly - epytest --deselect tests/async_client_test.py::TestClass::test_connect_wrapper[pyloop] --deselect tests/async_client_test.py::TestClass::test_transfer_monitor_callbacks -} diff --git a/dev-python/matrix-nio/matrix-nio-0.18.3.ebuild b/dev-python/matrix-nio/matrix-nio-0.18.3.ebuild deleted file mode 100644 index 55ecd40..0000000 --- a/dev-python/matrix-nio/matrix-nio-0.18.3.ebuild +++ /dev/null @@ -1,66 +0,0 @@ -# Copyright 2020-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -PYTHON_COMPAT=( python3_{8..9}) -DISTUTILS_USE_SETUPTOOLS="pyproject.toml" - -inherit distutils-r1 - -DESCRIPTION="A Python Matrix client library, designed according to sans I/O principles" -HOMEPAGE="https://github.com/poljar/matrix-nio" -SRC_URI="https://github.com/poljar/matrix-nio/archive/${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="ISC" -SLOT="0" -KEYWORDS="~amd64" -IUSE="e2e test" - -# 30.6.2021: 3.10 blocked by aiohttp{,-socks}, future, logbook, olm, aioresponses, pytest-{aiohttp,benchmark,flake8,isort} -RDEPEND=" - >=dev-python/aiohttp-3.7.4[${PYTHON_USEDEP}] - >=dev-python/aiohttp-socks-0.6.0[${PYTHON_USEDEP}] - >=dev-python/aiofiles-0.6.0[${PYTHON_USEDEP}] - >=dev-python/future-0.18.2[${PYTHON_USEDEP}] - >=dev-python/h11-0.12.0[${PYTHON_USEDEP}] - >=dev-python/h2-4.0.0[${PYTHON_USEDEP}] - >=dev-python/logbook-1.5.3[${PYTHON_USEDEP}] - >=dev-python/jsonschema-3.2.0[${PYTHON_USEDEP}] - >=dev-python/unpaddedbase64-2.1.0[${PYTHON_USEDEP}] - >=dev-python/pycryptodome-3.10.1[${PYTHON_USEDEP}] - e2e? ( - >=dev-libs/olm-3.1.3[python(-),${PYTHON_USEDEP}] - >=dev-python/peewee-3.14.4[${PYTHON_USEDEP}] - >=dev-python/cachetools-4.2.1[${PYTHON_USEDEP}] - >=dev-python/atomicwrites-1.4.0[${PYTHON_USEDEP}] - ) -" -DEPEND=" - test? ( - ${RDEPEND} - dev-python/aioresponses[${PYTHON_USEDEP}] - dev-python/atomicwrites[${PYTHON_USEDEP}] - dev-python/cachetools[${PYTHON_USEDEP}] - dev-python/Faker[${PYTHON_USEDEP}] - dev-python/peewee[${PYTHON_USEDEP}] - dev-python/pytest-aiohttp[${PYTHON_USEDEP}] - dev-python/pytest-benchmark[${PYTHON_USEDEP}] - dev-python/pytest-flake8[${PYTHON_USEDEP}] - dev-python/pytest-isort[${PYTHON_USEDEP}] - dev-python/pytest-cov[${PYTHON_USEDEP}] - dev-python/hpack[${PYTHON_USEDEP}] - dev-python/hyperframe[${PYTHON_USEDEP}] - dev-python/hypothesis[${PYTHON_USEDEP}] - dev-python/mypy[${PYTHON_USEDEP}] - dev-python/mypy_extensions[${PYTHON_USEDEP}] - ) -" - -distutils_enable_tests pytest -distutils_enable_sphinx doc dev-python/sphinx_rtd_theme dev-python/m2r2 - -python_test() { - # Former requires internet access, latter fails randomly - epytest --deselect tests/async_client_test.py::TestClass::test_connect_wrapper[pyloop] --deselect tests/async_client_test.py::TestClass::test_transfer_monitor_callbacks -} diff --git a/dev-python/matrix-nio/matrix-nio-0.18.5.ebuild b/dev-python/matrix-nio/matrix-nio-0.18.5.ebuild deleted file mode 100644 index 4680e34..0000000 --- a/dev-python/matrix-nio/matrix-nio-0.18.5.ebuild +++ /dev/null @@ -1,66 +0,0 @@ -# Copyright 2020-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -PYTHON_COMPAT=( python3_{8..9}) -DISTUTILS_USE_SETUPTOOLS="pyproject.toml" - -inherit distutils-r1 - -DESCRIPTION="A Python Matrix client library, designed according to sans I/O principles" -HOMEPAGE="https://github.com/poljar/matrix-nio" -SRC_URI="https://github.com/poljar/matrix-nio/archive/${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="ISC" -SLOT="0" -KEYWORDS="~amd64" -IUSE="e2e test" - -# 30.6.2021: 3.10 blocked by aiohttp{,-socks}, future, logbook, olm, aioresponses, pytest-{aiohttp,benchmark,flake8,isort} -RDEPEND=" - >=dev-python/aiohttp-3.7.4[${PYTHON_USEDEP}] - >=dev-python/aiohttp-socks-0.6.0[${PYTHON_USEDEP}] - >=dev-python/aiofiles-0.6.0[${PYTHON_USEDEP}] - >=dev-python/future-0.18.2[${PYTHON_USEDEP}] - >=dev-python/h11-0.12.0[${PYTHON_USEDEP}] - >=dev-python/h2-4.0.0[${PYTHON_USEDEP}] - >=dev-python/logbook-1.5.3[${PYTHON_USEDEP}] - >=dev-python/jsonschema-3.2.0[${PYTHON_USEDEP}] - >=dev-python/unpaddedbase64-2.1.0[${PYTHON_USEDEP}] - >=dev-python/pycryptodome-3.10.1[${PYTHON_USEDEP}] - e2e? ( - >=dev-libs/olm-3.1.3[python(-),${PYTHON_USEDEP}] - >=dev-python/peewee-3.14.4[${PYTHON_USEDEP}] - >=dev-python/cachetools-4.2.1[${PYTHON_USEDEP}] - >=dev-python/atomicwrites-1.4.0[${PYTHON_USEDEP}] - ) -" -DEPEND=" - test? ( - ${RDEPEND} - >=dev-python/aioresponses-0.7.2[${PYTHON_USEDEP}] - dev-python/atomicwrites[${PYTHON_USEDEP}] - dev-python/cachetools[${PYTHON_USEDEP}] - >=dev-python/Faker-8.0.0[${PYTHON_USEDEP}] - dev-python/peewee[${PYTHON_USEDEP}] - >=dev-python/pytest-aiohttp-0.3.0[${PYTHON_USEDEP}] - >=dev-python/pytest-benchmark-3.2.3[${PYTHON_USEDEP}] - dev-python/pytest-flake8[${PYTHON_USEDEP}] - >=dev-python/pytest-isort-1.3.0[${PYTHON_USEDEP}] - >=dev-python/pytest-cov-2.11.1[${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}] - dev-python/mypy_extensions[${PYTHON_USEDEP}] - ) -" - -distutils_enable_tests pytest -distutils_enable_sphinx doc dev-python/sphinx_rtd_theme dev-python/m2r2 - -python_test() { - # Former requires internet access, latter fails randomly - epytest --deselect tests/async_client_test.py::TestClass::test_connect_wrapper[pyloop] --deselect tests/async_client_test.py::TestClass::test_transfer_monitor_callbacks -} diff --git a/dev-python/matrix-nio/matrix-nio-0.18.7.ebuild b/dev-python/matrix-nio/matrix-nio-0.18.7.ebuild deleted file mode 100644 index 78dd528..0000000 --- a/dev-python/matrix-nio/matrix-nio-0.18.7.ebuild +++ /dev/null @@ -1,67 +0,0 @@ -# Copyright 2020-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -PYTHON_COMPAT=( python3_{8..10}) -DISTUTILS_USE_SETUPTOOLS="pyproject.toml" - -inherit distutils-r1 - -DESCRIPTION="A Python Matrix client library, designed according to sans I/O principles" -HOMEPAGE="https://github.com/poljar/matrix-nio" -SRC_URI="https://github.com/poljar/matrix-nio/archive/${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="ISC" -SLOT="0" -KEYWORDS="~amd64" -IUSE="e2e test" - -RESTRICT="!e2e? ( test )" - -RDEPEND=" - >=dev-python/aiohttp-3.7.4[${PYTHON_USEDEP}] - >=dev-python/aiohttp-socks-0.6.0[${PYTHON_USEDEP}] - >=dev-python/aiofiles-0.6.0[${PYTHON_USEDEP}] - >=dev-python/future-0.18.2[${PYTHON_USEDEP}] - >=dev-python/h11-0.12.0[${PYTHON_USEDEP}] - >=dev-python/h2-4.0.0[${PYTHON_USEDEP}] - >=dev-python/logbook-1.5.3[${PYTHON_USEDEP}] - >=dev-python/jsonschema-3.2.0[${PYTHON_USEDEP}] - >=dev-python/unpaddedbase64-2.1.0[${PYTHON_USEDEP}] - >=dev-python/pycryptodome-3.10.1[${PYTHON_USEDEP}] - e2e? ( - >=dev-libs/olm-3.1.3[python(-),${PYTHON_USEDEP}] - >=dev-python/peewee-3.14.4[${PYTHON_USEDEP}] - >=dev-python/cachetools-4.2.1[${PYTHON_USEDEP}] - >=dev-python/atomicwrites-1.4.0[${PYTHON_USEDEP}] - ) -" -DEPEND=" - test? ( - ${RDEPEND} - >=dev-python/aioresponses-0.7.2[${PYTHON_USEDEP}] - dev-python/atomicwrites[${PYTHON_USEDEP}] - dev-python/cachetools[${PYTHON_USEDEP}] - >=dev-python/Faker-8.0.0[${PYTHON_USEDEP}] - dev-python/peewee[${PYTHON_USEDEP}] - >=dev-python/pytest-aiohttp-0.3.0[${PYTHON_USEDEP}] - >=dev-python/pytest-benchmark-3.2.3[${PYTHON_USEDEP}] - dev-python/pytest-flake8[${PYTHON_USEDEP}] - >=dev-python/pytest-isort-1.3.0[${PYTHON_USEDEP}] - >=dev-python/pytest-cov-2.11.1[${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}] - dev-python/mypy_extensions[${PYTHON_USEDEP}] - ) -" - -distutils_enable_tests pytest -distutils_enable_sphinx doc dev-python/sphinx_rtd_theme dev-python/m2r2 - -python_test() { - # Former requires internet access, latter fails randomly - epytest --deselect tests/async_client_test.py::TestClass::test_connect_wrapper[pyloop] --deselect tests/async_client_test.py::TestClass::test_transfer_monitor_callbacks -}