dev-python/matrix-nio: drop 0.22.1

Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2024-10-25 22:44:47 +02:00
parent 46147f1554
commit f985fc0d84
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
3 changed files with 2 additions and 42 deletions

View File

@ -606,7 +606,7 @@ A daily compile test is run at Github with Python 3.9 to catch general faults. E
## Licenses
This repository itself is released under GPL-3 (like most Gentoo repositories), all work on the depending components under the licenses they came from. Perhaps you came here because I filed an issue at your component about a bad or missing license. It is easy to [assign a license](https://docs.github.com/en/communities/setting-up-your-project-for-healthy-contributions/adding-a-license-to-a-repository). During cleanups and license investigations I have been asked often which license to choose. I am not a lawyer, but I can offer the following table, counted over this repository, perhaps this helps your decision. If a package has more than one license listed, all of them are counted.
There are 2081 Ebuilds in total, 2070 of them have in total 2098 (42 different) licenses assigned.
There are 2080 Ebuilds in total, 2069 of them have in total 2097 (42 different) licenses assigned.
|License| Ebuilds using it|
|-------|-----|
@ -622,7 +622,7 @@ There are 2081 Ebuilds in total, 2070 of them have in total 2098 (42 different)
|LGPL-3+|15|
|Unlicense|10|
|PSF-2|10|
|ISC|7|
|ISC|6|
|MPL-2.0|6|
|EPL-1.0|4|
|ZPL|3|

View File

@ -1,7 +1,5 @@
DIST matrix_nio-0.22.1.tar.gz 149689 BLAKE2B b1f6c588700bbe68c055042550fd7899a3623976c2b55cca0f8baf03312f515fb6914c6a0cdf7aaac00805b7960839a45913458de95b86d3d19d4637462b72e8 SHA512 629592ddf9d3a8cfc90468d9602f9ed35ccea1fda734810688ae3b37ff727ea7faead08c21a3840e39bc079b958348e4ee6649fb35d9b7a46adf5f2c29d904c7
DIST matrix_nio-0.24.0.tar.gz 150552 BLAKE2B a0e9d8326e2b9eefd70cadd42d3f1ce9f1c1ce4ad41b0c3c822b6305b98833193d89b3ac45d316896d10ef7aa58c82770416b91557a1a273d773f2ebabeb5a9f SHA512 08838bfa104865197f652f4424a91b28c731e7d408598261aadd83ab2e2a246d8f2d51e0fe6c0082ea7a2531600ba37ea25c710973278f97192d2d4dc4b7ecb3
DIST matrix_nio-0.25.2.tar.gz 155480 BLAKE2B 694b559d9ba2ab3267be5bb602548a9b1bb72b7bd0cb73d5422fb58d50f6f7f2290b1df154bb47645dfd5f0e3e99268e01b4d532d5a038bdfbd58a50bcfbf681 SHA512 55171b84654133700036343e651cb48468de953dd82263307e4ab524ee1ec4bb348f8b8679b82c9f5d2f19aba915faf70ffb617c2883a2ec1c8b6b8f088e1d07
EBUILD matrix-nio-0.22.1.ebuild 1017 BLAKE2B 8229d46f0b5b4fe5a3518682e00433bb5614273489027abcd9ad125716141148049a384b2f05355224339a6f5fa880bb661712cb72f7d86c07b0a4d66450999c SHA512 2682495b166c889c6e5153fdf4b1194426195d5f40d08fc93d2e97d0a093c84ade0282a88ddf23e4d1805b4455db7e93708751ae94b8490059c2647a746e2c9a
EBUILD matrix-nio-0.24.0.ebuild 1010 BLAKE2B 18cfbccaf6a03f1bab295a348a2608e36c4969024f3b25cb7454e4076a50679bd03e20f07625795d6355b5395f495b0423b65f87e853b5b393624f445a3e440e SHA512 50ec0c90111503e7a4f9ff49453defccc5cf5cf9860207e47fe6c87f5f1f8bc0710df7462cd58662a6ab23137a69e397a3ae70924dc5b0015d8c26da61e28846
EBUILD matrix-nio-0.25.2.ebuild 959 BLAKE2B 93b94357e3921c4e4212b6f0b620eed8e651d965a8bf54a6d604d833f7688dc290f57b2debf13e86f9e145975da80ad5bfb9f60b4aaccdcf6a2cab5a70698a1f SHA512 afe189a5069a804da47bff21bc539b2d931f3698791374c8b0dffe7fe385a0ec6295c742da60794fff01eb93e0690ac406c85024edd5b4c0c2f503877792c0b9
MISC metadata.xml 519 BLAKE2B c09997cee090a0f32c289e4896b5dfef1124baf51324e7585a843f7770a9fb3c274c13684a4dc1baafa97b73080b414a83774f1da95ff84a15ef75a8ec3ea0d4 SHA512 b405c005c836ab6c18f5ae7f4295ebbb285c14d858e1009cf0441c944c0d3c04ae32950b3d901d90e52c92cf5be146987fa9e3ff7b63409c1d965819bd7c02ac

View File

@ -1,38 +0,0 @@
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{11..13} )
DISTUTILS_USE_PEP517=poetry
inherit distutils-r1 pypi
DESCRIPTION="A Python Matrix client library, designed according to sans I/O principles."
HOMEPAGE="https://github.com/poljar/matrix-nio https://pypi.org/project/matrix-nio/"
LICENSE="ISC"
SLOT="0"
KEYWORDS="amd64 arm arm64 x86"
IUSE="test"
RESTRICT="!test? ( test )"
DOCS="README.md"
RDEPEND=">=dev-python/aiohttp-3.8.3[${PYTHON_USEDEP}]
>=dev-python/aiofiles-23.1.0[${PYTHON_USEDEP}]
>=dev-python/h11-0.14.0[${PYTHON_USEDEP}]
>=dev-python/h2-4.0.0[${PYTHON_USEDEP}]
>=dev-python/jsonschema-4.14.0[${PYTHON_USEDEP}]
>=dev-python/unpaddedbase64-2.1.0[${PYTHON_USEDEP}]
>=dev-python/pycryptodome-3.10.1[${PYTHON_USEDEP}]
>=dev-python/aiohttp-socks-0.7.0[${PYTHON_USEDEP}]"
BDEPEND="
test? (
dev-python/pytest[${PYTHON_USEDEP}]
)"
python_test() {
py.test -v -v || die
}
distutils_enable_tests pytest