dev-python/aiocoap: drop 0.4.3

Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2023-12-17 16:59:30 +01:00 committed by Andreas Billmeier
parent 4ae92439d3
commit 60e64f4e38
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
3 changed files with 2 additions and 34 deletions

View File

@ -612,11 +612,11 @@ 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 1756 Ebuilds in total, 1745 of them have in total 1769 (43 different) licenses assigned.
There are 1755 Ebuilds in total, 1744 of them have in total 1768 (43 different) licenses assigned.
|License| Ebuilds using it|
|-------|-----|
|MIT|1024|
|MIT|1023|
|Apache-2.0|370|
|GPL-3|110|
|BSD|98|

View File

@ -1,6 +1,4 @@
AUX aiocoap-0.4a1-no-umlaut.patch 264 BLAKE2B 4c1ba684d5d60ee324a572f04a6345d098b4b32334610eea53085bddcc081d4564cbee1fbb15462ff84d53c5a49757cc13ed2122f85dd87718a613864dabe2bc SHA512 6334856a9538a5e748353fcf1accb174241a5c4846ead94e9b77ec5617dc3718f4e56e10e834d218182e2c65e70bebfb402a756595156836da7323420bbd9437
DIST aiocoap-0.4.3.tar.gz 210162 BLAKE2B 571eba2d60749a88954c16061fa9e9343ccad6b7e9233aa11fe9fdb1c3e502b8b4d6bbcca5db70bce425d9a78ae754320e3391b1bfc04b0f4118492820d21e05 SHA512 8d4617b3bf825698860cee592e821ce354a11c07422e06f91017d28e6c7e561b529a43a0b40c887b8faf6ec79f21cfedaab210766e2df1d9c8428e4a62087e1e
DIST aiocoap-0.4.5.tar.gz 223573 BLAKE2B 794ce46a3f722e55810eba6f43457dddfb7bcb6b851ee3855db13000118e8c368e131afdbf65d846c7f9622565306c28763078eed5b40b9ad8bdd3225139f667 SHA512 41dfad7ba2b03bcceb719187f91f4595df37a61535ea0cdaa302b8e745e6061c1f5fdfba0e9592a0a69ee8919843a8a76a90b9bc3a2b3a380e32755bfa1fe811
EBUILD aiocoap-0.4.3.ebuild 625 BLAKE2B 7608fca108afd32c6d3479cadc915989ba072b933ef4f736db972e2d4e0d11e8542bf925fa90e859d5f19173505b47cb8f7620fb4193563a8556b337caf2c7f9 SHA512 9d6207674d2752469eb5e1eec82f789e5bfdbf17c8460918605d9c4bd77ec2aa103151edc5b63465e0d688bf69f8b7f6c98f24ebe12a6715fbf088a241e0ac59
EBUILD aiocoap-0.4.5.ebuild 666 BLAKE2B c6295fe80a4360bb8a50c0ebf51880d124089cf46622e2c9689ef849c2daae29b9713eea9499e0f4c18587f02bba6e32745e3564646324bf7b90051db7632f5c SHA512 e537f16907d5490173e52f18ba4ab6b4a03526dcc115c371f605eaf2a0e1358bdc14c68aa6f75aea3986070a47721a729566b39829d2ec38fd889c001b72a64e
MISC metadata.xml 538 BLAKE2B 26f83491d4af91f7ed6d0fd56ea87dd81a3f7792fdd94d018d9171ed4009df4dc4fd266b2f8c84c524cb0eb477af3eed6ca6c2af2e63b0e1ec5ef9b0ba90929c SHA512 8f5a4bee8fe2201cd55eb85e1ffd9db1caa7b5c610574309251e37d8f1639128ccaba9bd9dc97414d88990038246f17012537373481d0f595530ba9a8f85076a

View File

@ -1,30 +0,0 @@
# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{10..12} )
DISTUTILS_USE_PEP517=setuptools
inherit distutils-r1 pypi
DESCRIPTION="Python CoAP library"
HOMEPAGE="https://github.com/chrysn/aiocoap https://pypi.org/project/aiocoap/"
LICENSE="MIT"
SLOT="0"
KEYWORDS="amd64 arm arm64 x86"
IUSE="test"
RESTRICT="!test? ( test )"
DOCS="README.rst"
RDEPEND=">=dev-python/dtlssocket-0.1.11[${PYTHON_USEDEP}]"
BDEPEND="
test? (
dev-python/pytest[${PYTHON_USEDEP}]
)"
python_test() {
py.test -v -v || die
}
distutils_enable_tests pytest